@charset "utf-8";
body {
	font:Verdana, Arial, Helvetica;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #ffffff;
	text-align:center;
}

a.hyp {font: Verdana, Arial, Helvetica, sans-serif; color:#916f5b; text-decoration:none; font-size:8; }
a:hover.hyp {font: Verdana, Arial, Helvetica, sans-serif; color:#584439; text-decoration:none} 

a.hyp2 {font: Verdana, Arial, Helvetica, sans-serif; color:#132c29; text-decoration:underline;  }
a:hover.hyp2 {font: Verdana, Arial, Helvetica, sans-serif; color:#584439; text-decoration:none} 

td.copy {font: Verdana, Arial, Helvetica, sans-serif; color:#c1b12e; font-size:11px;}

h1{
font: Verdana;
color:#422a22;
 }
h2{
font: Verdana;
color:#39674d;
 }
 
 h3{
font: Verdana;
color:#916f5b;
 }
 p{
 text-align:left;
 margin:10px;
 }

#master {
	position:relative;
	left:0px;
	top:0px;
	bottom:0px;
	width:800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#Logo_ {
	position:absolute;
	left:0px;
	top:0px;
	width:292px;
	height:80px;
}



#Home_ {
	position:absolute;
	left:292px;
	top:53px;
	width:99px;
	height:27px;
}

#Sponsors_ {
	position:absolute;
	left:391px;
	top:53px;
	width:103px;
	height:27px;
}

#Photo_ {
	position:absolute;
	left:494px;
	top:53px;
	width:101px;
	height:27px;
}

#About_ {
	position:absolute;
	left:595px;
	top:53px;
	width:101px;
	height:27px;
}

#Contact-us_ {
	position:absolute;
	left:696px;
	top:53px;
	width:104px;
	height:27px;
}

#Banner_ {
	left:0px;
	width:770px;
	height:132px;
	margin-left:10px;
	margin-right:10px;
	
}

#Main_ {
	position:absolute;
	left:0px;
	top:80px;
	width:790px;
	background-color:#f6e7ce;
	margin-left:5px;
	padding-top:15px;
	

}

#Content_ {
	
	left:5px;
	top:250px;
	width:744px;
	background-color:#e9d7bf;
	padding:5px;
	margin-left:18px;
	margin-right:18px;
	margin-top:10px;
	margin-bottom:10px;
}


#footer_ {
	bottom:0px;
	left:0px;
	width:790px;
	height:96px;
	padding-top:5px;

	background-color:#ffffff;

}


