body, table {
	background-color: #000;
	color: #fff;
	margin: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10.5pt;
}
h2 {
	color: #C00;
	margin-top: 0;
	font-variant: small-caps;
}
h5 {
	color: #FDB;
	margin: 0;
}
a {
	color: #f00;
	text-decoration: none;
}
a:hover {
	color: #000;
	background-color: #FB3;
}
#header {
	background: #C00 url(headerbg.png) repeat-x;
	height: 75;
	margin: 0;
	padding: 0;
}

#nav {
	width: 150;
	color: #fff;
	background: #000 url(navbg.png) repeat-y scroll top right;
	vertical-align: top;
	padding: 5px 15px 5px 10px;
	font-size: 75%;
}

#content {
	width: 505;
	background: #fff url(contentbg.png) repeat-y scroll top right;
	color: #000;
	vertical-align: top;
	padding: 30px 25px 30px 20px;
}
#content img {
	border: 5px solid #c09930;
	margin: 2px 0;
}
#footer {
	background: #c00 url(footerbg.png) repeat-x top left;
	height: 12;
	font-size: 60%;	
	padding: 6px 0 7px 0;
	text-align: center;
}
.oomph {
	font-weight: bold;
	font-size: 125%;
}
.mph {
	font-weight: bold;
	font-size: 110%;
	color: #C00;
}
.there {
	font-weight: bold;
	font-size: 125%;
	border: 5px double #c09930;
	margin: 2px 0px;
}
.byline {
	font-size: 70%;
	background-color: #c09930;
	text-align: right;
	color: #FFF;
}
.byline a {
	color: #FFF;
}
.subbar {
	background-color: #000;
	color: #FFF;
}
.blogComments {
	font-size: 75%;
}
.blogComments .byline {
	font-size: 100%;
}
.quote {
        position: relative;
	left: 30px;
	width: 80%;
        font-size: 90%;
	text-indent: 75px;
	background: #FDB url(quotebg.png) no-repeat;
        border: 2px solid #C09930;
	padding: 25px 10px 10px;
}

.seasonal {
	position: absolute;
	top: -10px;
	left: 612px;
}
.seasonal a:hover {
	background-color: transparent;
}