/* CSS Document */



* {

	margin: 0px;

	padding: 0px;

}



body {

	margin: 0px;

	padding: 0px;

	background-color: #E1E7DC;

	font-family: Tahoma;

	font-size: 14px;

	background-image: url(../images/bottom_sand_bg.jpg);

	background-repeat: no-repeat;

	background-position: bottom;

}



#header {

	height: 196px;

	width: 100%;

	background-image: url(../images/header_bg.jpg);

	background-repeat: repeat-x;

	background-color: #0B7398;

}



#header_hygiene {

	height: 196px;

	width: 100%;

	background-image: url(../images/header_bg_2.jpg);

	background-repeat: repeat-x;

	background-color: #0B7398;

}



#header_hygienist {

	height: 196px;

	width: 100%;

	background-image: url(../images/header_bg_3.jpg);

	background-repeat: repeat-x;

	background-color: #0B7398;

}



#inner_header {

	width: 800px;

	margin-right: auto;

	margin-left: auto;

	height: 196px;

	background-image: url(../images/inner_header_bg.jpg);

}

#cat_nav {

	height: 39px;

	width: 800px;

}



#header_logo {

	width: 251px;

	float: left;

	margin-top: 8px;

}



#wrapper {

	width: 100%;

	background-image: url(../images/top_sand_bg.jpg);

	background-repeat: repeat-x;

	height: 100%;

}

#content {

	width: 800px;

	margin-right: auto;

	margin-left: auto;

}

#navigation {
	width: 800px;
	padding-top: 18px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 18px;
	height: 38px;

}

#header_img {

	height: 170px;

	float: left;

	width: 440px;

}

#note {

	background-image: url(../images/note_bg.jpg);

	background-repeat: no-repeat;

	padding-top: 8px;

}

#cat_nav img {

	margin-right: 14px;

	margin-left: 14px;

}

#en, #gr {
	float: right;
	width: 50px;
	height: 50px;
}
#journal {
	float: left;
	height: 170px;
	width: 200px;
	position: fixed;
	top: 0px;
	left: 0px;
}
