body
{
    font-family: Arial;
    width: 100%;
    background: url(img/body_bg.png) repeat-x #fff;
}
*
{
    margin: 0;
    padding: 0;
}
a
{
    color: #00c;
}
a, p, td, li
{
    font-size: 14px;
    font-family: "Trebuchet MS", Arial;
}
p
{
    margin: 8px 0;
    text-align: justify;
}
ul, ol
{
    margin-left: 16px;
}
li
{
    margin-left: 16px;
}
#container
{
    width: 960px;
    margin: 30px auto;
}
#header
{
    padding: 8px 16px 7px 16px;
}
#header h1
{
    font-size: 18px;
    color: #f4f4f4;
    width: 260px;
    height: 26px;
    background: url(img/logo.png) no-repeat;
}
#header h1 span
{
    display: none;
}
#menu
{
    background: url(img/menu_bg.png) repeat-x #fff;
    border: 3px solid #fff;
}
#menu a
{
    float: left;
    padding: 8px 16px;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}
#menu a:hover
{
    text-decoration: underline;
}
#contents
{
    background: url(img/content_bg.png) no-repeat #fff;
    padding: 16px;
    min-height: 400px;
}
#contents h2
{
    font-size: 16px;
    font-style: italic;
    padding: 8px 0;
}
#contents h3
{
    font-size: 15px;
    font-family: "Trebuchet MS", Arial;
}

#footer
{
    text-align: center;
    border-top: 3px solid #eee;
    padding: 8px;
    font-size: 12px;
    color: #444;
}


.clear {
  clear: both;
}
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {display:inline-block;}
/* Hides from IE-mac \*/
.clear {display:block;}
* html .clear {height: 1%;}
/* End hide from IE-mac */