* { padding: 0; margin: 0; }

A.type1:link    {color:#FFFFFF; text-decoration:none;}
A.type1:visited {color:#FFFFFF; text-decoration:none;}
A.type1:active  {color:#FFFFFF; text-decoration:none;}
A.type1:hover   {color:#ff0000; text-decoration:underline;}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 background: black;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 border: 1px solid black;
 height: 95px;
 margin: 20px 0px 0px 0px;
 background: white;
}
#navigation {
 float: left;
 width: 100%;
 
 padding: 5px;
 border: 1px solid black;
 margin: 0px 0px 0px 0px;
 background: black;
}
#leftcolumn { 
 color: #333;
 border-top: 1px solid black;
 border-right: 0	px solid black;
 border-bottom: 1px solid black;
 border-left: 1px solid black;
 background: #CDCDCD;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 400px;
 width: 200px;
 float: left;
 overflow-Y: scroll;
}

#rightcolumn { 
 float: right;
 color: #333;
 border-top: 1px solid black;
 border-right: 1px solid black;
 border-bottom: 1px solid black;
 border-left: 0px solid black;
 background: #F2F2E6;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 400px;
 width: 680px;
 display: inline;
 overflow-Y: scroll;
}

#footer { 
 width: 910px;
 clear: both;
 color: #333;
 border: 1px solid black;
 background: black;
 margin: 0px 0px 10px 0px;
 padding: 5px;
}

.footertext {
 color:white;
 text-align:center;
 font-size: 10px;
}

.menuseperators {
color:white;
}
