/* style.css */

body {
	background-color: #f0ffc2; text-align: center; font-family: Verdana; margin: 0px auto;
	font-size: 11px; color: #494949; padding: 0px;
	}
#header {
	width: 100%; height: 163px; diplay: block; background-image: url(images/header.gif); 
	background-position: center; background-repeat: no-repeat; margin: 0px auto; text-align: left;
	}
#header div {
	width: 800px; display: block; margin: 0px auto;
	}
#header div #rss {
	width: 24px; height: 25px; display: block; background-image: url(images/rss.gif); position: absolute;
	margin: 9px 0px 0px 6px;
	}
#header div p {
	display: block; font-size: 24px; color: #FFFFFF; line-height: 22px;
	position: absolute; margin: 52px 0px 0px 240px;
	}
#header div p a {
	color: #FFFFFF; text-decoration: none; font-weight: bold;
	}
#container {
	width: 765px; display: block; margin: 0px auto; text-align: left; overflow: hidden;
	}
#left {
	width: 225px; display: block; float: left; text-align: left;
	background-image: url(images/left_mid.gif);
	}
#left .top {
	width: 205px; height: 23px; display: block; background-image: url(images/left_top.gif);
	color: #FFFFFF; font-size: 12px; text-align: left; font-weight: bold; padding: 10px 0px 0px 20px;
	font-family: Tahoma; margin: 0px 0px 10px 0px;
	}
#left ul {
	margin: 0px 0px 0px 6px; padding: 0px; overflow: hidden;
	}
#left ul li {
	display: block; border-left: 1px #484848 solid; padding: 0px 21px 0px 6px; margin: 0px;
	float: left;
	}
#left ul li.spacer {
	width: 171px; background-color: #c3c3c3; height: 1px; border-left: 0px; margin: 8px 0px 8px 0px;
	}
#left ul li a {
	color: #494949; text-decoration: none;
	}
#left ul li a:hover {
	color: #676767; text-decoration: none;
	}
#left .bot {
	width: 225px; height: 25px; display: block; background-image: url(images/left_bot.gif);
	}
input {
	width: 140px; height: 26px; border: 1px #c3c3c3 solid; text-align: left; background: none;
	}
input.go {
	width: 26px; height: 18px; background-image: url(images/go.gif); border: 0px;
	}
#right {
	width: 540px; display: block; float: left; text-align: left;
	background-image: url(images/right_mid.gif);
	}
#right .top {
	width: 505px; height: 29px; display: block; background-image: url(images/right_top.gif);
	color: #FFFFFF; font-size: 12px; text-align: left; font-weight: bold; padding: 10px 15px 0px 20px;
	font-family: Tahoma; margin: 0px 0px 0px 0px;
	}
#right .top p {
	font-weight: normal; margin: 0px; padding: 0px; float: right; color: #c1d099;
	}
#right .top a {
	color: #FFFFFF; text-decoration: none;
	}
#right div.text {
	margin: 0px 15px 0px 10px; padding: 0px; text-align: left;
	}
#right .bot {
	width: 540px; height: 21px; display: block; background-image: url(images/right_bot.gif);
	}
#right .sub {
	width: 520px; display: block; padding: 0px 0px 30px 20px; background-color: #f0ffc2;
	text-align: right; color: #e45c22;
	}
#right .sub a {
	color: #e45c22; text-decoration: none; font-weight: bold;
	}
#footer {
	width: 742px; height: 22px; display: block; margin: 30px auto 20px auto; color: #FFFFFF;
	background-image: url(images/footer.gif); font-size: 12px; font-weight: bold; text-align: left;
	padding: 8px 10px 0px 10px;
	}
#footer p {
	float: right; margin: 0px; padding: 0px;
	}
#footer a {
	color: #FFFFFF; text-decoration: none;
	}
p.alignleft {
	float: left; text-align: left; margin: 0px; padding: 0px;
	}
p.aligncenter {
	float: left; text-align: center; margin: 0px; padding: 0px;
	}
p.alignright {
	float: right; text-align: right; margin: 0px; padding: 0px;
	}
a {
	color: #494949; text-decoration: underline;
	}
a:hover {
	color: #676767; text-decoration: none;
	}








