body {
	background-color: #80A0BE;
	font-family: verdana;
	font-size: 11px;
	text-align: center;	
	padding: 0;
	margin: 0;
  scrollbar-base-color: #80A0BE;  
  scrollbar-face-color: #80A0BE;  
	scrollbar-track-color: #C0D2DE;
}

#container {
	width: 800px;
	margin: 30px auto 30px auto;
	padding: 0;	
}

#a_top {
	background-image: url(../images/cuts/a_top.jpg);
	background-position: -1px 3px;
	background-repeat: no-repeat;
	background-color: #80A0BE;
	height: 27px;
}	

.table_wrap {
	width: 800px;
} 

#main_containter {
	margin: 0;
	padding: 0;
	overflow: auto;
	
}

#maincontent {		
	background-color: #C0D2DE;
	width: 600px;	
	height: 500px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	vertical-align: top; 
	font-family: verdana;
	font-size: 11px;
	margin: 0;
	padding: 0;
	background-image: url(../images/bibf.jpeg);
	background-position: 160px 70px;
	background-repeat: no-repeat;
} 

#main_img	{
	height: 75px;
	background-color: black;
	border-top: 1px solid black;
	border-bottom: 1px solid black; 
	margin: 0;
	padding: 0;
}

#main_img img {
	border: 0px;
}
	
#spacer {
	height: 2px;
}

.link {
	font-weight: bold;
	color: #223344;
	text-decoration: none;
}

a:hover.link {
	color: black;
}	
