body {
	margin: 0px;
	background: #000000 url(../images/upper_bg.jpg) repeat-x;
}

#main_content {
	width: 800px;
	margin-left: 90px;
	margin-top: 10px;
	height: 100%;
	min-height: 100%;
}

#home_photo {
	margin-bottom: 10px;
	padding: 0px;
	width: 800px;
	height: 470px;
}

#page_header {
	margin-bottom: 10px;
	padding: 0px;
	width: 800px;
	height: 50px;
	background-color: #896a46;
}

#page_header P {
  text-transform: uppercase;
  margin: 0px;
  padding: 15px;
  color: #3c2e1f;
  font-size: 18pt;
  font-weight: bold;
}

#home_page_header {
	margin-bottom: 10px;
	padding: 0px;
	width: 580px;
	height: 50px;
	float: right;
}

#left_subnav {
	width: 200px;
	background-color: #343434;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}

P {
	color: #ffffff;
	font-family: Arial;
	font-size: 10pt;
	line-height: 14pt;
}

OL, UL, DL {
	color: #896a46;
	font-family: Arial;
	font-size: 10pt;
	line-height: 16pt;
}

H1, H2, H3, H4, H5 {
	color: #896a46;
	font-family: Arial;
	margin-bottom: -10px;
	margin-top: 0px;
}

#rail_styles_leftcol {
	width: 250px;
	float: left;
}

#rail_styles_info {
	width: 250px;
	height: 100px;
	background-color: #343434;
	margin-bottom: 10px;
}

.rail_styles {
	width: 790px;
	height: 150px;
	background: #343434;
	float: right;
	padding-right: 10px;
	margin-bottom: 10px;
}

.rail_styles_text {
	font-size: 8pt;
	line-height: 10pt;
	margin-top: 10px;
}

A.main:link
	{
	color: #896a46;
	text-decoration: underline;
	padding: 3px;
	}

A.main:visited
	{
	color: #896a46;
	text-decoration: underline;
	padding: 3px;
	}

A.main:hover
	{
	color: #343434;
	background-color: #896a46;
	text-decoration: none;
	padding: 3px;
	}

A.main:active
	{
	color: #343434;
	background-color: #896a46;
	text-decoration: none;
	padding: 3px;
	}
	
A.gallery
	{
	color: #896a46;
	}
	
#footer {
  width: 800px;
  height: 30px;
  min-height: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
  clear: both;
  background-color: #896a46;
  text-align: center;
}

#footer P {
  font-size: 9pt;
  padding-top: 6px;
  color: #3c2e1f;
}

#Navigation {
  width: 1000px;
  height: 150px;
  clear: both;
  background: url(../images/RailPro-Navbar-Update.jpg) no-repeat;
}

ul.nav {
 list-style: none;
 margin: 0;
 padding: 0;
 position: absolute;
 top: 120px;
 left: 100px;
}

ul.nav li {
  list-style-type:none;
  text-align: left;
  float: left;
  margin-right: 10px;
}

ul.nav a {
  height: 30px;
  padding: 4px 8px;
  text-decoration: none;
  color: #fff;
  display: block;
  background: url(../images/nav_bg.gif) repeat-x;
}

ul.nav a:hover {
  color: #896a46;
  background: url(../images/nav_bg_over.gif) repeat-x;
}
