/* CSS Document */

*{
margin:0;
padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #d6d4bb;
	background-image: url(images/BG.png);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	background-image: url(images/container_BG.png);
	background-repeat: repeat-y;
	width: 824px;
	margin: auto;
}

#header {
	margin: auto;
	width: 794px;
}
#header_nav {
	background-image: url(images/header_nav-bg.png);
	height: 41px;
	width: 794px;
}
#header_main {
	background-image: url(images/header_bg.jpg);
	height: 183px;
	width: 794px;
}

#headsub_ads {
	height: 110px;
	width: 794px;
}

#header_sub {
	background-image: url(images/header_sub-bg.png);
	height: 21px;
	width: 794px;
}

#body_main {
	margin: auto;
	width: 794px;
}
#footer {
	background-image: url(images/footer_bg.png);
	height: 60px;
	width: 794px;
}

li{
	margin-left:25px;
}

a:link {
	text-decoration: none;
	color:#006600;
}
a:visited {
	text-decoration: none;
	color:#006600;
}
a:hover {
	color:#009900;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

blockquote{
	margin-left:10px;
	margin-right:10px;
}