
.linklist {  padding-left:10px; text-align:left;}
.linklist a{ width:160px; padding-bottom:2px; border-left:0px; display:block;}

body{
background-color:#3300FF;

}


#bodywrapper {  background-color:#FFFFFF; font-family:"Lucida", Times, serif; border: 1px dashed #000; width:788px; overflow:hidden; margin: 0 auto; } 

#headline { background-image: url(../images/test.jpg); background-repeat: no-repeat; padding-top:213px;  border-width:1px; width:788px; background-position:right; background-color:#000000;  } 


.container {
  width: 788px;  
  background-color:#FFFFFF;
/* Centering for IE6+ in strict mode,
Firefox, and other modern browsers */
margin: auto;
/* Don't center every line of text -
we inherited this setting from body */
text-align: left;

}
  
.left {
  float: left;
  padding: 0px 10px 0px 0px;
  width: 160px;
}

.middle {
  top: 10px;
  margin-left: 170px;
  margin-right: 0px;
}

.right {
  float: right;
  padding: 0px 10px 0px 10px;
  width: 170px;
}



div.tabs {
	color:red;
	display:block;
	font-family:Arial;
	font-size:14px;
	float:left;
	margin:0;
	width:788px;
	margin:0 0 0 1px;
	text-align:left;
	background-color:#FFFFFF;
  font-weight: bold;  
}

div.tabs a {
	float:left;
	text-align:left;
	background:EEEEEE;
	height:20px;
	width:220px;
	margin:2px 5px 2px 2px;
	padding-left:10px;
	color:#0000CC;
	font-weight:bold;
	text-decoration: underline;

}

div.tabs a span {float:none;}
