/* Menu 2 starts here */
#menu {
width: 200px;
float:left;
}

#menu ul
{
font-family: Arial, Helvetica, sans-serif;
list-style-type:none;
margin:0;
padding:0;
color: #fff
}
#menu li
{
display: inline;
/* for IE5 and IE6 */
}

#menu a
{
color: #ffffff;
text-decoration: none;
font-size: 14px;
display: block;
padding: 6px;
padding-left: 15px;
width: 160px;
background-color: #FFFFFF;
border-bottom: 1px solid #fff;
text-align: left;
}

#menu a:link, #menu a:visited
{
color: #ffffff;
text-decoration: none;
}

#menu a:hover
{
background-color: #ffffff ;
color: #000;
}

#menu li a#current
{
border-bottom: 3px solid #C0C0c0;
background: #000 ;
color: #fff;
}
/* Menu 2 ends here */


img {
  border: 0px;
}

   body {
    font-family: Tahoma, Verdana;
	background-color: #000000;
	font-size: 9pt;
	   color: #fff;
		align-center
   }

   #content {
      background-color: #000000;
      width: 70%; 
   }
   
   #left_bar {
      width: 0%;
      background-color: #000000;
      float: left;
   }
   
   #main_content {
      background-color: #000000;
      width: 70%;
      float: left;
   }   

   #footer {
    width: 70%;
	background-color: #000000;
	text-align: center;
	padding-top: 10px;
	font-size: 10px;
    border-top: 1px solid #999999;
   }

   .bordered {
	 border-top: 1px solid #999999;
	 padding: 5px 5px 5px 5px;

   }

   a:link, a:visited, a:active {
     color: #770000;
	 text-decoration: none;
   }
   a:hover {
     color: #880000;
   }
