* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Century Gothic", "Trebuchet MS", Tahoma, Arial, Verdana;
	text-align: center;
	background: #F8F8F8 url('/images/background.jpg') repeat-y top;
}

a {
	color: #7F6799;
	text-decoration: none;
}

h1 {
	color: #7F6799;
	font-size: 140%;
	font-weight: normal;
	padding: 0 0 20px 0;
	margin: -4px 0 0 0;
}

h2 {
	color: #625F65;
	font-size: 95%;
	font-weight: normal;
	line-height: 1.5em;
}

h2 em {
	color: #7F6799;
	font-size: 190%;
	font-style: normal;
	font-family: "Monotype Corsiva", "Century Gothic", "Trebuchet MS", Tahoma, Arial, Verdana;
}

p {
	color: #625F65;
	font-size: 78%;
	margin: 0 0 15px 0;
}

div#container {
	width: 731px;
	margin: 0 auto;
	padding: 25px 15px 15px 15px;
	text-align: left;
	display: table;
}

div#header {
	width: 731px;
	float: left;
	padding: 0 0 20px 0;
}

div#header img {
	float: left;
}

div#header ul {
	font-size: 90%;
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
	float: left;
}

div#header ul li {
	float: left;
	margin: 0 0 0 10px;
}

div#header ul li a {
	color: #7F6799;
	text-decoration: none;
	border: 1px solid #AB9DBB;
	background: #EBE5F1 repeat-x top left;
	width: 75px; padding-left:5px; padding-right:0; padding-top:55px; padding-bottom:2px
}

div#header ul li a:hover {
	border: 1px solid #77628E;
	color: #655379;
}

body#indexpage div#header ul li#home a,
body#trainspage div#header ul li#trains a,
body#ridesspage div#header ul li#rides a,
body#tourpage div#header ul li#tour a,
body#partiespage div#header ul li#parties a {
	border: 1px solid #77628E;
	color: #655379;
}

div#sub {
	width: 230px;
	float: left;
	padding-left:5px; padding-right:0; padding-top:20px; padding-bottom:0; no-repeat
}

body#trainspage div#sub {
	background: url('/images/yourday.jpg') no-repeat top right;
}

body#ridespage div#sub {
	background: url('/images/choices.jpg') no-repeat top right;
}

body#tourpage div#sub {
	background: url('/images/feedback.jpg') no-repeat top right;
}

body#partiespage div#sub {
	background: url('/images/contact.jpg') no-repeat top right;
}

div#main {
	width: 482px;
	float: left;
	padding: 0 0 0 25px;
}

div#footer {
	clear: both;
	background: url('/images/foot.jpg') no-repeat right bottom;
	display: table;
	width: 731px;
	padding-left:0; padding-right:0; padding-top:35px; padding-bottom:0
}

div#footer ul {
	color: #625F65;
	font-size: 70%;
	margin: 0;
	padding: 0;
	list-style: none;
}

div#footer ul li {
	float: left;
	margin: 0 15px 0 0;
}

div#footer ul li a {
	color: #7F6799;
	text-decoration: none;
}

body#downloadpage div#sub form {
	display: none;
}

fieldset {
	text-align: right;
	border: 0px none;
	margin-left:0; margin-right:0; margin-top:10px; margin-bottom:0
}

fieldset p {
	margin: 0 0 5px 0;
}