/** INTRO **/


body{
	height: auto;
	width: auto;
	text-align: center;
	font-size: 12pt;
	background: url(images/texture.png) repeat;
	margin-left: auto;
	margin-right: auto;
	
}


/** HEADER **/

#body_content a{
	color: #fff;
	text-decoration: none;
	border-width: 0;
}

#header #nav_bar{
	list-style-type: none;
}


#header_top h1{
	font-size: 1.4em;
}


/** BODY **/

#container{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
}

#body_content{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 120px;
}

#top{
	text-align: left;
	margin-left:30px;
	margin-right: 30px;
}

#left{
	margin-top: -25px;
	width: 400px;
	display: block;
	float: left;
	text-align: left;
	margin-left: 30px;
	
}

#right{
	padding-left: 10px;
	width: 300px;
	float: left;
}

#googlemap iframe{

	border:1px solid #333;
	
}



#information_body_content{
	background: #f3e4cf;
	width: 900px;
	padding: 10px 10px 10px 10px;
	margin-top: 30px;
	min-width: 900px;
	border:2px solid #333;
	

	
}

#information_body_content .em{
	font-weight: bold;
}

#information_body_content h1{
	font-style: italic;
}

#information_body_content a{
	color: #000;
	text-decoration: underline;
}

#information_body_content a:hover{
	text-decoration: none;
}





/** FOOTER **/

#footer a{
	color: #fff;
	text-decoration: underline;
}

#footer a:hover{
	text-decoration: none;
}

#footer ul{
	list-style-type: none;
}

#footer p{
	
	color: #fff;
	text-align: center;
	font-size: .8em;
	font-family: Georgia, "Times New Roman", Times, serif;
}