@charset "UTF-8";
/* CSS Document */


body {
    margin:0; 
    padding:0px;
    font: 11px verdana;
    color: #000000;
}


a:link { 
	color: #FFFFFF; text-decoration:none;
	}
a:visited { 
	color: #FFFFFF; text-decoration:none;
	}
a:hover { 
	color: #c2a77c; text-decoration:none;
	}
a:active { 
	color: #FFFFFF; text-decoration:none;
	}

#white {
	color: #FFFFFF
	}

#side { 
	background: #c5a979 url(../_images/layout/sidebg.jpg) repeat-x top left;
}  

#highlight {
    background-color:#ffcc33; 
	height:2px
}


#object { 
    outline: none;
	border:0;
} 