/* CSS Document */



#container {
  width:746px;
  background-color:#e6e6e6;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  
}


#content_body
{
	background-image:url(../images/main_bg.gif);
	background-repeat:repeat-x;
	background-color: #e6e6e6;
	width:746px;
	display:table;	
}

#header {
}

#menu {

  width:148px;
  background-color:#666;
  padding-left:20px;
  float:left;
}

hr
{	
	color: #B8B1B1;
	background-color: #B8B1B1;
	height: 2px;
	width: 95%;
	border: 0;
	text-align: left;/*this will align it for IE*/
	margin: 0 auto 0 0; /*this will align it left for Mozilla*/
}

#menu a {
 padding-right:10px;
}

#content {
 width:565px;
 background-repeat:repeat-x;
 background-color: #e6e6e6;
 float:right;
 margin-top:20px;
}

#content a {
  color: #000000;
}

#content a:hover {
  color: #fdb03c;
}

#footer {
 width:746px;
 float:left;
 text-align:center;
 background-color:#e6e6e6;
 
 font-size:10px;
 font-weight:bold;
}

#footer a {
 color: #000;
 text-decoration:underline;
}

#footer a:hover {
 color: #fff;
}

body {
 background-color:#5f5f5f;
}

img {
 border: 0;
}

a {
 border: 0;
 font-size:10px;
 color:#ffffff;
 font-weight:bold;
 text-decoration:none;
}

a:hover {
 color:#fdb03c;
}

p {
  padding-right:20px;
}

#tabbed_links a {
  color: #fff;
}



/* From Original Stylesheet  */
  
#tabs{
    background-color:#5abdff;
	height:240px;
	font-weight: normal;
}
.tab {
	background-color:#5abdff;
	padding:0;
}

.tabs a {
   text-decoration:underline;
}

.review {
	padding:10px;
	clear:both;
}

/* End of Original Stylesheet */