@charset "utf-8";
body {
	background-color: #fff9ce;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	font-family: Georgia, Times New Roman;
	background-color: #fff9ce;
	text-align: left;
	width: 984px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin-top: 12px;
	margin-bottom: 12px;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
}
#footer {
	clear: both;
	padding-top: 30px;
	font-family: "Times New Roman", Times, serif;
}
#titlebar {
	height: 59px;
}
#navbar {
	height: 27px;
}
#leftColumn {
	float: left;
	width: 246px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
#rightColumn {
	float: right;
	width: 708px;
}

#trainbar {
	height: 222px;
}
#oldtrainholder {
	height: 222px;
	width: 246px;
	float: left;
}
#restoretrainholder {
	height: 222px;
	width: 246px;
	float: left;
}
#newtrainholder {
	height: 222px;
	width: 246px;
	float: left;
}
#futuretrainholder {
	height: 222px;
	width: 246px;
	float: left;
}


.floatleft {
	float: left;
	margin: 10px 20px 3px 3px;
}
.floatright {
	float: right;
	margin: 10px 3px 3px 20px;
}

.roundcont {
	width: 708px;
	background-color: #b9cde7;
}
.roundcont p {
	margin: 0 10px;
}

.roundtop {
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(../images/rtr.gif);
}


.roundbottom {
	background-repeat: no-repeat;
	background-position: bottom right;
	background-image: url(../images/rbr.gif);
}

.roundcont2 {
	width: 246px;
	background-color: #e1debf;
	text-align: center;
	text-decoration: none;
	color: #000000;
}

.roundcont3 {
	width: 984px;
	background-color: #e1debf;
	text-decoration: none;
	color: #000000;
}

.roundcont3 p {
	margin: 0 10px;
}
.roundtop2 {
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(../images/ltr.gif);
	text-align: left;
}

.roundbottom2 {
	background-repeat: no-repeat;
	background-position: bottom right;
	background-image: url(../images/lbr.gif);
	text-align: left;
}

}

