body {
	margin: 0;
	padding: 0;
	background: #2D4171 url(../img/bg.png) repeat-x left top;
	font-family: verdana,arial,helvetica;
	font-size: 14px;
	color: #111;
}
#wrapper{
margin-top: 10px;	
}
h2 {
	margin: 0;
	padding: 10px;
	color: #2d4171;
}
img {
border: none;	
}
#navigation {
	width: 100%;
	height: 22px;
	background: url(../img/stripe_nav.png) repeat-x;
	position: absolute;
	top: 130px;
	text-align: center;
	padding: 4px 0 15px 0;
	font-weight: bold;
	color: white;
}
#navigation a{
color: white;
padding: 0 20px 15px 20px;
text-decoration: none;
}
#navigation a:hover {
	text-decoration: underline;
}
#header{
	width: 800px;
	height: 150px;
	background: white;
	margin-left: auto ;
  	margin-right: auto ;
  	border: 2px solid #2d4171;
  	border-bottom: none;
}
#content{
	width: 800px;
	background: white;
	margin-left: auto ;
  	margin-right: auto ;
  	border: 2px solid #2d4171;
  	border-top: none;
  	border-bottom: none;
  	
}
#logo{
	padding: 5px;
	float:left;
}
#phone{
	padding: 20px 10px;
	float:right;
}
#footer{
	text-align: center;
	width: 500px;
	margin-left: auto ;
  	margin-right: auto ;
  	margin-bottom: 20px;
  	
  	color: white;
}
#footer a {
color: white;
}
#banner{
	width: 800px;
	margin-left: auto ;
  	margin-right: auto ;
  	margin-bottom: 20px;
}
#banner #stripe {
	width: 100%;
	height: 8px;
	background: transparent url(../img/stripe_banner.jpg) repeat-x;
	margin-top:2px;
}
#copyright {
	font-size: 18px;
	font-weight: bold;
}
#content.Home {
	background: white url(../img/compy_book.png) no-repeat right top;
	font-size: 14px;
	height: 380px;
}
#content.Directories{
	text-align: center;
		
}
ul {
	
}
.start_search a {
	color: #2d4171;
	font-weight: bolder;
	font-style:italic; 
}
#content.Advertising img{
	padding: 10px;
}
#content .titles {
	color:#2d4171;
	font-weight:bolder;
}
#content.Advertising .titles {
	
}
#content.Contact .info {
float:left;
width:220px;
}
#content.Contact .info div {
padding: 2px;
font-size: 10px;
}
.selected{
background: url(../img/indicator.jpg) no-repeat 50% 100%;
}
ul{
	padding: 5px;
}
ul li{

list-style: none;

}