body{
background: #2b2b2b;
margin:0px;
}

#centered{
display: block;
width: 864px;
margin-left: auto;
margin-right: auto;
}

a.menu {
background: url('img/menu_off.jpg');
display: block;
width: 160px;
height: 18px;
font-family: Trebuchet MS;
font-size: 12px;
color: #ffffff;
text-decoration: none;
padding-left: 20px;
padding-top: 4px;
}

a.menu:hover {
background: url('img/menu_on.jpg');
display: block;
width: 160px;
height: 18px;
font-family: Trebuchet MS;
font-size: 12px;
color: #ffffff;
text-decoration: none;
padding-left: 20px;
padding-top: 4px;
}

a.menu_on {
background: url('img/menu_on.jpg');
display: block;
width: 160px;
height: 18px;
font-family: Trebuchet MS;
font-size: 12px;
color: #ffffff;
text-decoration: none;
padding-left: 20px;
padding-top: 4px;
}

a.menu_on:hover {
background: url('img/menu_on.jpg');
display: block;
width: 160px;
height: 18px;
font-family: Trebuchet MS;
font-size: 12px;
color: #ffffff;
text-decoration: none;
padding-left: 20px;
padding-top: 4px;
}

#content{
background: #ffffff;
padding: 20px 20px 10px 20px;
min-height: 400px;
font-family: Trebuchet MS;
font-size: 12px;
}

#text{
background: #ffffff;
font-family: Trebuchet MS;
font-size: 12px;
xxtext-align: justify;
}

.text{
/background: #ffffff;
font-family: Trebuchet MS;
font-size: 12px;
xxtext-align: justify;
}

.heading{
font-size: 22px;
text-transform: uppercase;
}

.top{
font-size: 10px;
font-family: Trebuchet MS;
color: #999;
}

a.text_link {
color: #0033cc;
text-decoration: none;
font-weight: bold;
}

a.text_link:hover {
color: #0033cc;
text-decoration: underline;
font-weight: bold;
}

.quote {
font-family: Trebuchet MS;
font-size: 12px;
color: #333;
}
