* {
	margin: 0;
	padding: 0;
	border: 0;
}
img {
	display: block;
}
ul,
ol {
	list-style: none;
}
body {
	background-color: #a43121;
	color: #fff;
}
div#container {
	position: relative;
	width: 980px;
	margin: 0 auto;
	background: url(images/bg_container.gif) left top repeat-y;
	font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	display: block;
	position: absolute;
	top: 0;
	left: 86px;
	width: 137px;
	height: 92px;
}
h1 a {
	display: block;
	width: 137px;
	height: 92px;
	background: url(images/logo.gif) left 10px no-repeat;
	text-indent: -5000px;
	overflow: hidden;
}
.silent {
	display: none;
}
div#nav {
	margin-left: 320px;
	padding-top: 55px;
	height: 79px;
}
div#nav li {
	display: inline;
}
div#nav li a {
	color: #fff;
	text-decoration: none;
	font: normal 10px/13px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	padding: 3px 14px;
}
div#nav li a:hover {
	color: #d7311a;
}
div#content {
	margin: 0 80px;
	min-height: 250px;
}
div#content h2 {
	display: block;
	height: 18px;
	text-indent: -5000px;
	overflow: hidden;
	margin-bottom: 18px;
}

body.homer div#content h2 { 	width: 159px; /*float: left;*/ background: url(images/hdr_welcome.gif) left top no-repeat;}
body.legal div#content h2 {		width: 283px; background: url(images/hdr_legal.gif) left top no-repeat;}
body.privacy div#content h2 {	width: 249px; background: url(images/hdr_privacy.gif) left top no-repeat;}

div#content p,
div#content h3 {
	margin-right: 36px;
	margin-left: 36px;
	width: 540px;
}
div#content p {
	margin-bottom: 18px;
}

body.homer div#content p,
body.homer div#content h3 {
	margin-left: 220px;
}

div#content h3 {
	margin-bottom: 0px;
	font: bold 11px/18px Verdana, Arial, Helvetica, sans-serif;
	/*border-top: 1px solid #aaa;*/
}
div#content a {
	font-weight: bold;
	color: #d7311a;
	text-decoration: none;
}
div#content a:hover {
	text-decoration: underline;
}
div#footer {
	height: 60px;
	background: #a43121 url(images/bg_footer.gif) center top no-repeat;
	padding-top: 20px;
	padding-left: 79px;
	margin-top: 60px;
	font: normal 10px/14px Verdana, Arial, Helvetica, sans-serif;
}
div#footer li {
	display: inline;
	padding: 0 15px;
}
div#footer li#legal {
	border-right: 1px solid #fff;
	padding: 0 20px 0 15px;
}
div#footer a {
	color: #fff;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}

