/* CSS Document */

*{
margin:0;
padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bg.jpg);
}
#container {
	background-image: url(images/container_BG.png);
	background-repeat: repeat-y;
	width: 824px;
	margin: auto;
}
#header {
	margin: auto;
	width: 794px;
}
#header_main {
	background-image: url(images/Header_bg.jpg);
	height: 125px;
	width: 794px;
}
#headsub_ads {
	height: 110px;
	width: 794px;
}
#header_sub {
	background-image: url(images/header_nav.png);
	height: 42px;
	width: 794px;
}
#body_main {
	margin: auto;
	width: 794px;
}
#footer {
	background-image: url(images/footer_bg.png);
	margin: auto;
	height: 77px;
	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;
}