html, body {margin: 0; background-color:#FFFFFF; text-align:center;}

#container{
width:800px;
height:100%;
background-color:#FFFFFF;
text-align:center;
margin:auto;
}

#header{
height:119px;
background-image: url(background.gif);
background-position:center;
background-repeat:no-repeat;
text-align:center;
}

#leftmenu{
float:left;
height:500px;
width:130px;
background-image:url(menubg.gif);
background-repeat:no-repeat;
}

#leftmenutext{
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #333333;
text-align:right;
padding-top:6px;
padding-right:8px;
font-size:12px;
font-weight:700;
}

a{
color:#8F6A44;
font-size:9px;
font-weight:500;
text-decoration:none;
}

a:visited{
color:#8F6A44;
font-size:9px;
font-weight:500;
text-decoration:none;
}

a:hover{
color: #003C63;
text-decoration:none;
}

hr{
border: none 0; 
border-top: 1px dashed #2FCDDB;
width: 520px;
height: 1px;
} 

#rightmenutext{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
text-align:left;
padding-top:6px;
padding-left:8px;
font-size:12px;
font-weight:500;
}

#leftmenutext a{
color:#8F6A44;
font-size:11px;
text-decoration:none;
}

#leftmenutext a:hover{
color: #003C63;
text-decoration:none;
}

#leftmenutext hr{
border: none 0; 
border-top: 1px dashed #2FCDDB;
width: 110px;
height: 1px;
} 

#rightmenutext hr{
border: none 0; 
border-top: 1px dashed #2FCDDB;
width: 110px;
height: 1px;
} 

#rightmenutext a{
color:#8F6A44;
text-decoration:none;
font-size:9px;
font-weight:500;
}

#rightmenutext a:hover{
color: #003C63;
text-decoration:none;
font-size:9px;
font-weight:500;
}

#rightmenu{
float:right;
height:500px;
width:130px;
background-image:url(menubg.gif);
background-repeat:no-repeat;
text-align:left;
}

#content{
float:left;
height:100%;
width:520px;
background-color:#FFFFFF;
text-align:justify;
color:#333333;
padding-top:6px;
padding-bottom:0px;
padding-left:10px;
padding-right:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-style:normal;
}

	#content a{
	color:#8F6A44;
	font-size:12px;
	font-weight:500;
	text-decoration:none;
	}
	
	#content a:visited{
	color:#8F6A44;
	font-size:12px;
	font-weight:500;
	text-decoration:none;
	}
	
	#content a:hover{
	color: #003C63;
	text-decoration:none;
	}

#footer{
height:26px;
background-image:url(footer.gif);
background-repeat:no-repeat;
background-position:center;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-style:normal;
}