/* CSS Document */
body{
	background:#3a426a url("../img/bg_horizontal.gif") repeat-x;
	margin:0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#cacbd3;
}
#site{
	width:967px;
	margin:0px auto;
	text-align:left;
}
#header{
	width:967px;
	height:200px;
	background:url("../img/bg_header_bottom.gif") no-repeat bottom left;
	text-align:left;
}
#navigation, #sidenav{
	width:192px;
	margin:0px;
	float:left;
}
#navigation ul, #navigation li, #sidenav ul, #sidenav li{
	margin:0;
	padding:0;
	display:inline;
	list-style: none;
}
#navigation li a{
	margin-top:4px;
	display:block;
	width:192px;
	height:35px;
	background:url("../img/button_bg_normal.gif");
	text-decoration:none;
	color:#cacbd3;
}
#sidenav{
	padding:0px 0px 0px 0px;
	float:right;
	margin:0 0 0 0;
}
#sidenav li a{
	margin-top:4px;
	display:block;
	width:192px;
	height:35px;
	background:url("../img/button_bg_normal.gif");
	text-decoration:none;
	color:#cacbd3;
}
#navigation li a span, #sidenav li a span{
	display:block;
	padding-top:12px;
	padding-left:29px;
}
#content{
	float:left;
	width:583px;
	background:url("../img/bg_site_middle.gif") repeat-y;
	text-align:center;
	color:#4b4d5b;
}
#main{
	width:490px;
	text-align:left;
	margin:0px auto;
	margin-top:20px;
	margin-bottom:0;
	padding-bottom:30px;
}
#footer{
	float:left;
	width:583px;
	height:45px;
	margin:0px;
	background:url("../img/bg_footer.gif") top left;
	background-repeat:no-repeat;
	padding:0;
	color:#81859d;
	text-align:center;
}
#footercontent{
	clear:both;
	width:583px;
	margin-top:20px;
	color:#81859d;
	text-align:center;
}
h1{
	font-size:10px;
	font-weight:bold;
}