body{
    background: url("bg.jpg") no-repeat scroll center top #111111;
    margin: 0;
    padding: 0;
}
#page{
    
}
#container{
    width: 980px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 300px;    
    background: url("content-bg.jpg") no-repeat #000000;
}
#container-inner{
    
}
#header{
    height: 410px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}
#header-inner{    
}
#logo{
    padding-top: 30px;
    margin-bottom: 30px;
}
#header-image{
    
}
#content{
   width: 600px;
   margin-left: 30px;
   margin-bottom: 30px;
   background-color: #222222;
   float: left;
   font-family: arial, verdana, sans-serif;
   font-size: 12px;
   line-height: 140%;
   color: #f2f2f2;
}
#content-inner{ 
     padding: 15px 20px 20px 20px;
}
#content-inner a{
    text-decoration: none;
    color: #ffe919;

}
#content-inner a:hover{
    text-decoration: none;
    color: #f1bc30;
}
h3 {
    font-size: 14px;
}
#right{
  width: 290px;
  margin-right: 30px;
  margin-bottom: 30px;
  background-color: #222222;
  float: right;
}
#right-inner{
     padding: 20px;
}
#footer{
    height: 100px;
    background-color: #222222;
    margin-left: 30px;
    margin-right: 30px;    
    clear: both;
}
#footer-inner{
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
    color: #666666;
    padding: 40px 20px 20px 20px;
}
#footer-inner a{
    color: #666666;
    text-decoration: none;
}
#footer-inner a:hover{
    color: #ffe919;
    text-decoration: none;
}
.footer-inner-left{
    float: left;
    width: 400px;    
}
.footer-inner-right{
    float: right;
    width: 250px;
}
.clear{
    clear: both;
}
#menu{
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
#menu a{
    color: #f2f2f2;
    background-color: #000000;
    padding: 5px;
    text-decoration: none;
}
#menu a:hover{
    background-color: #ffe919;    
    color: #111111;
}
#menu ul{
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}
#menu li{
    margin-bottom: 14px;
}

#menu li.active a{
    color: #111111;
    background-color: #ffe919;
    padding: 5px;
    text-decoration: none;
}
.registered{
    color: #666666;
}

