.fruigter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	color: #000000;
}
.helvetica {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	color: #CCCCCC;
	bgcolor: #000000;
	font-align:left;
}
	

BODY {
	font-size: 12px;
	font-family: Arial, Helvetica;
	color: #000000;
	line-height: 15px;
	<!-- margin: 0; -->
	padding: 0;
	background-color: #090901;
	scrollbar-base-color: #cccccc;
	scrollbar-track-color: #cccccc;
	scrollbar-face-color: #aaaaaa;
	scrollbar-highlight-color: #cccccc;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-darkshadow-color: #cccccc;
	scrollbar-shadow-color: #cccccc;
	scrollbar-arrow-color: #eeeeee;
}

h1{
	color: #F1B95C;
	font-size: 18px;
}

h2{
	color: #F1B95C;
	font-size: 16px;
}

#bodycontent{
	background-image: url(/images/workman_bg.jpg);
	background-repeat: no-repeat;
	height: 100%;
	width: 985px;
}

#bodyshell{
	<!--background-image: url(/images/bg.png);-->
	background-repeat: repeat-y;
	width: 985px;
	!-- margin: 0 auto 0 auto; -->
	margin-left : 0;
	margin-top : 0;
}
<!--
#sidebar{
	position: absolute;
	top: 260px;
	top: 260px;
	left: 36px;
	color: #D19F50;
}

#sidebar p{
	margin-left: 20px;
	color: #D19F50;
}
-->
#home{
	position: absolute;
	top: 76px;
	left: 43px;
}

#content{
	position: absolute;
	top: 260px;
	left: 370px;
	width: 550px;
	padding-top: 20px;
	color: #000000;
}




}