* {
	margin:0px;
	padding:0px;
	text-decoration:none;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
img, a img, table {
	border:none;
}
a, #content a {
	outline:none;
	color:#0060b4;
	text-decoration: underline;
}
a:hover, #content a:hover {
	color:#782327;
}

#site a {
	text-decoration:none;
}

#site a:hover {
	text-decoration:underline;
}

#wrap {
	width:844px;
	margin:30px auto 0 auto;
	background:url(images/wrap_bg.gif) repeat-y;
}
#wrap.default {
	background:none;
}
#header {
	height:105px;
	background:url(images/header_bg.gif) no-repeat;
}

/* Nav */
#nav {
	width:169px;
	padding:13px 0 0 15px;
	float:left;
}
#nav img {
	margin:0 0 9px 0;
}

/* Cover */
#cover {
	position:relative;
}

#facebookWrap {
	position:absolute;
	top:289px;
	left:356px;
}

/* Content */
#content {
	width:617px;
	float:right;
	margin:10px 33px 10px 10px
}
#content strong {
	color:#0060b4;
}
/* Footer */
#footer {
	clear:both;
	height:134px;
	background:url(images/footer_bg.jpg) no-repeat;
}
#footer a {
	color:#fff;
}
#footer a:hover {
	color:#CC0000;
}
#footer div {
	width:265px;
	float:left;
	position:relative;
	top:18px;
	left:13px;
	margin:0 11px 0 0;
}
#footer img {
	border:1px solid #fff;
}
#footer p {
	color:#fff;
	font-size:11px;
	margin:14px 0 0 0;
	float:right;
	width:145px;
}
#footer p strong {
	font-size:12px;
	line-height:10px;
	position:relative;
	bottom:9px;
}
/* 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;
}