
/**** Header ****/
#header {
	height: 60px;
	background-image:url(../../images/header_bkgd.jpg);
	background-repeat:repeat-x; }
	
	
#headercontent {
	width:980px; 
	margin: 0 auto;
	padding: 0; 
	height: 55px; }
	
#headerleft {
	width:732px;
	float:left; }
	
#headerright {
	width:243px;
	float:right;
	text-align:right; 
	font-size:20px; 
	font-weight:bold; 
	font-family:"Times New Roman", Times, serif; 
	padding:2px 5px 0 0; 
	color: #4a2b00; }