@charset "UTF-8";
/* CSS Document */


#mainContent { 
	margin: 20px 10px 50px 10px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
	line-height: 16px;
	border-left: 1px solid #b50c08;
}

#mainContent22 { 
	line-height: 22px;
} 
#mainContent h1 {
	font-size: 12px;
	border-top: 1px solid #b50c08;
	border-right: 1px solid #b50c08;
	border-bottom: 1px solid #b50c08;
	border-left: 0px;
	margin: 0 350px 0 -10px;
	padding: 3px 0 3px 20px;
	background-image: url(../img/diamond.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#mainContent h2 { 
	font-size: 12px;
	border-top: 1px solid #b50c08;
	border-right: 1px solid #b50c08;
	border-bottom: 1px solid #b50c08;
	border-left: 0px;
	margin: 20px 320px 0 -10px;
	padding: 3px 0 3px 20px;
	background-image: url(../img/diamond.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#map { 
	margin: 40px 10px 10px 40px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 1px solid #999;
	width: 525px;
}
#bottomspace {
	height: 1px;
	margin: 0;
}
