* {
	margin:0px;
	padding:0px;
	text-decoration:none;
}
body {
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
img, a img, table {
	border:none;
}
a, #content a {
	outline:none;
	color:#666666;
}
a:hover, #content a:hover {
	color:#782327;
}
#wrap {
	width:900px;
	margin:31px auto 0 auto;
	background:url(images/wrap_bg.gif) repeat-y;
}
/* Nav */
#nav {
	width:206px;
	float:left;
	margin:8px 0 0 0;
}
#nav img {
	margin:0 0 4px 9px;
}
#nav img.build {
	margin:0 0 15px 12px;
}
/* Content */
#cover {
	width:900px;
}
#content {
	width:680px;
	margin:8px 10px 10px 0;
	float:right;
}
#companies {
	border-top:2px solid #a4a3a3;
}
#companies p {
	font-size:11px;
	width:150px;
	float:left;
	margin:10px 15px 0 40px;
}
#companies strong {
	color:#003399;
	font-size:12px;
}
/* Footer */
#footer {
	clear:both;
	height:4px;
	background:#d4d1d1;
	overflow:hidden;
}
/* Special Classes and IDs */
.left {
	float:left;
}
.right {
	float:right;
}
p.right {
	text-align:right;
}
img.center {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.contactheader {
	display:none;
}
.BrowseBox1, hr {
	margin:3px auto 3px auto;
}