body {
	background-image: url(images/background9.jpg);
	background-size: 100%;
	background-repeat: repeat-y;
	color: #fff;
}
h1 {
	margin: 0px;
}

.panes {
  background:#000000;
  height:660px;
  margin-top: 10px;
}	

#mainContent
{
	background: #313131;
	margin: 10px 10px 0px 10px;
	
}
#buildingPic
{
	padding-top: 15px;
	display: block;
	width: 900px;
	margin: 10px auto 10px auto;
}

.contactsList
{
	width: 800px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #555555;
	overflow: auto;
	font-size: 16pt;
	text-align: center;
	clear: both;
	
}
#contactMap
{	
	width: 800px;
	height: 300px;
	background-color: green;
	float: left;

}	
#contactUs
{
     width: 800px;
	 padding-top: 30px;
	 display: block; 
	 margin-left: auto;
	 margin-right: auto;
	 
}

#formWrap
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	
}

.formLabel
{
	float: left;
	clear: left;
	
}
.formInput
{
	float: right;
	clear: right;
	
}
.menuItem:hover {  background-color:#222;}



