body {
    background-color: #000;
    background-image: url(../img/background.jpg);
    background-position: top;
    background-repeat: no-repeat;
    color: #fff;
    font-family: Verdana;
    font-size: 8pt;
}

#header, #content, #footer{
    margin: 0 auto;
    width: 990px;

}

#header {
    border-bottom: 1px dotted #666;
    height: 90px;
}

#header a, #footer a, #content a {
    color: #fff;
    text-decoration: none;
} 

#header div, #header ul {
    float: left;
}

#header div {
    margin-left: 15px;
    width: 530px;
}

#header ul {
    margin: 15px 7px;
}

#header img {
    margin: 14px 0;
}

#header .current a {
    color: #00BEFF;
    font-weight: bold;
}

#content p {
	margin: 15px 0;
}




#footer {
    border-top: 1px dotted #666;
    color: #cecece;
    height: 120px;
}

#footer p {
   /* text-align: right;*/
    margin-right: 36px;
    margin-top: 15px;
}

#footer p a {
    color: #cecece;
    font-weight: bold;
}

#ibox_content {
    color: #fff;
    background-color: #000;
}

#ibox_content h2 {
    font-size: 14pt;
}

#ibox_content a, #ibox_footer_wrapper a{

    color: #fff;
}