@charset "UTF-8";
/* CSS Document */

.back-nav {
	background-image:url(../images/background-nav.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

.back-nav a:link, .back-nav a:visited {
	color:#FFF;
	font-size:13px;
	text-align:center;
	text-decoration:none;
}

.back-nav a:hover, .back-nav a:active {
	color:#000;
}

.mainbody {
	background-image:url(../images/bottom-mountains.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}

.subbody {
	background-image: url(../images/bottom-mountainssub.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}

.centercolumn {
	background-image:url(../images/background-center.png);
	background-repeat:repeat-y;
	height:100%;
}

.bodyhome {
	font-size:16px;
}

.bodyhome a:link, .bodyhome a:visited {
	color:#000;
	text-decoration:none;
}

.bodyhome a:hover, .bodyhome a:active {
	color: #600;
}

.maintext {
	font-size:12px;
	color:#FFF;
}

.mainitalic {
	font-size:12px;
	color:#ffffff;
	font-style:italic;
	font-weight:bold;
	text-align: center;
}

.mainblack {
	font-size:12px;
	color:#000000;
}

