div#global {
position: relative;
margin-left: auto;
margin-right: auto;
width: 980px;
} 



body{
background: #F1ECB9 url(background.png) no-repeat center top;
font-family: Verdana, sans-serif;
font-size: 12px;
color: #634D2E;
line-height: 175%;


}



#content{
background-color: #F1ECB9;
margin:auto;
height:auto;
width:920px;
border-left-color: #A58556;
border-left-style: solid;
border-left-width: 2px;
border-right-color: #A58556;
border-right-style: solid;
border-right-width: 2px;
border-top-color: #A58556;
border-top-style: solid;
border-top-width: 2px;
border-bottom-color: #A58556;
border-bottom-style: solid;
border-bottom-width: 2px;
padding-left:30px;
padding-right:30px;
padding-top:30px;
padding-bottom:30px;
}

#menu{
background-color: #fff;
width:980px;
height:25px;
border-left-color: #A58556;
border-left-style: solid;
border-left-width: 2px;
border-right-color: #A58556;
border-right-style: solid;
border-right-width: 2px;
border-top-color: #A58556;
border-top-style: solid;
border-top-width: 2px;
}

#menuText{
position:absolute;
width:930px;
height:25px;
margin-left:40px;

}

#main{
position:absolute;
top:220px;
left:25px;
width:930px;
height:auto;
}

#border{
background: #F1ECB9 url(top.png) no-repeat center top;
height:170px;
width:980px;
margin-top:-9px;
}


a:link {  
	color:#634D2E; 
	text-decoration:none; 
	font-family: Verdana ;
	font-size: 15px; 
	font-weight: normal;
}

a:visited { 
	color:#634D2E; 
	font-family: Verdana;
	font-size: 15px; 
	font-weight: normal;
	text-decoration:none; 
}

a:hover {  
	color: #A58556; 
	text-decoration:none; 
	font-family: Verdana;
	font-size: 15px; 
	font-weight: normal;
	text-decoration:underline; 
}

.line{
	color:#A58556; 
	text-decoration:none; 
	font-family: Verdana ;
	font-size: 12px; 
	font-weight: normal;
	float:right;
	text-align:right;
	margin-top:3px;
	margin-right:0px;
	}
	
.center{
text-align:center;
}



a.one:link {  
	color:#634D2E; 
	text-decoration:none; 
	font-family: Verdana ;
	font-size: 12px; 
	font-weight: normal;
}

a.one:visited { 
	color:#634D2E; 
	font-family: Verdana;
	font-size: 12px; 
	font-weight: normal;
	text-decoration:none; 
}

a.one:hover {  
	color: #A58556; 
	text-decoration:none; 
	font-family: Verdana;
	font-size: 12px; 
	font-weight: normal;
	text-decoration:underline; 
}

a.two:link {  
	color:#634D2E; 
	text-decoration:none; 
	font-family: Verdana ;
	font-size: 11px; 
	font-weight: normal;
}

a.two:visited { 
	color:#634D2E; 
	font-family: Verdana;
	font-size: 11px; 
	font-weight: normal;
	text-decoration:none; 
}

a.two:hover {  
	color: #A58556; 
	text-decoration:none; 
	font-family: Verdana;
	font-size: 11px; 
	font-weight: normal;
	text-decoration:underline; 
}




.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

