
body {
 font-family: trebuchet, arial, verdana;
 font-size: 12px;
 color: #555555;
 background: #ffffff;
 margin: 0;
}

#wrapper { 
 margin: 0 auto;
 width: 1000px;
}

#main { 
 width: 800px;
 border-left: 2px solid #E2E2C3;
 border-right: 2px solid #E2E2C3;
 background: #f8f5f3;
}

#header {
 width: 800px;
 padding: 0px;
 border: 0px solid #ccc;
 height: 110px;
 margin: 0px 0px 0px 0px;
}


#sidebar { 
 position:absolute;
 left:850px;
 top: 75px;
 width: 150px;
 padding: 10px;
}


#footer { 
 width: 800px;
 clear: both;
 color: #333;
 border: 0px solid #ccc;
 background: #f8f5f3;
 margin: 0px 0px 0px 0px;
 min-height: 50px;
 padding: 0px;
}

img {	
 border: none;
 margin: none;
}

span {	
font-size: 14px;
font-family: trebuchet, arial, verdana;
font-weight: bold;
}

a:link {
	
font-size: 12px trebuchet, arial, verdana; 
COLOR: #ab6868; 
font-weight: bold; 
TEXT-DECORATION: none;
}

a:active {
	
font-size: 12px trebuchet, arial, verdana; 
COLOR: #cb9697; 
font-weight: bold; 
TEXT-DECORATION: none;
}

a:visited {

font-size: 12px trebuchet, arial, verdana; 
COLOR: #ab6868; 
font-weight: bold; 
TEXT-DECORATION: none;
}

a:hover {

font-size: 12px trebuchet, arial, verdana; 
COLOR: #acae77; 
font-weight: bold; 
TEXT-DECORATION: underline;
}

