/* CSS Document */
/* choc brown #310101
cream #ffe7ab
*/

body
{
	background-image: url(../images/railwaymodel.jpg);
	background-position: center center;
	font-size: small;
	height: 100%;
	width: 100%;
	background-color: #000000;
	margin-bottom: 25px;
}

#wrapper
{
	width: 900px;
	min-height: 500px;
	background-color: #310101;
	margin: 0 auto;
	background-color: #310101;
	color: #310101;
	margin-top: 15px;
	margin-bottom: 15px;
	border-left: solid 6px #310101;
	border-right: solid 6px #310101;
	border-bottom: solid 6px #310101;
}
#innerWrapper
{
	background-color: #ffffff;
}

#topNavCurve
{
	background-image: url(../images/divtop.gif);
	background-repeat: no-repeat;
	background-color: #310101;
	height: 50px;
	width: 900px;
}

#topNav
{
	margin:0;
}

#topNav ul
{
	width: 100%;
	background-color: #310101;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 110%;
	padding: 3px 0 3px 0;
}

#topNav ul li
{
	display: inline;
	margin-right: 30px;
}

#topNav li a
{
	text-decoration: none;
	color: #ffffff;
}

#topNav li a:hover
{
	color: #ffe7ab;
}

#contentholder
{
	margin: 0 45px 0 45px;
}

#bottomcurveholder
{
	background-image: url(../images/divbot.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 900px;
	height: 52px;
}

img.frontpage
{
	float: left;
	margin: 15px 25px 45px 0;
}

h1
{
	font-size: 200%;
	margin-bottom: 30px;
	text-align: center;
	font-variant: small-caps;
}

h1.news
{
	font-size: 200%;
	margin-bottom: 30px;
	text-align: left;
	font-variant: small-caps;
	clear: both;
}

h2
{
	font-size: 150%;
	margin: 20px 0 20px 20px;
	text-decoration: underline;
	font-variant: small-caps;
}

h3
{
	font-size: 130%;
	margin: 20px 0 20px 20px;
	text-decoration: none;
	font-variant: small-caps;
}

td h3
{
	font-size: 130%;
	margin: 0px 0 20px 20px;
	text-decoration: none;
	font-variant: small-caps;
	color:#000066;
}

p
{
	font-size: 125%;
	margin: 0 0 25px 0;
}

.ImageNote
{
	font-size: 100%;
	text-align: left;
	margin: -15px 0 0 120px;
}

.frontPageP
{
	line-height: 1.5;
	float: right;
}

.alignTextCenter
{
	text-align: center;
}

table tr.trEven td
{
	background-color: #ffe7ab;
	color: #000000;
	padding: 5px 0 5px 0;
	vertical-align: middle;
}

table tr.trOdd td
{
	padding: 5px 0 5px 0;
}

table td
{
	font-size: 120%;
	text-align: center;
}

table td.tHead
{
	font-size: 140%;
	text-decoration: underline;
	padding: 0 0 5px 0;
}

a, a:link, a:visited
{
	color: #CC0000;
	text-decoration: none;
}

a:hover, a:active
{
	color: #ffe7ab;
}


