@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background: #0a0501 url(images/bg_tile.jpg);
	text-align: center;
	padding: 12px 0 0 0;
	margin: 0;
}
#container {
	text-align: left;
	width: 940px;
	margin: 0 auto 0 auto;
}
#header {
	position: relative;
	background: url(images/header.gif) no-repeat;
	width: 940px;
	height: 180px;
	display: block;
}
#dark #header {
	background: url(images/header2.gif) no-repeat;
}
.address {
	width: 300px;
	float: right;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding-top: 28px;
}
#main {
	background: url(images/content.gif) repeat-y;
	padding: 4px 36px;
	margin: 0;
}
#dark #main {
	background: url(images/content2.gif) repeat-y;
	color: #fff;
}
#footer {
	color: #fff;
	background: url(images/footer.gif) top center no-repeat;
	padding: 15px;
	margin: 0;
}
#dark #footer {
	background: url(images/footer2.gif) top center no-repeat;
}
#footer a, #footer a:visited {
	color: #BFBFBF;
}
#footer a:hover {
	color: #FFFFFF;
}
#footer p {
	line-height: 30px;
	margin: 0;
	padding: 0 0 10px 0;
}
.menu {padding:0; position: absolute; bottom: 1px; right: 24px; width: 532px; }
.menu dt {display:none;}
.menu dd {float:left; padding:0; margin:0 3px 0 0; text-align:center;}
.menu dd span.aa {display:block; width:12px; height:20px; height:auto; background:url(images/taglft.gif); float:left; padding:5px 0;}
.menu dd span.bb {height:20px; height:auto; background:url(images/tagmid.gif); float:left; padding:5px 5px;}
.menu dd span.cc {display:block; width:12px; height:20px; height:auto; background:url(images/tagrgt.gif); float:left; padding:5px 0;}

.menu a, .menu a:visited {color:#fff; text-decoration:none; font-size:14px; cursor:pointer;}
.menu a:hover {color:#000; background:#fff;}
.menu a:hover span {background-position:0 150px;}

#flash {width:760px; height: 220px; margin: 0 auto;}
