html, body
{
	background: url(../images/bg.png);
	font-family: Verdana, Arial;
}

img
{
	border: none;
}

h1,h2,h3,h4,h5
{
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	color: #990000;
}

hr
{
	height: 1px;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

a, a:visited
{
	color: blue;
}

iframe
{
	border: none;
}

.nav
{
	height: 34px;
}

.spacer
{
	height: 20px;
}

.container
{
	width: 982px;
	margin: 0 auto;
}

.header
{
	height: 258px;
	background: url(../images/header.png);
	background-repeat: no-repeat;
}

.content_bg
{
	background: url(../images/contentbg.png);
	background-repeat: repeat-y;
	width: 982px;
/* 	height: 400px; */
}

.content
{
	padding: 15px 25px 15px 25px;
	font-size: 0.9em;
	overflow: hidden;
}

.footer
{
	background: url(../images/footer.png);
	width: 982px;
	height: 36px;
	text-align: center;
	font-size: 0.7em;
	color: #aaaaaa;
}