.web-body {
	background-color:#FFFFFF;
	margin:0 0 10px 0;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#page {
	margin:auto;
	width:775px;
	background:url(img/shadow_bottom.gif) no-repeat bottom center;
	padding:0 0 6px 0;
	text-align:left;
}
#lshadow {
	background:url(img/shadow_left.gif) repeat-y left;
	padding-left:6px;
}
#rshadow {
	background:url(img/shadow_right.gif) repeat-y right;
	padding-right:6px;
}
#header {
	width:763px;
}
#content {
	clear:both;
	width:763px;
	background:url(img/bg_nav.gif) repeat-y left;
}
#nav {
	width:139px;
	padding:0;
	float:left;
}
#nav ul {
	list-style:none;
	margin:0;
	padding:0;
	font-size:12px;
}
#nav li {
	padding:3px 8px;
}
#nav li.nav_section_on {
	border-top:solid 1px #B5BEBE;
	background:url(img/bg_navon.gif) repeat-y left #FFFFFF;
	border-bottom:solid 1px #B5BEBE;
}
.nav_section_on ul {
	padding:3px 0 3px 3px !important;
}
.nav_section_on ul ul {
	padding:0 0 0 8px !important;
}
#nav a {
	color:black;
	text-decoration:none;
}
#nav a:hover {
	text-decoration:underline;
}
#footer {
	clear:both;
	padding:10px 10px 10px 155px;
	text-align:right;
	font-size:11px;
	color:#666666;
}
#backtotop {
	float:left;
}
#backtotop a {
	background:url(img/backtotop.gif) no-repeat left;
	padding:6px 2px 4px 22px;
	color:#999999;
	text-decoration:none;
}
#backtotop a:hover {
	color:#333333;
	text-decoration:none;
}