@charset "utf-8";
/* CSS Document */

body {
	margin:				0;
	padding:			0;
}

#header {
	width:				850px;
	height:				183px;
	background-image:	url(../images/header.jpg);
}

#header a, #footer #copyright a, #content #left a {
	text-decoration:	none;
	color:				#000000;
}

#header #smallnavigation {
	position:			relative;
	top:				18px;
	left:				680px;
	width:				150px;
}

#header #navigation {
	position:			absolute;
	top:				140px;
	left:				72px;
	font-size:			15px;
	font-weight:		bold;
	color:				#666666;
	z-index:			2;
}

#header .highlighter {
	position:			absolute;
	top:				135px;
	height:				56px;
	background-color:	#f7fbf6;
	z-index:			1;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

#contenttop {
	width:				850px;
	height:				37px;
	background-image:	url(../images/content_top.jpg);
}

#content {
	width:				850px;
	background-image:	url(../images/content_bg.jpg);
	min-height:			370px;
}

#content #left {
	width:				207px;
	height:				370px;
	text-align:			center;
	background-image:	url(../images/content_left_top.jpg);
	background-repeat:	no-repeat;
	font-size:			14px;
	font-weight:		bold;
}

#content #text {
	background-image:	url(../images/content_bottom.jpg);
	background-position:bottom right;
	background-repeat:	no-repeat;
	min-height:			370px;
	padding-right:		70px;
	text-align:			justify;
	margin-left:		207px;
	margin-top:			-370px;
}

#footer {
	width:				850px;
	height:				57px;
	background-image:	url(../images/footer.jpg);
}

#footer #contact {
	position:			absolute;
	margin:				18px 0 0 200px;
}

#footer #copyright {
	position:			absolute;
	margin:				19px 0 0 32px;
	font-size:			11px;
}
