@charset "UTF-8";
/* CSS Document */

/* -----------------  page styles -------------------------------------------------------*/

body { padding:0; margin:0; font:12px; 
  font-family: Times, serif;
  font-style: italic; 
  background:#000000; color: white; }
#wrapper { width:900px; float:left;}

/* -----------------  general styles  -------------------------------------------------------*/

a { color:#546fb6; text-decoration: none; font-weight:bold; background:none; }
a:hover { color:#364874; background:none; text-decoration:underline; }

/* -----------------  top info  -------------------------------------------------------*/

#header {
   background: url(/images/header.gif) left no-repeat;
  margin-bottom:20px;
}

#menu { 
   clear:both; 
   width: 150px; 
   float:left; 
   margin:-10px 0px 5px 25px; 
   padding-left:10px; 
   text-align:left;
   line-height: 30px;
}


/* ----------------- Main content -------------------------------------------------------*/

#maincontent {
   margin: 20px 0 50px 50px;
   width: 650px;
   float: right;
}



/* ----------------- Bottom content -------------------------------------------------------*/

#footer {  clear: both; text-align:right; line-height: 1.8em; color: #444; padding: 4px 0; 
margin:10px 0 0 0; }
#footer a {color: #546fb6; background: inherit;}