body	{
	margin: 0 auto;
	padding: 0;
	background-color: white;
}

#top_ad	{
	margin: 0.5em 0 0.5em 0;
	text-align: center;
}

#header	{
	background-image: url(../images/header_background.gif);
	background-repeat: repeat-x;
}

img	{
	display: block;
}

h1	{
	margin: 0;
	background-image: url(../images/header_right.gif);
	background-position: right;
	background-repeat: no-repeat;
}

h2	{
	margin: 0;
	color: white;
	font: 14pt arial black;
}

#container	{
	margin: 0.5em;
	background-color: #94AAD7;
	
}

#container p {
	margin: 0;
}

#container_body	{
	margin: 0 0.2em 0 0.2em;
	background-color: #CFDEFD;
}

#left_ads		{
	margin-right: 0.3em;
	float: right;
}

#google_map_head	
{
    
	margin-left: 9px;
	width: 81%;
	background-image: url(../images/google_map_head_background.gif);
	background-repeat: repeat-x;
}

#google_map_head h3	{
	margin: 0;
	background-image: url(../images/google_map_head_right.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#google_map_body	{
	margin-left: 9px;
	width: 81%;
	background-image: url(../images/google_map_left.gif);
	background-position: left;
	background-repeat: repeat-y;
}

#google_map	{
	margin-left: 7px;
	/* Moved to page to support embedding height: 500px;*/
	background-image: url(../images/google_map_right.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#google_map_bottom	{
	margin-left: 9px;
	width: 81%;
	background-image: url(../images/google_map_bottom_background.gif);
	background-repeat: repeat-x;
}

#google_map_bottom h3	{
	margin: 0;
	background-image: url(../images/google_map_bottom_right.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#entry_top	{
	margin-left: 9px;
	margin-top: 0.8em;
	width: 81%;
	background-image: url(../images/google_map_head_background.gif);
	background-repeat: repeat-x;
}

#entry_top h3	{
	margin: 0;
	background-image: url(../images/google_map_head_right.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#entry_body	{
	margin-left: 9px;
	width: 81%;
	background-color: #94AAD7;
	background-image: url(../images/google_map_left.gif);
	background-position: left;
	background-repeat: repeat-y;
}

#entry	{
	margin-left: 7px;
	background-image: url(../images/google_map_right.gif);
	background-position: right;
	background-repeat: repeat-y;
}

.search	{
	margin-right: 1em;
	text-align: right;
	color: white;
	font: 14pt arial black;
}


.user_entry	{
	padding: 1em;
}

p	{
	color: white;
	font: 10pt arial;
	font-weight: bold;
	line-height: 1.5em;
}

.view_map a {
	display: block;
	margin-right: 1em;
	background: url("../images/view_map.gif") 0 0 no-repeat;
	height: 55px;
	width: 171px;
}

.view_map a:hover {
	background-position: -171px 0
}

.img_left	{
	float: left;
	padding-right: 0.5em;
}

.clear_right	{
	clear: right;
}

.clear_left	{
	clear: left;
}

