@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-color: #f1EBB1;
	scrollbar-arrow-color:#fff;
    scrollbar-3dlight-color:#581B24;
    scrollbar-highlight-color:#581B24;
    scrollbar-face-color:#581B24;
    scrollbar-shadow-color:#581B24;
    scrollbar-darkshadow-color:#581B24;
    scrollbar-track-color:#f1EBB1;

}
.clr{
	clear: both;
	height: 0;
	line-height: 0;
}
#site{
	width: 100%;
	overflow: hidden;
}
