@charset "iso-8859-1";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	height: 100%;
	width:100%;
	text-align: center;
	background-color:#000000
}
#central{
	margin-right:auto;
	margin-left:auto;
	width:800px;
	text-align: left;
	background-color:#FFFFFF;
}
#header{
	height: 151px;
	width: 800px;
	position:relative;
	background-position:bottom;
	background-image: url(images/header.gif);
}
h1{
	margin:0px;
	background-color:#291603;
	text-align:right;
	border-bottom:4px solid #F7941D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#B9AB8D;
	padding:4px 16px 4px 0 
}
*html h1 {height:15px}
.box {
	width:345px; 
	float:left;
}
.boxinside {
	padding-top:21px;
	width:350px; 
	float:left;
}
.text
{
padding:7px 14px 3px 0;
font-family:Arial;
font-size:11px;
color:#000000;
}
.text a
{
color:#406618;
text-decoration:underline
}
.text a:visited{color:#406618; text-decoration:underline}
.text a:hover{text-decoration:none}
.imglink{float:left; margin:-4px 14px 2px 9px}
.imglink2{float:left; margin:-4px 14px 2px 23px}
.title{
font-family:Arial;
font-size:18px;
font-weight:bold;
color:#8DC63F;
text-decoration:none;
}
.title:visited{text-decoration:none}
.title:hover{text-decoration:none}
.url{padding-bottom:18px;}
.url a
{
font-family:Arial;
font-size:11px;
font-weight:bold;
color:#406618;
background-image: url(images/arrow.gif);
background-repeat:no-repeat;
background-position:0px 4px;
text-decoration:underline;
padding-left:17px;
}
.url a:visited{text-decoration:underline}
.url a:hover{text-decoration:none;}
#left{float:left;}
#right{float:right;}
#footer{
	clear: both;
	position: relative;
	border-top:4px solid #F7941D;
	background: url(images/bottom_bg.gif) repeat-x 4px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#B9AB8D;
	padding:16px 16px 30px 10px;
}
*html #footer {height: 0px; padding-bottom:14px}
#footer a
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#B9AB8D;
text-decoration:none
}
#footer a:visited {text-decoration:none}
#footer a:hover   {text-decoration:underline}
.clear{clear:both;}
.bottom_gradient {height:32px; background: url(images/bottom_gradient.gif) repeat-x}
#content
{
height:100%;
width:800px;
background-image: url(images/top_gradient.gif);
background-repeat:repeat-x;
margin:auto;
}
.left_border  {border-left:1px solid #CACBAA}
.right_border {border-right:1px solid #CACBAA}
.top_border {border-top:1px solid #CACBAA;}

