body {
	background:#C3AE93 url(../images/common/bg_main.jpg);
	margin:0px;
}
#mainHeader {
	width:100%;
	height:209px;
	background:#C3AE93 url(../images/common/bg.jpg) repeat-x;
}
#title {
	height:12px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	font:normal 9px Verdana, Arial, Helvetica, sans-serif;
	color:#B39775;
}
#header {
	display:block;
	background:url(../images/common/header_bg.jpg) no-repeat;
	padding:9px 9px 8px 9px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
}
#container {
	width:818px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/common/content_bg.jpg) repeat-y;
}
#navigation {
	float:left;
	width:181px;
	margin-left:9px;
}
#navigation ul {
	margin:0 0 0 5px;
	padding:0;
	float:left;
}
#navigation li {
	list-style:none;
	margin-bottom:5px;
}
#navigation li a {
	display:block;
	width:145px;
	padding:3px 10px;
	border-left:5px solid #33B3FF;
	background:#C6E8FF;
	font:normal 13px "Century Gothic";
	color:#0043D4;
	text-decoration:none;
}
#navigation li a:hover {
	background:#33B3FF;
	color:#fff;
	border-left:5px solid #C6E8FF;
}
#wording {
	float:right;
	margin-right:18px;
	width:600px;
	font:normal 12px "Century Gothic";
}
#wording a {
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #000;
}
#wording a:hover {
	color:#0043D4;
	border-bottom:1px dotted #0043D4;
}
#services li {
	list-style:none;
	display:inline;
	float:left;
}
#services li a {
	border-bottom:1px dashed #0043D4;
	display:block;
	padding:4px 15px;
	font:normal 12px "Century Gothic";
	color:#0043D4;
	text-decoration:none;
}
#services li a:hover {
	background:#C6E8FF;
	color:#fff;
}
#footer {
	clear:both;
	background:#0199FF url(../images/common/footer_bg.jpg) no-repeat center top;
	height:25px;
	padding-top:10px;
	padding-right:12px;
	text-align:right;
	font:normal 9px Verdana, Arial;
	color:#fff;
}
#footer a {
	text-decoration:none;
	color:#fff;
}
#footer a:hover {
	color: #003399;
	background:#D5EEFF;
}
.navigation {
	font:normal 18px "Century Gothic";
	color:#0043D4;
}
.blue {
	color:#0043D4;
}
.black {
	color:#000;
}