body {
	font: 12px "Helvetica Neue", Helvetica, "Helvetica Neue Medium", "Helvetica Neue Light";
	color: #000;
	margin: 0px;
	padding: 0px;
	background: url(../images/background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#wrapper {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
}
#logo {
	width: 240px;
	margin: 80px 0px 0px 70px;
	padding: 0px;
	float: left;
}
#mainnav {
	list-style-type: none;
	float: right;
	width: 500px;
	margin-top: 100px;
	margin-right: 50px;
}
#mainnav ul {
	list-style-type: none;
	margin: 0px;
	text-align: right;
	padding: 0px;
}
#mainnav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#mainnav a {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	float: right;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #552731;
}
#mainnav a:hover {
	color: #FFF;
}
#content {
	width: 900px;
	padding: 0;
	-moz-border-radius: 10px;/*firefox*/
	-webkit-border-radius: 10px;/*safari and google chome*/
	border-radius: 10px;/*IE*/
	-khtml-border-radius: 10px;/*opera*/
	margin-top: 300px;
	background: url(../images/transparent.png);
	margin-right: 30px;
	margin-left: 30px;
	position: relative;
	float: left;
	z-index: 1;
}

#content2 {
	width: 900px;
	-moz-border-radius: 10px;/*firefox*/
	-webkit-border-radius: 10px;/*safari and google chome*/
	border-radius: 10px;/*IE*/
	-khtml-border-radius: 10px;
	margin-right: 30px;
	margin-left: 30px;
	position: relative;
	float: left;
	z-index: 1;
	background-image: url(../images/transparent.png);
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-bottom: 0px;
	height: 600px;
	margin-top: 30px;
}

.leftcolumn {
	width: 260px;
	padding-top: 30px;
	padding-left: 50px;
	margin: 0px 10px 0px 0px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.leftcolumn h2 {
	font-size: 16px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #4E1522;
}

.leftcolumn2 {
	width: 260px;
	padding-top: 70px;
	padding-left: 80px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.train {
	width: 183px;
	text-align: center;
	position: absolute;
	left: 350px;
	bottom: -30px;
	z-index: 2;
}
.rightcolumn {
	width: 280px;
	float: right;
	padding-top: 30px;
	padding-left: 10px;
	margin-right: 30px;
}
.rightcolumn h2 {
	font-size: 16px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #4E1522;
}

.rightcolumn2 {
	width: 280px;
	float: right;
	padding-top: 50px;
	padding-left: 10px;
	margin-right: 30px;
	padding-right: 30px;
}

.rightcolumn2 h2 {
	font-size: 16px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #4E1522;
}


.button {
	float: right;
}


.button2 {
	float: right;
	background-color: #FFF;
	background-repeat: repeat-x;
	padding: 10px;
	-moz-border-radius: 10px;/*firefox*/
	-webkit-border-radius: 10px;/*safari and google chome*/
	border-radius: 10px;/*IE*/
	-khtml-border-radius: 10px;
}

.button3 {
	float: right;
	background-color: #FFF;
	background-repeat: repeat-x;
	-moz-border-radius: 10px;/*firefox*/
	-webkit-border-radius: 10px;/*safari and google chome*/
	border-radius: 10px;/*IE*/
	-khtml-border-radius: 10px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

li {
	list-style-image: url(../images/bullets.png);
}
#footer {
	color: #FFF;
	font-size: 10px;
	padding-top: 10px;
	padding-left: 60px;
	clear: both;
}

a:link {
	font-style: italic;
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #4E1522;
	text-decoration: none;
}

a:visited {
	color: #603;
	text-decoration: none;
}

a:active {
	color: #4E1522;
	text-decoration: none;
} 


.clr {
	clear: both;
}
