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

*{
	padding:0;
	margin:0;
}

#left p{
	color:#000;
}

body{
	background-image:url(images/bg2.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#dfdfdf;
}

h1{
	color:#a88126;
	padding: 20px 30px 0 30px;
}


#wrapper{
	width:900px;
	padding: 40px 0 0 0;
	margin:auto;
}

#nav{
	width:408px;
	height:25px; 
	margin: 0 0 10px 490px;
	background-image: url("images/nav.gif");
	background-position:center top;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;

}

#subnav1 img{
	display:block;
	float:left;
	padding:0;
}



#nav li{
	display:inline;
	padding: 0 1px 0 5px;
}

#nav ul{
	padding: 5px 0 0 4px;
}

#nav a{
	color:#FFF;
	text-decoration:none;
}
#nav a:hover{
	color:#f0ac1a;
}
#subnav1{
	width:900px;
	height:30px; 
	background-image: url("images/sub_nav_bg.gif");
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #fff;
	padding: 0 0 0 1px;
	text-align: center;
}
#subnav1 a{
	display:block;
	float:left;
	width:140px;
	margin-left:8px;
}

#left{
	width:590px;
	margin:0px;
	padding:0px;
}


#subnav1 a:link{color:#fff; text-decoration: none;}
#subnav1 a:visited{color:#fff; text-decoration: none;}
#subnav1 a:hover{color:#fff; text-decoration: none;}
#subnav1 a:active{color:#fff; text-decoration: none;}

#subnav2{
	width:900px;
	background-image: url("images/sub_nav2_bg.gif");
	background-repeat:repeat-y;
	padding: 0 0 0 6px;
	height:20px;
	display:none;
}

#subnav2 li{
	display:block;
	list-style:none;
	float:left;
	margin-right:10px;
}


#header{
	width:901px;
	height:212px;
	background-image: url("images/header.jpg");
	background-position:center bottom;
	background-repeat:no-repeat;
	padding: 0 0 0 0;
}

#header2{
	width:901px;
	height:212px;
	background-image: url("images/header2.jpg");
	background-position:center bottom;
	background-repeat:no-repeat;
	padding: 0 0 0 0;
}
#header3{
	width:901px;
	height:212px;
	background-image: url("images/header3.jpg");
	background-position:center bottom;
	background-repeat:no-repeat;
	padding: 0 0 0 0;
}
#header4{
	width:901px;
	height:212px;
	background-image: url("images/header4.jpg");
	background-position:center bottom;
	background-repeat:no-repeat;
	padding: 0 0 0 0;
}
#header5{
	width:901px;
	height:212px;
	background-image: url("images/header5.jpg");
	background-position:center bottom;
	background-repeat:no-repeat;
	padding: 0 0 0 0;
}
#header6{
	width:901px;
	height:212px;
	background-image: url("images/header6.jpg");
	background-position:center bottom;
	background-repeat:no-repeat;
	padding: 0 0 0 0;
}

#news{
	width:244px;
	background-image: url("images/news_bg.gif");
	background-position:center bottom;
	background-repeat:repeat-y;
	margin-top:20px;
	padding: 0 45px 0 0;
	margin-right:10px;
	float:right;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#news h3{
	text-align:center;
	padding-left:40px;
	font-size:16px;
}

#news p{
	padding: 0 0 0 38px;
	margin:0px;
	width:200px;
	color:#FFF;
}

.newscap{
	margin: -4px 0 0 -10px;
}


#content{
	width:900px;
	background-image: url("images/content_bg.gif");
	background-position:center top;
	background-repeat:repeat-y;
	padding: 0 0 6px 0;
}

#content p{
	font: normal normal normal 14px normal Helvetica, Trebuchet, Times New Roman, arial;
	color: #000000;
	padding: 6px 100px 0 30px;
}

#content img{
	padding: 4px 0 0 30px;
}

#footer{
	width:900px;
}
#clear{
	clear:both;
}