@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/background_main.jpg);
	background-repeat: repeat;
	margin-top: 10px;
	margin-bottom: 0px;
	}

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #841F05;
	line-height:20px;
}

h1 {font-size:22px;}
h2 {font-size:18px; line-height:16px;}
h3 {font-size:16px;}
h4 {font-size:14px; line-height:12px;}
h5 {font-size:12px; line-height:0; margin-bottom:8px;}

/* links */

a:link {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #555555;
	text-decoration:underline;
}
a:active {
	color: #841F05;
	text-decoration:none;
}

/* classes */

.footer {
	font-family: Helvetica;
	font-size: 11px;
}

.footerbold {
	font-family: Helvetica;
	font-size: 11px;
	font-style: strong;
}

.italic {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
}


.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.navigation_rollover {
	width:auto;
	height:80px;
	float:left;
}
.row {
	width:840px;
	height:auto;
	padding: 0px 20px 20px 20px;
	float:left;
	clear:both;
}
.float_left {float:left;}
/* ids */

#wrapper {
	width:960px;
	margin-right:auto;
	margin-left:auto;
}
#navigation_header {
	width:960px;
	height:267px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
}
#navigation_box {
    position: absolute;
	margin: 0 auto;
	margin-left:10px;
	margin-right:10px;
	width: 940px;
	height:80px;
	top: 185px;
	z-index: auto;
}
#background_top {
	background-image:url(images/bg_top.png);
	background-repeat:no-repeat;
	background-position:center;
	width:880px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding: 0px 35px 0px 35px;
	float:left;
	clear:both;
}
#background_bottom {
	background-image:url(images/bg_bottom.png);
	background-repeat:no-repeat;
	background-position:center;
	width:880px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	padding: 0px 35px 0px 35px;
	float:left;
	clear:both;
}	
#main_content {
	width:880px;
	height:100%;
	background-image: url(images/bg_mid.png); 
	background-position:center; 
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	padding: 0px 35px 0px 35px;
	float:left;
	clear:both;
}
#footer{
	width:880px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding: 0px 35px 0px 35px;
	clear:both;
}
 hr {
	border: 0;
  	width: 80%;
	color: #841F05;
	background-color: #841F05;
	height: 1px;
 }

.row ul li {
	list-style:none;
}


