@charset "utf-8";
/* CSS Document */

body {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	background-color: #fff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
.container {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	width: 90%;
	margin: 0px 5% 0px 5%;
	height: auto;
}
header {
	width: auto;
	height: auto;
	background-color: #2A0000;
	padding:1%;
	margin:auto;
}
nav ul {
	list-style: none;
	width: auto;
	text-align: center;
	/*margin:auto;*/
	margin: 0px 5% 0px 5%;
	/*background-color:#000;*/
	padding:1%;
}
#buffer{height:2%; clear:left;}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	margin:0px 5% 0px 5%;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #856666;
}
#main {
	background-color: #6A4545;
	width:100%;
	padding-top: 1%;
	padding-bottom: 1%;
}
.main_header {
	color: #FFFFFF;
	text-align: center;
}
.content_container {
	background-color: #D5D5D5;
	/*height: 400px;*/
	height:auto;
}
.content {
	color: #000000;
	/*text-align: center;*/
	padding:2%;
	letter-spacing: 2px;
	margin: 0px 15% 0px 15%;
}
.content_header{text-align: center;}
/*.content_text{}*/
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #2A0000;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.nonlink
{text-decoration:none; color:#fff;}
.content ul li
{list-style:none;}
.listlinks
{color:#660000; text-decoration:none;}