* { margin:0; padding:0; font-family: Tahoma; }
body, html { background-color: #DCDCDC; }
h1 { font-size: 26px; color: #000000; clear: both; }
h2 { margin-top: 7px; font-size: 18px; color: #333333; }
h3 { margin-top: 5px; font-size: 12px; color: #333333; }
ul {
	width:350px;
	list-style: none;
	list-style-type: none;
	height: 60px;
	text-align: left;
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
}
ul li {
	margin-top: 7px;
}
ul li a {
	width: 350px;
	height: 35px;
	/*background-color: Silver;*/
	color: #444444;
	text-decoration: none;
	display: block;
	padding-top: 15px;
	font-size: 15px;
	background: url(../../img/item_bg_1.png) repeat-x left bottom;
	font-weight: bold;
}
ul li a:hover {
	background-position: left top;
	color: #000000;
}
.none { display: none; }
a img  { border:0; }
div#container { position:absolute; top:20px; left:50%; margin-left: -500px; width:1000px; text-align: center; }
div#logo {
	width:436px; height:98px; margin: 0 auto;
	margin-top: 20px;
}
div#outer { width:432px; height:240px; margin: 0 auto; margin-top:10px; padding:5px; border:2px solid #cccccc; background-color: #ffffff; }
p.foot {
    text-align:center;
    margin-top: 10px;
	 font-size: 11px;
}
p.foot img {
	margin-top: 7px;
}
div#close {
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
	color: #333333;
}

span.black { color:#000000; display: block; margin-top: 5px; }
.mtop5 { margin-top: 5px; }
