@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image: url(pictures/rtprailfan.jpg);
}
a {
	font-family: Verdana, Geneva, sans-serif;
	color: #300;
}
#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;
	height: 2000px;
} 
#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;
	background-image: url(pictures/text_bg2.jpg);
}
#g_search {
	margin: auto;
	height: 100px;
	width: 300px;
	float: none;
}
#user_locations {
	margin: auto;
	text-align: center;
}


#features {
	height: 220px;
	width: 999px;
}
#links {
	height: 340px;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(pictures/text_bg2.jpg);
}

#photo_compilation {
	height: 140px;
}
#google_adsense {
	height: 620px;
	text-align: center;
	margin-top: 20px;

}

#video_txt {
	width: 400px;
	background-image: url(pictures/text_bg2.jpg);
	height: 150px;
	margin: auto;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	text-align: center;
}

.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;
}



.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;
}

#bg_picture {
	background-image: url(Photo_BG_Links/BNSF_Desert/BNSF_Desert.jpg);
	height: 500px;
	width: 745px;
	margin: auto;
}

#container #bg_scanner h1 a 
{
	display: block;
	height: 68px;
	width: 135px;
	background-image: url(Photo_BG_Links/BNSF_Desert/Scanner_Feed.png);
	position: relative;
	left: 70px;
	top: 120px;
}

#bg_scanner h1{text-indent: -2000px;
	float: left}

#container #bg_blog h1 a 
{
	display: block;
	height: 53px;
	width: 105px;
	background-image: url(Photo_BG_Links/BNSF_Desert/Blog.png);
	position: relative;
	top: 400px;
	left: -20px;
}

#bg_blog h1{text-indent: -2000px;
	float: left}
	
#container #bg_railfanloc h1 a 
{
	display: block;
	height: 83px;
	width: 175px;
	background-image: url(Photo_BG_Links/BNSF_Desert/Railfan_Locations.png);
	position: relative;
	left: 220px;
	top: 350px;
}

#bg_railfanloc h1{text-indent: -2000px;
	float: left}
	
#container #bg_newsite h1 a 
{
	display: block;
	height: 87px;
	width: 158px;
	background-image: url(Photo_BG_Links/BNSF_Desert/New_Railfan_Site.png);
	position: relative;
	left: 50px;
	top: 60px;
}

#bg_newsite h1{text-indent: -2000px;
	float: left}

