body {
	margin:0px;
	font-family:Tempus, Decorative, Antiqua, serif;
	font-size:13px;
	color:#FFFFFF;
	background-image:url(../gfx/back.jpg);
	background-repeat:repeat-x;
	background-color:#86655D;
/*	scrollbar-face-color:#333;
	scrollbar-arrow-color:#000;
	scrollbar-track-color:#999;
	scrollbar-shadow-color:#333;
	scrollbar-highlight-color:#333;
	scrollbar-3dlight-color:#333;
	scrollbar-darkshadow-Color:#000;*/
	overflow:auto;
	}
td {
	font-size:13px;
	}
#site {
	width:920px;
	height:600px;
	overflow:hidden;
}
#topshadow {
	width:920px;
	height:40px;
}
#content {
	width:920px;
	height:520px;
	background-color:#000000;
	text-align:left;
}
#bottomshadow {
	width:920px;
	height:40px;
}
.margin {
	margin:20px;
	
	}
	
h1 {
	font-size:20px;
	font-weight:lighter;
	margin-bottom:2px;
	}
