body
{
	background-color:#000000;
  background-image:url('http://labratt.com/wp-content/themes/labz1/images/labratt_back.jpg');
  background-repeat:no-repeat;
  background-position:top center;   
  font:80% Arial, Helvetica, Sans-Serif;
	color:#555;
	line-height:180%; 
  text-align:center;   
}

a {
  outline: none;
}

#box-link { 
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -370px;
  width: 140px; 
  height: 200px; 
  background-color: transparent;
}	


#container		
{
	margin: 0 auto;
	margin-top:220px;
	width:777px;
	background-color: #f7f4e3;
	background-position: right;
	text-align:left;
}


#sidebar
{
	float: right;
	width: 185px;
	margin: 25px 2px 50px 0px;
	padding-top: 1em;
	padding-left: 10px;
	border-left-style: dotted;
  border-left-color: #e1d9bd; 
  min-height:400px;
  height:auto !important;
  height:400px
}
#sidebar ul {margin-left: 0px; padding-left: 0; list-style: none;}   


#sidebar p { margin-top: 0; }

#content
{
	padding-top: 1em;
	margin: 0 230px 0 2em;    
}

#content h2 { margin-top: 0; }

#footer
{                
	clear: both;
	background-color: #e1d9bd;
	padding: 5px;
	text-align: center;
	border-top: 1px solid #333;
	font:75% Arial, Helvetica, Sans-Serif;
}

a{
  text-decoration:none;
  color:#9f0000;
}
a:hover{
  color:#999;
}