@charset "utf-8";
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
/*******************************************************************************/

body {
	background:#fff0cd url('/img/bg-pagetop.jpg') no-repeat 50% 0;
	margin:0px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#4C2D26;
}
a {
	color: #851215;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
strong {
	font-weight:bold;
}

div#bg {
	margin:0px auto;
	background: transparent url('/img/bg-pagebottom.jpg') no-repeat 50% 100%;
}

div#header {
	margin:0px auto;
	width:798px; /* = 800 - border */
	background-color: #410101;
	border-left: solid 1px #410101;
	border-right: solid 1px #410101;
}
div#header div#headertop {
	padding:0 12px;
}
div#header div#navbar {
	height:29px;
	background: #ec9000 url('/img/bg-navbar.jpg') scroll top left repeat-x;
	border-bottom: solid 1px #410101;
}
div#header div#navbar img {
	float:right;
}
div#header div#mainimages {
	clear:both;
}
div#header div#mainimages div {
	float:left;
}
div#header div#mainimages img {
	float:left;
}
div#header div#mainimages div img {
	float:none;
}

div.body {
	margin:0px auto;
	width:760px;
	padding:15px 20px;
	background-color:#ffffff;
	clear:both;
}

div#content {
	width:620px;
}
div#content h1 {
	color: #851215;
	font-size:16px;
	font-weight:bold;
	border-bottom: solid 1px #230100;
	padding:0 0 3px;
	margin:0 0 12px;
}
div#content h2 {
	margin:0 0 4px;
	font-size:14px;
	font-weight:bold;
}
div#content p {
	margin:0 0 12px;
}
div#content ul, div#content ul li {
	list-style-image:url('/img/bullet.gif');
	margin:0px 0px 5px 30px;
}
div#content ul {
	margin:3px 0px 12px 10px;
}
div#content .ad {
	margin:24px 0;
	text-align:center;
}

div#sidenav {
	float:right;
	width:120px;
	margin:20px 0 0 20px;
}

div.foot {
	margin:0px auto;
	width:800px;
	font:12px Arial, Helvetica, sans-serif;
	line-height:16px;
	text-align:center;
	color:#FFE4C9;
}
div.foot a {
	padding:0 4px;
	text-decoration:none;
	color: #851215;
}
div.foot a:hover {
	text-decoration:underline;
}
div.foot div.top {
	background: #EA8F00 url('/img/bg-footer.jpg') repeat-x 0 0;
	padding:8px 0;
	font-weight:bold;
}
div.foot div.bottom {
	background-color:#ffe4c9;
	padding:8px 0 16px;
	text-align:center;
	color:#000000;
}
div.foot div.bottom a {
	color:#000000;
}