* {
	margin: 0px;
}
body {
	background: url(img/background.gif) black;
	color: black;
	font-family: verdana, tahoma, arial;
	font-size: 12px;
	overflow-y:scroll;
}
#wrapper {
	height: 190px;
	display: block;
	background: url(img/top.gif) top repeat-x;
}
ul {
	margin: 0px;
}
#header {
	width: 946px;
	margin: 0px auto;
	background: url(img/engine.gif) no-repeat top right;
	height: 134px;
	display: block;
}
#content {
	width: 910px;
	margin: 0px auto;
	display: block;
	border: solid 2px #232323;
	padding: 15px;
	background: black;
	color: white;
	margin-bottom: 20px;
}
#footer {
text-align: center;
margin: 0px auto;
color: gray;
margin: 20px;
}
.clear {
	clear: both;
}
th {
	border-bottom: solid 1px red;
	text-align: left;
}
a {
	color: white;
}
img {
	border: none;
}

h3 {
	margin-top: 10px;
	color:red;
}







#menuwrap {
	width:946px;
	height:58px; 
	margin: 0px auto;
	padding: 0px;
}

ul#menu {
	height:58px;
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

ul#menu li { 
	float:left;
}

ul#menu li a { 
	display: block; 
	line-height:58px; 
	height:58px;
	width: 118px;
	float: left;
	overflow:hidden; 
	text-align: center;
	text-decoration :none;
	font-size: 15px;
	color: white;
	font-weight: bold;
	background:transparent url(img/menu.gif) repeat-x;
	position: relative;
}

ul#menu li a:hover, ul#menu li a.active { background-position:0 -58px;}

form.contact input {
	width: 50%;
}
#name, #message, #email, #postal, #address, #count, #phone, #captcha, .contact textarea, #ctlJob {
	font-size: 16px;
	width: 50%;
	padding: 3px;
	margin-top: 2px;
	margin-bottom: 8px;
	border: 1px solid #e5e5e5;
	font-family: verdana;
	background: #fbfbfb;
	border-left: solid 2px #555;
	border-top: solid 2px #555;
}


.new {
	background: url(img/new.gif) no-repeat;
	width: 31px;
	height: 12px;
	position: absolute;
	top: 3px;
	right: 0px;
}

