body {
margin: 0px;
padding: 0px;
background-image: url('../images/sub_background.jpg');
background-repeat: repeat-x;
background-position: top; 
font: 12px/1.5em arial, helvetica, sans-serif; 
}

h1,h2 {
    color: #2c3d6c;
	font-size: 14px;	    
    font-weight: bold;
}

a {
color: #5a81c9;
text-decoration: none;
}

a:hover {
color: #97b0de;
border-bottom: #97b0de 1px dotted;
}

#container {
width: 900px;
margin: 0px auto;
}

#menu {
width: 900px;
height: 29px;
float: left;
list-style-type: none;
padding: 0px;
margin: 8px 0px 0px 0px;
}

#menu li {
color: #ffffff;
margin-right: 20px;
float: left;
}

#menu li a {
text-decoration: none;
color: #ffffff;
}

#menu li a:hover {
	border: 0px;
background-color: #545e8b;
}

#platform {
background-image: url('../images/sub_banner.jpg');
height: 80px;
width: 900px;
float: left;
margin-bottom: 10px;
}

#platform a {
display: block;
}

#content {
width: 900px;
float: left;
}

#content .left {
width: 600px;
float: left;
}

#content .right {
    font-size: 12px;
width: 280px;
float: right;
}

.time {
color: #aaaaaa;
font-size: 12px;
}

#footer {
width: 900px;
float: left;
padding-top: 30px;
padding-bottom: 30px;
text-align: center;
font-size: 12px;
color: #aaaaaa;
}

#quote {
color: #999999;
font-size: 12px;
text-align: left;
}

#quote div {
    padding-right: 60px;
float: right;
}

#status {
	padding: 3px;
}

.selected {
	background-color: #545e8b;
}

#menu li a {
	padding: 3px 6px;
}
