/*LAYOUT*/

body {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #6d6d6d;
	line-height:16px;
	margin: 0px;
}

.body_copy {
	padding-left:15px;
}
.body_background {
	background-color: #FFFFFF;
	background-image: url(../images/body_background.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.main_background {
	background-image: url(../images/stripe.gif);
	background-repeat: repeat;
	background-color: #3C4C55;
}
.main_border {
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.header {
	background-image:url(../images/header_sunburst.gif);
	background-repeat:no-repeat;
	background-position:center;
}

.line_break {
	background-image:url(../images/line_break_background.gif);
	background-repeat:repeat-x;
}

.pattern {
	background-image:url(../images/pattern_background.gif);
	background-repeat:repeat-x;
}

.footer {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #6d6d6d;
}

.footer a {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #6d6d6d;
}

/*FORM*/

fieldset { 
	border:0;margin:0;padding:0; 
}

label { 
	display:block; 
}

input.text,textarea { 
	width:300px;
	color:#333;
	padding:3px;
	margin:1px 0
	;border:1px 
	solid #ccc; 
}

input.submit { 
	padding:2px 5px;
	font: 10px Trebuchet MS; 
}
.train_body {
	background-color: #FFFFFF;
	background-image: url(../images/train_body_background.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.contact_body {
	background-color: #FFFFFF;
	background-image: url(../images/contact_body_background.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
