body {
	margin-left: 0px;
	margin-top: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12.75px;
	text-align: justify;
	color: #E0E0E0;
	line-height: 165%;
	background-color: #990000;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#wrapper {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	position: absolute;
	top: 10px;
	left: 200px;
	height: 120px;
	width: 400px;
}
#about {
	background-image: url(images/about.gif);
	position: absolute;
	top: 0px;
	left: 50px;
	height: 60px;
	width: 150px;
}
a#about:hover {
	background-image: url(images/about-over.gif);
}
#services {
	background-image: url(images/services.gif);
	position: absolute;
	top: 0px;
	left: 200px;
	height: 60px;
	width: 180px;
}
a#services:hover {
	background-image: url(images/services-over.gif);
}
#portfolio {
	background-image: url(images/portfolio.gif);
	position: absolute;
	top: 60px;
	left: 20px;
	height: 60px;
	width: 180px;
}
a#portfolio:hover {
	background-image: url(images/portfolio-over.gif);
}
#contact {
	background-image: url(images/contact.gif);
	position: absolute;
	top: 60px;
	left: 200px;
	height: 60px;
	width: 170px;
}
a#contact:hover {
	background-image: url(images/contact-over.gif);
}
#leftcontent {
	position: absolute;
	top: 200px;
	left: 30px;
	width: 350px;
	z-index: 2;
}
#rightcontent {
	position: absolute;
	top: 200px;
	left: 430px;
	width: 350px;
	z-index: 2;
}
#footer {
	position: absolute;
	left: 50%;
	margin-left: -398px;
	top: 700px;
	width: 790px;
	height: 51px;
	z-index: 2;
	font-size: 11px;
	background-color: #000000;
	color: #E0E0E0;
}
#footer a:link, a:visited, a:active {
	color: #E0E0E0;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#leftcontent a:link, a:visited, a:active {
	color: #E0E0E0;
	text-decoration: none;
}
#leftcontent a:hover {
	color: #E0E0E0;
	text-decoration: underline;
}
#rightcontent a:link, a:visited, a:active {
	color: #E0E0E0;
	text-decoration: none;
}
#rightcontent a:hover {
	color: #E0E0E0;
	text-decoration: underline;
}
#rightroll {
	position: absolute;
	top: 270px;
	left: 430px;
	width: 350px;
	height: 350px;
}
strong {
	color: #E60000;
}
#maniac {
	position: absolute;
	top: 293px;
	left: 213px;
	z-index: 1;
}
