body {
background: #000000;
margin: 0 auto;
text-align: center;
font-family: tahoma, verdana, arial, sans-serif;
font-size: 12px;
color: #ffffff;
}

#wrapper {
width: 768px;
margin: 0 auto;
background: #272727;
}

#topwrapper {
height: 51px;
background: #272727;


}
#date {
float: left;
padding-top: 5px;
padding-left: 720px;
}


#menu {
font-size: 12px;
}

#menu ul {
list-style: none;
margin: 0 auto;
padding-top: 25px;
padding-left: 15px;
}

#menu li {
display: inline;
}

#menu ul li {
width: 100px; 
height: 25px; 
float: left;
margin-right: 0px;
}

#menu ul li a {
width: 90px; 
height: 25px; 
display: block; 
background: url('images/menu_bg.png') no-repeat ; 
color: #ffffff; 
text-decoration: none; 
text-align: center; 
line-height: 30px; 
}

#menu ul li a:hover {
background: url('images/menu_bg2.png') no-repeat; 
color: #000000; 
text-decoration: none;
font-weight: bold;
}

#header {
background: url('images/header.jpg') no-repeat;
height: 200px;
}

#left-module {
float: left;
width: 250px;
text-align: left;
font-size: 11px;
}

#contentwrapper {
float: left;
width: 768px;
background: #272727;
}

#footer {
background: #000000;
padding-top: 10px;
padding-bottom: 10px;
font-size: 11px;
}

a {
color: #75ae11; 
text-decoration: none;
}

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

.clear {
clear: both;
height: 0;
line-height: 0;
font-size: 0;
}

.textbox {
color: #494949;
background: #272727;
border: 1px solid #494949;
}

.selected {
width: 90px; 
height: 25px; 
display: block; 
background: url('images/menu_bg2.png') no-repeat ; 
color: #000000; 
font-weight: bold;
text-decoration: none; 
text-align: center; 
line-height: 30px;
}
strong
{
	color: #FCBF42;
}