body {
	background: #fff;
	font: 12pt 'georgia', century;
}
a:link, a:visited, a:active, .fakelink {
	color: #73984b;
	text-decoration: none;
}
a:hover, .fakelink:hover {
	color: #777;
}
#giantwrap {
	width: 960px;
	background: #a8a396;
	border-top: 90px solid black;
	margin: auto;
}
#header {
	height: 270px;
	background: url(/images/rotate/jackfire.jpg) center center;
	margin: auto;
}

#logo {
	width: 900px;
	height: 270px;
	background: url(/images/folio3.png) no-repeat 60px 0px;
	text-align: left;
	padding: 30px;
	margin: auto;
}
hr {
	height: 1px;
	color: #a8a396;	
	background: #a8a396;
	border: none;
	margin: 20px 50px;
}
#main hr {
	margin: 10px;
}
#header #logo h1 {
	font-size: 140pt;
	font-weight: bold;
	letter-spacing: 1px;
	margin: -10px 0px 10px 0px;
	visibility: hidden;
}
#header a span {
	visibility: hidden;
}

#wrap {
	width: 958px;
	background: #f2efe7;
	margin: auto;
}
#main {
	width: 798px;	
	min-height: 500px;
	background: white;
	border: 1px solid #a8a396;
	padding: 15px 20px;
	margin: auto;
}
#main h2 {
	font: 27pt georgia;
	letter-spacing: -2px;
	margin: -5px;
}
#main p {
	font-size: 13pt;
	line-height: 27px;
	margin: 15px 30px;
}
#main .past {
	text-decoration: line-through;
}
.superscript {
	vertical-align: super;
	font-size: 10pt;
	line-height: 9px;
}
.more, .warning {
	font-size: 10pt;
	font-style: italic;
}
.warning {
	background: yellow;
	padding: 5px 0;
}
/* nav */
#menu
{
	width: 875px;
	height: 50px;
	background: #000;
	text-align: center;
	padding: 40px 40px 5px 45px;
	margin: 0px 0px 0px -1px;
}
#menu ul {
	font: 11pt georgia;
	font-weight: bold;
	list-style: none;
	text-align: left;
	margin: auto;
}
#menu a, #menu ul {
	height: 20px;
	color: #eee;
	float: left;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 15px;
}
#menu .item a {
	width: 85px;
	background: #f2efe7;
	color: black;
	font-size: 9pt;
	font-weight: normal;
	text-transform: lowercase;
	border-left: 7px solid #a8a396;
	padding: 1px 5px;
	display: block;
}
#menu .item a:hover {
	background-color: #73984b;
}
#menu .top a:hover {
	color: #f5dd9d;
}
#menu ul .item, #menu ul ul {
	display: none;
}
#menu ul:hover .item, #menu ul:hover ul {
	display: block;
}
#menu ul:hover ul {
	position: absolute;
	width: 60px;
	margin-top: 20px;
	margin-left: 5px;
}
#menu ul .inactive {
	color: #aaaaaa;
	text-decoration: line-through;
}
/* footer */
#footer {
	height: 150px;
	border-bottom: 120px solid black;
	padding: 10px 60px;
}

.list li {
	display: inline;
	list-style: none;
	margin: 5px;
}
