/* CSS Document */

body{
	background:#FFFFFF;
	text-align:center;
	margin:0 auto;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}
h1{
color:#e19a5b;
font-size: 18pt;
font-weight:normal;
font-style:italic;
}
a{color:#000000;}
a:hover{color:#CC6600;}
#container{
width: 900px; 
background-color:#fff8df; 
text-align:left;
background-image:url(/images/pagebackground.gif);
background-position:bottom;
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
}

#leftcontent{
width:230px; 
padding: 0px 10px 0px 20px;
}

#maincontent{ 
width:600px; 
padding: 0px 10px 10px 10px; 
float:right;
}
#basebar{
background-image:url(/images/basebar.gif); 
background-position:right; 
background-repeat:no-repeat; 
height:50px; 
width:900px;
color:#FFFFFF;
text-align:right;
clear:both;
}
#basebar p{padding: 18px 10px 0px 0px; font-size: 8pt; font-weight:normal;}