html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
background-color: #000;
color: #999999;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;

}
.header_container{
width: 100%;
height: 92px;
}
.header_image{
width: 960px;
height: 92px;
margin-left: auto;
margin-right: auto;
}
.content_container{
width: 100%;
}
.main_content{
width: 960px;
margin-left: auto;
margin-right: auto;
}
.menu_container{
width: 180px;
float: left;
}
.body_container{
float: right;
width: 770px;
}
.menu_container ul
{
list-style-type: none;
}
.menu_container ul li
{
width: 160px;
padding: 5px 5px 5px 15px;
background-color: #848E90;
}
.menu_container a{
color: #FFF;
text-decoration: none;
}
/* Stylesheet: maoloni Modified On 2014-03-25 22:06:12 */
