* {margin: 0;
   padding: 0;
}

body {
 margin:auto;
 text-align:center;
 background-image: none;
 background-color: #44443f;
 font-family:Verdana, Arial, Sans-serif;


 }


a {text-decoration: none;
    border: none;}

img {border: none;}


#outer {
 width:760px;
 background-image: none;
 background-color: white;
 margin:auto;
 margin-top:170px;
 border:  none; 
 }



#bodyblock {
 background-image: none;
 background-color: black;
 float:left;
 width:760px;
 border: 1px solid white;
 }



#leftcontent {
 float:left;
 width:160px;
 border: none;
 background-image: none;
 background-color: black;
 text-align:left;
 }



/*--Menu--*/
#menucontent ul{
 margin-top: 20px;
 width:160px;
 border: none;
 list-style-type: none;
 background: none;
 border: none;
}

#menucontent li{
 width:160px;
 height: 29px;
 background: none;
 line-height: 29px;
 border: none;
}

#splash {float: right;
 margin-right: 50px;}
