@charset "utf-8";
body { margin: 0 auto; background-color:#DDD; font-family:Arial, Helvetica, sans-serif; font-size: 12px; color:#333; }
a { text-decoration:none; font-weight: bold; color: #09C }
a:hover { text-decoration:underline; font-weight: bold; color: #069 }
p {margin-top:0px; color:#666; }

h1 { font-size: 52px; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; }
h2 { font-size: 22px; margin-top: 0px; margin-bottom: 15px; margin-left: 0px; color: #999; }
h3 { font-size: 18px; margin-top: 0px; }

h4 { font-size: 16px; margin-top: 12px; margin-bottom: 10px; margin-left: 0px; color: #666; }
h5 { font-size: 15px; margin-top: 1px; margin-bottom: 0px; margin-left: 0px; color: #09F; }

.links a { color: #666; text-decoration:none; }
.links a:hover { color: #333; text-decoration: none; }

.white p { color: #FFF; }

#wrapper {	margin: 0 auto; width:900px; background-color: #FFF; text-align: left; }

#wrapper .layout{
	width:860px; margin: 0 auto; padding: 0px; background-color: #FFF;
}
#wrapper .mast{
	width:860px; height: 220px; background-color: #FFF; margin-bottom: 10px; float: left;
}
#wrapper .nav {
	width:860px; height: 35px; margin-bottom: 22px; clear: both; 
}
#wrapper .ticker {
	width:860px; height: 25px; margin-bottom: 22px; clear: both; border-bottom: 1px solid #CCC; padding-bottom: 8px; 
}
#wrapper .tickerbox {
	width:830px; clear: both; color: #333; font-weight: bold; font-size: 14px; margin-left:17px; margin-right:13px;
}
#wrapper .content {
	width:836px; margin-bottom: 25px; margin-left: 12px; margin-right: 12px; clear: both; 
}
#wrapper .contentLeft {
	width:410px; margin-right: 80px; clear:both;
}
#wrapper .contentRight {
	width:310px; margin-left: 20px; border-left: solid 1px #EAEAEA; clear: both;
}
#wrapper .box {
	background-color: #CCC; height:27px; padding-left:15px; text-align: center; padding-right:35px; padding-top:8px; margin-right: 4px; float:left; width: auto; display: block;
}
#wrapper .box a {
	font-weight: bold; color: #FFF; font-size: 14px; display:block;
}
#wrapper .page {
	background-color: #E47756; height:27px; padding-left:15px; text-align: center; padding-right:35px; padding-top:8px; margin-right: 4px; float:left; width: auto;
}
#wrapper .page a { font-weight: bold; color: #FFF; font-size: 14px; }

