* {
border: 0;
padding: 0;
margin: 0;
}
body
{
color: black;
background-color: #323232;
font-size: 14px;
font-family: "Verdana",sans-serif;
padding-bottom: 50px;
}
small
{
font-size: 10px;
}

h2{
text-align:center;
}

a
{
text-decoration: none;
}
#menu
{
width: 100%;
height: 45px;
margin: 100px 0 0.75em 0;
background-image: url('menu-bg.png');
background-repeat: repeat-x;
}
#menu ul,#menu img
{
float: left;
}
#menu img:last-child
{
float: right !important;
}
#menu ul
{
width: auto;
height: 45px;
background-image: url('menu-bg.png');
background-repeat: repeat-x;
}
#menu li
{
height: 2em;
list-style: none;
float: left;
margin: 0 0.5em;
}
#menu a
{
display: block;
height: 15px;
padding:  15px 5px 15px 5px;
color: white;
font-size: 16px;
}
#menu a:hover
{
background-color: #666666;
background-image: url('menu-bg-hover.png');
background-repeat: repeat-x;
color: black;
}
#logo
{
position: absolute;
top: 0;
left: 15%;
height: 100px;
}
#logo img
{
display: block;
float: left;
margin: 0.5em 0;
}
#logo h1
{
display: block;
float: left;
margin: 53px 0 0 2px;
font-size: 20px;
color: #ededed;
font-family: "Tahoma","Verdana",sans-serif;
text-shadow: #cdcdcd 1px 1px 1px;
}
#container
{
width: 595px;
margin: 0 0 0 14%;
background-color: #666666;
background-image: url('content-bg.png');
background-repeat: repeat-y;
}
#container>img
{
display: block;
}
#content 
{
min-height: 38em;
margin-top: -30px;
padding: 0 10px;
}
#content li
{
margin-left: 1em;
}
#footer
{
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 25px;
background-image: url('footer-bg.png');
background-position: -3px 0;
color: white;
text-align: center;
padding: 10px 0;
}
#footer>img:first-child
{
float: left;
margin-top: -10px;
}
#footer img:last-child
{
margin-top: -10px;
float: right;
}
