/* CSS Document */


div#map_back {
	background-image:url(../images/med-map_alpha.gif);
	background-repeat:no-repeat;
	/*background-repeat:repeat;*/
/*	background-position:center;*/
	background-position:top;
	/*background-position:bottom;*/

}
#main {/*
	max-width: 100%;*/
}
div#call_out {
	float:left;
	width:150px;
	border: 1px solid #003300;
	margin: 50px 0px 0px 0px;
	padding:3px 3px 3px 3px;
	background-color:#FFFFCC;
	clear:none;
}
img#img_title {
	float:right;
}
img#img_pepp {
	float:left;
}
div#pepp_header{
	/*border: 1px solid #003300;*/
	width:80%;
	text-align:center;
}
div#intro_text{
	clear:right;	
}