body {
  text-align: center;
  background-image:url(images/back.jpg);
  background-position:center;
  background-repeat: repeat-y;
  background-color: #3f405f;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  color:#000033;
  }
 A:link {
  color:#34280C;
  }
A:visited {
  color:#34280C;
  }
A:active {
  text-decoration: none;
  }
A:hover {
  text-decoration: underline; 
  color:#000000;
  }
#container {
  margin: 0 auto;
  width: 700px;
  height: auto;
  text-align: center;
  }
#logo {
	width: 650px;
	margin: 0px;
	height: 50px;
	font-size:12px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}
#menu {
padding:0;
font-size:10px;
margin-left:15px;
height:2em;
list-style-type:none;
border-left:1px solid #444;
}

#menu ul {
	list-style:none;
	padding:0;
	margin:0;
}
#menu li {
	float:left;
	margin:0 0 0;
} 
#menu li a {
	height: 2em;
	line-height: 20px;
	float: left;
	width:90px;
	display: block;
	color: #000000;
	text-decoration: none;
	text-align: center;
	border-left: #666666 thin solid;	
} 
#menu li a span, #menu li a:visited span {
display:none; /* needed to trigger IE */
}

/* Hide from IE5-Mac \*/
#menu li a
{
float: none
}
/* End hide */
#menu ul li a:hover{
	color:#000000;
	background-color:#666666;
}
#main {
	width: 600px:
	text-align: left;
	height:auto;
}
#ban {
	width:660px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	}
#info {
	width:650px;
	text-align:left;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	font-size:12px;
	min-height:400px;
}
#content {
	width:675px;
	min-height: 300px;
	float: none;
	height: auto;
}
#map {
	width:300px;
	float:right;
	text-align:right;
}
#footer {
	width: 600px;
	background-repeat:no-repeat;
	height: 85px;
	text-align: left;
	font-size:10px; 			
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border-top:#333333 thin solid;
}
#footerad {
	width: 300px;
	float: left;
	display: block;
	position: relative;
}
#footercontact {
	width: 250px;
	float:right;
	display: block;
	position: relative;
}
