#wmxcontent {
width: 972px;
margin: 0 auto;
}


#site-menu {
width: 100%;
height: 23px;
background: #557282;
}

#site-menu ul {
width: 100%; 
}

#site-menu li {
margin-left: 32px;
display: inline;
font-size: 12px;
font-weight: bold;
line-height: 23px;
text-transform: uppercase;
}

#site-menu li a {
color: #fff;
text-decoration: none;
}

/******FOOTER******/
#Footer{
color: #888;
width: 972px;
margin: 0 auto;
font-size: 10px;
}

#Footer a{
color: #888;
text-decoration: underline;
}

#Footer a:hover{
color: #555;
text-decoration: underline;
}

.FooterText{
display: inline;
padding: 0 5px;
}

#LeftSide{
margin-right: 590px;
}



