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




body{
	background-image: url(images/bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color:#d27a1f;
	margin: 0 auto;

	}
	

	
#wrapper{
	margin: 0 auto;
	width: 1010px;
	background-image: url(images/bg.png);
	background-position: top center;
	
}

#header{
	width: 1010px;
	height: 221px;
}



#middle{
	background-image: url(images/bg.png);
	background-position: top center;
	background-repeat: no-repeat;

	}



#nav{
	width: 95px;
	float: left;
	padding-left: 90px;
	padding-top: 150px;
	padding-right: 30px;
	background-image: url(images/bg-nav.png);
	background-repeat: no-repeat;
	background-position: top right;
	}
	
#main{
	float: right;
	width: 795px;
	margin-right: 0px;
	margin-left: 0px;
	}	
	
#title{
	width: 685px;
	background-image: url(images/bg-title.png);
	padding-left: 110px;
	background-repeat: no-repeat;
	}
	
#content{
	background-image: url(images/bg-content.png);
	padding: 15px 110px;

	}
	
#footer{
	background-image: url(images/bg-content.png);
	width: 775px;
	background-position: top center;
	margin-top: 0px;
	padding: 10px 10px 0px 10px;
	text-align: center;
}



/*------------------------FONTS-------------------------------*/

p, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	text-align: left;
	}
	
	
	
.footer{
	text-align: center;
	}	
.footerhide{
	color: #e1b46a;
	}
	
.highleading{
	line-height: 24px;
	}
	
.copy{
	text-align: center;
	line-height: 26px;
	font-size: 10px;
	}	
	
/*------------------------LINKS-------------------------------*/


a{
	text-decoration: none;
	border: none;
	color:#330000;
	}
a:hover{
	text-decoration: underline;
	color: #663300;
	}
a:visited{
	color: #000000;
	}	
	

/*------------------------misc styles-------------------------------*/



.footerimg{
	margin: 10px;
	}


.touchbottom{
	margin-bottom: 0px;
	}






	
	
