body {
	margin:45px;
   padding:0;
   background:#FFF;
   color:#666;
   font-size:10px;
   font-family:arial,sans-serif;
   line-height:16px;
}
h1 {
   font-size:12px;
   color:#333;
   margin:0;
}
a, b {
   font-weight:normal;
   color:#000;
}

a.item {
   display:block;
   color:#666;
   text-decoration:none;
   padding:5px;
   margin-left:-5px;
}
a.item:hover {
   background:#F4F4F4;
   color:#000;
}
a.item:hover b {
   color:#600;
}
a.item img {padding:0 3px 0 0;}

.col {
   float:left;
   width:210px;
   padding-right:40px;
}

#content {
   display:block;
   width:1000px;
   height:auto;
   position:relative;
}
#logo {
   display:block;
   background-image:url(../../images/logo_eightlines.gif);
   width:161px;
   height:49px;
   margin-bottom:25px;
}
#info {
   position:absolute;
   top:0px;
   left:250px;
}