* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #cccc66;
 background-color: #000;
 font-size: 12px;
}

a 
{
    color:#cccc66;
    text-decoration:none;
    }

a:hover
{
    color:#99cc00;
    text-decoration:none;
    }


#wrapper {
 width: 870px;
 margin: 0 auto;
}

#navbar {
 border-left: 1px solid #333;
 border-right: 1px solid #333;
 border-top: none;
 border-bottom: none;
 margin: 0px 5px 0px 5px;
 padding: 4px 4px 4px 4px;
 background-color: #222;
}

#navbar .active 
{ 	
    color: #99cc00;
}

#navbar li
{
 font-size: 150%;
 display: inline;
 list-style-type : none;
 padding-left: 7px;
 padding-right: 20px;
 letter-spacing: 1px;
}

#navbar li a
{
    color: #cccc66;
    font-family: Arial;
    text-decoration: none;
}

#navbar li a:hover
{
    color: #99cc00;
}

#header {
 border: 1px solid #333;
 margin: 5px 5px 0px 5px;
 height: 35px;
 padding: 10px;
 background-color: #222;
}

#leftcolumn { /* Parent Wrapper for inside boxes */
 border-left: 1px solid #333;
 border-right: none;
 border-top: 1px solid #333;
 border-bottom: 1px solid #333;
 margin: 0 0px 0px 5px;
 padding-top: 25px;
 padding-left: 21px;
 padding-right: 21px;
 display: inline; /* IE Hack */
 width: 200px;
 float: left;
 background-color: #222;
 min-height: 640px;
}
* html #leftcolumn {height:640px} /* IE Min-Height Hack */ 

#centercolumn {
 border: 1px solid #333;
 margin: 0 0px 0px 0px;
 display: inline; /* IE Hack */
 padding:4px;
 padding-left: 30px;
 padding-top: 31px;
 text-align: left;
 width: 581px;
 float: left;
 min-height: 630px;
 background-color: #222;
}
* html #centercolumn {height:630px} /* IE Min-Height Hack */ 

#centercolumn header1, header2
{
    letter-spacing: 1px;
    padding-bottom: 2px;
    }

#centercolumn img 
{
    border: solid 1px #333;
    }

#footer {
 background-color: #222;
 margin: 5px 5px 5px 5px;
 display: inline; /* IE Hack */
 padding: 4px;
 float: left;
 width: 97.7%;
}



.desc 
{   display:none;
	clear:both;
    text-align: left;
    padding: 20px 0 5px 20px;    
    }

.desc li
{
    margin-left: 20px;    
    }
.bio 
{
    width: 500px;
    font-size: 110%;
	
    }

.bio img 
{
    float: left;
    margin-right: 20px;
}

.links a
{
     text-decoration: underline;
     font-weight: bold;
     color: #99cc00;
     font-size: 16px;             
    }
