* {
	margin:0px;
	padding:0px;
	text-decoration:none;
}
body {
	background:url(images/bg.jpg) repeat-x #e4e4e4;
	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:954px;
	margin:0 auto;
	background:url(images/wrap_bg.gif) repeat-y;
}
#header {
	height:100px;
	background:url(images/header_bg.jpg) no-repeat;
	position:relative;
}
#header a#logoLink {
	position:absolute;
	width:410px;
	height:70px;
	top:6px;
	left:0;
}
#header p {
	width:954px;
	font-weight:bold;
	color:#fff;
}
#header p span {
	position:absolute;
	bottom:2px;
}
#header p span#headerName {
	left:10px;
}
#header p span#headerAddy {
	left:265px;
}
#header p span#headerPhone {
	right:10px;
}


/* Nav */
#nav {
	width:189px;
	height:342px;
	float:left;
	padding-top:23px;
	background:url(images/nav_bg.gif) repeat-x;
}
#nav img {
	margin-bottom:6px;
}
#nav #nav5 {
	margin-bottom:42px;
}
/* Content */
#cover {
	width:765px;
	float:right;
}
#content {
	width:725px;
	padding:10px 20px;
	float:right;
}
/* Footer */
#footer {
	clear:both;
	height:90px;
	background:url(images/footer_bg.jpg) no-repeat;
}
#footer p.left {
	font-weight:bold;
	font-size:14px;
	color:#fff;
	line-height:22px;
	position:relative;
	top:10px;
	left:10px;
}
#footer p.right {
	font-weight:bold;
	font-size:16px;
	color:#fff;
	line-height:24px;
	position:relative;
	top:9px;
	right:10px;
}
#footer span {
	color:#000;
}
/* 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;
}

#site li {
	margin-left: 50px;
}

#site li.none {
	list-style-type:none;
}