@charset "UTF-8";
/* CSS Document */

html, body , ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	background: #000 url(../images/bckgd.jpg) repeat-x;
	font: 16px Arial, Helvetica, sans-serif;
}
#wrapper {
	margin: 0px auto;
	width: 800px;
	position: relative;
	background: #FFF;
}
#content {
	min-height: 300px;
	padding: 40px;
}
#header {
	height: 111px;
}
#navbar {
	text-align: center;
	white-space: nowrap;
}
#navbar a   {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #F60;
	position: relative;
	padding: 3px 20px;
	line-height: 30px;
	text-transform: lowercase;
	margin: 0px;
}
#navbar a:hover {
	color: #6C0;
	border-bottom: 2px dotted #6C0;
}
#navbar .active {
	color: #6C0;
}
.footer {
	color: #F60;
	font: 12px Arial, Helvetica, sans-serif;
	margin-top: 5px;
}
.footer a {
	color: #F60;
	text-decoration: none;
}
p {
	font-size: 14px;
}
h1 {
	color: #6C0;
	font-size: 20px;
}
h2 {
	font-size: 16px;
	color: #F60;
}
li {
	font-size: 14px;
	margin-left: 25px;
}
.formfield {
	width: 300px;
	border: 1px solid #F60;
	padding: 2px;
}
.helv12red {
	color: #F00;
}
#services {
	background: url(../images/services_box.jpg) no-repeat;
	width: 427px;
	height: 240px;
	padding: 15px;
}
.bug {
	background: url(../images/bug.png) no-repeat;
	height: 131px;
	width: 460px;
	clear: both;
}
