@charset "UTF-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	border-width: 0px;
	background: #f3e858 url(../images/trainBG.jpg) fixed left top;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #FF0000;
}

h2 {
	font-size: 18px;
	color: #000000;
}

a:link {
	text-decoration: none;
	color: #CC0000;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #000000;
}
.bold-red {
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
}

.page-wrapper {
	background-image: url(../images/elements/wrapper_bg.gif);
	width: 950px;
	height: 100%;
	margin: auto;
	padding: 0;
}
.header {
	background-image: url(../images/elements/header.gif);
	width: 950px;
	height: 278px;
	margin: 0;
	padding: 0;
}


.left-bg {
	background: transparent url(../images/elements/nav_footer.gif) no-repeat left bottom;
	width: 950px;
	margin: auto;
	padding: 0;
	
}
.right-bg {
	background: transparent url(../images/elements/content_footer.jpg) no-repeat right bottom;
	width: 950px;
	margin: auto;
	padding: 0;
	text-align: center;	
}

#nav-wrapper {
	width: 256px;
	/* [disabled]height: 210px; */
	margin-top: 0px;
	/* [disabled]float: left; */
	margin-left: 50px;
	margin-bottom: 15px;
}

.navigation  a {
	text-decoration: none;
	color: #efe763;

}

.navigation a:hover {
	color: #FFFFFF;
}

.navigation li {
	list-style: url(none) none;
	display: block;
}



.content-wrapper {
	width: 500px;
	margin-top: 0px;
	margin-right: 0px;
	top: 0px;
	right: 0px;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 120px;
}

.content-text {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	width: 450px;
	margin-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
}
#footer {
	font-size: 14px;
	color: #547723;
	text-align: right;
}

.copyright {
	padding-right: 40px;	
}
#SocialMediaBox {
	background-color: #EEEA69;
	width: 110px;
	border: 5px solid #753C0B;
	margin: 0 auto;
	text-align: center;
	padding: 2px 0;
}
#SocialMediaBox img {
	padding: 2px;
}
.italic {
	font-style: italic;
}
#shareIcons {
	margin-bottom: 25px;
	margin-left: 40px;
}
.fb-like {
	margin-bottom: 11px;
}

