body{
    margin:0px;
    background:#333333;
}
body,div,td,input,textarea{
    font-family:"Trebuchet MS",Helvetica,Arial,Sans-serif;
    color:#000000;
    font-size:11pt;
}
.message{
    width:580px;
    height:340px;
    background:#ffffff;
    left:50%;
    top:50%;
    position:absolute;
    margin-left:-290px;
    margin-top:-170px;
}
a{
    color:#ff0000;
}
#frame{
    width:100%;
    height:100%;
    text-align:center;
}
#container{
    width:796px;
    margin:40px;
    margin-bottom:10px;
    padding:4px;
    background:#ffffff;
    text-align:left;
}
#madeby{
    margin-bottom:20px;
    color:#666666;
}
#madeby a{
    color:#666666;
}
#header{
    text-align:center;
    height:140px;
    margin-bottom:4px;
}
#menu{   
    padding:20px;
    width:150px;
    margin-right:20px;
    color:#333333;
    float:left;
    text-align:center;
    margin-bottom:20px;
}
#menu ul{
    padding:0px;
    margin:0px;
}
#menu li{
    padding:0px;
    margin:0px;
    list-style:none;
   
}
#menu a{
    color:#333333;
    font-weight:bold;
    font-size:12pt;
    text-decoration:none;
}
#menu a:hover{
    color:#cccccc;
}
#content{
    padding-left:210px;
    padding-right:20px;
    margin-bottom:30px;
   
}
#footer{
    height:70px;
    clear:both;
    background: url('img/colorbar.jpg') repeat-y;
}

