@charset "utf-8";
/* CSS Document */
#main_content {
	text-align:center;
}
#search_box {
	background-image:url(../images/search_back.jpg);
	width:406px;
	height:184px;
	background-repeat:no-repeat;
	margin-left:40px;
	padding:10px 0 0 27px;
	text-align:left;
	color:#2b0325;
}

#search_box label{
	width:150px;
	display:block;
	float:left;
}
#search_box select{
	width:150px;
}

#search_link a{
	color:#0DB2E0;
}

#results_flash{
width:980px;
height:550px;
text-align:center;
}

#flash_content {
height:550px;
width:650px;
margin:auto;
}
.box_title {margin-bottom:15px}

#map {
	background-image:url(../images/map_back.jpg);
	width:406px;
	height:338px;
	background-repeat:no-repeat;
	margin:10px 0 0 40px;;
	padding:10px 0 0 10px;
	text-align:left;
	color:#2b0325;
}

.map_title {padding-left:10px}

