@charset "utf-8";
#body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#google_map {
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 35px;
}
#container  {
	width: 1200px;
	margin: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url(pictures/bg_container.gif);
} 
#header  {
	height: 325px;
	background-color: #336633;

} 
#emphasis {
	color: #F00;
	height: 500px;
	width: 999px;
}

#sidebar1  {
	width: 200px;
	float: right;
}
#mainContent  {
	width: 999px;
	float: left;

} 
#nav {
	height: 30px;
	background-color: #336633;
}
#subcontent {
	height: 250px;
	width: 1000px;
	margin: auto;
	padding-bottom: 50px;
	text-align: center;
}
#g_search {
	margin: auto;
	height: 100px;
	width: 300px;
	float: none;
}
#user_locations {
	margin: auto;
	text-align: center;
}


#features {
	height: 220px;
	width: 999px;
}
#links {
	height: 200px;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#photo_compilation {
	height: 140px;
}
#google_adsense {
	height: 620px;
	text-align: center;
	margin-top: 20px;

}

#video_txt {
	text-align: center;
	width: 600px;
	margin: auto;
	padding: 0px;
}
#footer  {
	text-decoration: none;
	color: #0000CC;
	width: 1200px;
	padding-top: 20px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}




.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	text-align: center;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	font-size: 0px;
	line-height: 0px;
}
.footlink {
	padding-right: 10px;
	padding-left: 10px;
}
