@charset "UTF-8";
/* CSS Document */

body, h1, h2, h3, p, h5, ul, li {
	margin: 0;
	padding: 0;
	font-family: Georgia, Serif;
}
a img {
	border: none;
}
body {
	background: url(../images/body_bg.gif) top repeat-x #8f3d29;
	font: Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-align: center;
	margin-bottom: 0.75em;
}
#container {
	position: relative;
	width: 56.5em;
	margin: 0.75em auto 0;
	text-align: left;
}
#header, #content, #footer {
	width: 56.5em;
}
#header {
	background: url(../images/header_bg.gif) bottom no-repeat;
	height: 9em;
}
#header img {
	float: left;
	padding: 0.75em 0.75em 0 2.9em;
	width: 12.75em;
	height: 7.6em;
}
#header ul {
	list-style: none;
	padding: 4.9em 0 0 0;
}
#header ul li {
	float: left;
	padding-right: 1em;
	font-size: 1em;
	text-align: center;
	width: 9em;
}
#header a {
	text-decoration: none;
}
#content {
	background: url(../images/content_bg.png);
	padding-bottom: 2em;
}
* html body #content {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/content_bg.png',sizingMethod='scale');
}
#content img {
	float: left;
	padding: 0 1.9em 1.5em 0.25em;
}
p {

}

a {
	color: #003083;
}
a:hover {
	color: #7d8617;
}
h1, h2, h3, p, h5, #content ul {
	padding: 1em 2em 0 21.9em;
	line-height: 1.5em;
}
a.hot, a.hot:hover, h1 {
	color: #8f3d29;
}
h1 {
	padding-top: .5em;
}
h2, b {
	color: #003083;
}
h3 {
	color: #513321;
}
#content ul {
	margin-left: 1.56em;
}
#footer {
	background: url(../images/footer_bg.png) bottom no-repeat;
	height: 75px;
}
* html body #footer {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/footer_bg.png',sizingMethod='scale');
}
h5 {
	margin-left: 0.25em;
	padding-left: 21.63em;
	border-top: 1px solid #ccc;
	font-weight: normal;
	color: #999;
}

.blockquote {
	margin: 0 2em;
	font-style: italic;
}