body, html {
	margin: 0;
	padding: 0;
	background: #000;
	color: #000;
	font: 13px/24px Georgia, "Times New Roman", Times, serif;
}
body {
	min-width: 788px;
}
#wrap {
	background: #FFF;
	margin: 0 auto;
	width: 788px;
}
#siteNav {
	padding-top: 50px;
	text-align: center;
}
#header {
	width: 326px;
	background: #FFF;
	margin-bottom: 25px;
	padding-top: 50px;
	text-align: center;
	padding-left: 231px;
}
#main {
	width: 574px;
	padding-left: 107px;
}
#nav {
	float: left;
	width: 231px;
	padding-left: 9px;
}
#footer {
	width: 574px;
	margin-left: 107px;
	clear: both;
	border-top: 1px solid #000;
	margin-top: 10px;
}
#footer p {
	
}


#nav p { margin-bottom: 0px; }


a { color: #6D6E71; }
a:link { color: #6D6E71; }
a:visited { color: #57585a; }
a:active, a:hover { color: #CCC; }

h1 {
	color: #999999;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 25px 0px;
	padding: 0px;
	width: 326px;
}

h2 {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 3px;
	word-spacing: .5px;
	border-bottom: 1px solid #6D6E71;
}

h3, h4 {
	font: bold 13px Arial, Helvetica, sans-serif;
}

.small { font-size: 11px; line-height: 13px; }

.serif {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 3px;
	word-spacing: .5px;
}

.serifGrey {
	color: #6D6E71;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 3px;
	word-spacing: .5px;
}

.serifLink a {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 3px;
	word-spacing: .5px;
}

.serifLink a:link {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 3px;
	word-spacing: .5px;
}

.serifLink a:visited {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 3px;
	word-spacing: .5px;
}

.serifLink a:active {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 3px;
	word-spacing: .5px;
}

.serifLink a:hover {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 3px;
	word-spacing: .5px;
}

li { padding-bottom: 13px; }

.blackBkgd { background-color: #000; color: #FFF; }
#blackBkgd {
	background-color: #000;
	color: #FFF;
	padding: 10px;
}

