body {
	margin:0px;
	padding:0px;
	background: url(images/bg.jpg) repeat-x #690000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
	line-height:18px;
}

h1 {color:#cc0000; font-size:20px; margin:0px; padding:0px; line-height:26px;}

h2 {color:#cc0000; font-size:16px; margin:0px; padding:0px;}

a {outline:none; text-decoration:underline;}

/* divs */

#header {
	width:898px;
	height:151px;
	margin:auto;
	background:url(images/header.jpg) no-repeat;
}

#menu_bg {
	width:100%;
	height:35px;
	background:url(images/menu_bg.png) repeat-x;
}

#menu {
	width:866px;
	margin:auto;
}

#content {
	width:822px;
	margin:auto;
	background:url(images/content.png) repeat-y;
	height:auto;
	padding:30px;
	min-height:550px;
}

#content a {
	color:#900;
}

#content a:hover {
	text-decoration:none;
}


#content_end {
	width:882px;
	margin:auto;
	background:url(images/content_end.png) no-repeat;
	height:21px;
}

#footer {
	width:100%;
	height:138px;
	background:url(images/footer_bg.jpg) repeat-x;
	margin-top:6px;
}

#footer_cont {
	width:868px;
	font-size:11px;
	color:#4d0001;
	margin:auto;
	padding-top:24px;
	text-align:center;
}

#footer_cont a {
	text-decoration:none; color:#4d0001;
}

/* classes*/

.dotted {
	width:100%;
	background:url(images/dotted.jpg) repeat-x;
	height:1px;
	line-height:1px;
	font-size:1px;
	margin-top:4px;
	margin-bottom:14px;
}

.redfont {color:#cc0000;}

.clear {
	height:1px;
	line-height:1px;
	font-size:1px;
	clear:both;
}

.frame {
	border:solid 4px #CCC;
}

.pdf_bg {
	width:288px;
	height:81px;
	float:right;
	background:url(images/pdf_bg.jpg) no-repeat;
	padding:28px 0 0 80px;
}

.pdf_bg {
	width:208px;
	height:53px;
	float:right;
	background:url(images/pdf_bg.jpg) no-repeat;
	padding:28px 0 0 80px;
	margin-right:-20px;
}

.lilfont {
	font-size:10px;
}

.arrowlist {list-style:url(images/listarrow.png); list-style-image:url(images/listarrow.png); line-height:20px;}

.block {display:block; float:left; margin:0 15px 15px 0; width:382px; height:96px; background:#f6f2f2; border:solid 1px #c2bdbd; font-size:12px; padding:5px;}
.block:hover {background:#ffffff; box-shadow: 0px 0px 5px #999; -webkit-box-shadow: 0px 0px 5px #999; -moz-box-shadow: 0px 0px 5px #999;}
.block img {border:solid 1px #c2bdbd;}
