/* CSS Document */

.map_btn {
	width:8em;
	height:20px;
	background-image:url(../images/button_bg.png);
	background-repeat:repeat-x;
	border-color:#FFF;
	border-style:solid;
	border-width:1px;
	color:#ede7db;
	margin-top:4px;
	cursor:pointer;
}

div#main-section {
	float:left;
	width:620px;
	margin: 0 0 0 10px;
	}
div#sidebar {
	float:left;
	margin: 15px 0 0 50px;
	width:200px;
	color: #555;
	text-align:center;
	}

div#contact {
	width: 620px;
	margin: 0 auto 0 20px;
	padding: 70px 0 0 0;
	background:url(../images/contact_bg.jpg) no-repeat top left;
	text-align:center;
	font-size:.9em;
	}
	
div#contact_form {
	
	width:85%;
	font-size:.8em;
	margin: 0 auto;
	padding: 0 0 0 10px;
	}

div#contact_info {
	width: 210px;
	height: 135px;
	background:url(../images/contact_box.jpg) no-repeat top;
	margin: 50px auto;
	padding: 50px 0 0 0;
	font-size:.8em;
	text-align:center;
	}