body {
	margin: 0;
	padding: 0;
}
h1 {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #989440;
	border-bottom: 1px solid #e5da10;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
p, ul, ol, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#container {
	width: 800px;
	height: auto;
	background-image: url(../images/global/body_background.gif);
	background-repeat: repeat-y;
}
#topline {
	width: 800px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#worksitelogo {
	width: 450px;
	height: 205px;
	position: absolute;
	top: 0;
	left: 30px;
	z-index: 5;
}
#topmenu {
	width: 320px;
	height: 250px;
	position: absolute;
	top: 50px;
	left: 480px;
	z-index: 10;
	background-image: url(../images/global/menu_background.gif);
	background-repeat: no-repeat;
}
#topmenu ul {
	list-style-type: none;
	margin: 15px 0 0 50px;
	padding: 0;
	width: 240px;
}
#topmenu ul li {
	margin: 0;
	padding: 0;
	width: 240px;
	height: 35px;
	overflow: hidden;
	float: left;
}
#topmenu ul li a:link, #topmenu ul li a:active, #topmenu ul li a:visited {
	margin: 0;
	padding: 0;
	width: 240px;
	height: 35px;
	float: left;
	overflow: hidden;
}
#mainbody {
	width: 385px;
	height: auto;
	margin-left: 30px;
	padding: 210px 10px 10px;
}
#mainbody a:link, #mainbody a:active, #mainbody a:visited {
	color: #990000;
	text-decoration: underline;	
}
#mainbody a:hover {
	color: #cc0000;
	text-decoration: none;	
}
#footer {
	width: 800px;
	height: 50px;
	border-top: 1px solid #ffffff;
	background-color: #231f20;
}
#footer p {
	font-size: 11px;
	color: #ffffff;
	text-align: right;
	margin: 10px;
}
#footer p a:link, #footer p a:active, #footer p a:visited {
	color: #ffffff;
	text-decoration: underline;
}
#footer p a:hover {
	color: #ffffff;
	text-decoration: none;
}
#rightcol {
	width: 320px;
	height: auto !important;
	height: 350px;
	min-height: 350px;
	position: absolute;
	top: 300px;
	left: 480px;
	z-index: 15;
	background-image: url(../images/global/metalgrate.jpg);
	background-repeat: no-repeat;
}
#homephoto {
	width: 300px;
	height: 352px;
	position: absolute;
	top: 284px;
	left: 404px;
	z-index: 20;
}