body { background: #906a09;  background-image: url(images/background.jpg);  background-repeat: repeat-x; font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight: lighter;}
	
a:link{
	color: #000000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


a:visited{
	color: black;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:hover {
	color: orange;
	text-decoration: none;
	font-weight: bold;
	background-color: #8b008b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#wrapper {
	width: 850px;
	height: 868px;
	clear: both;
	margin-left: 0px;
	margin-right: 0px;
	background-image: none;
	background-position: center;
	background-image: url(wrapper-bg.jpg);
	background-repeat: no-repeat;
	margin-top: -10px;
	padding-top: 10px;
	
}
#header {
	width: 779px;
	height:200px;
	background-color: gray;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}

#left-column {
	width: 195px;
	height: 350px;
	background-color: transparent;
	float: left;
	margin-right: 0px;
	margin-left: 15px;
	margin-top: 10px;
	padding: 5px;
}
#right-column {
	width:195px;
	float: right;
	height: 350px;
	background-color: transparent;
	margin-right: 15px;
	margin-top: -365px;
	padding: 5px;
}
#left-center {
	width:195px;
	float: none;
	height: 350px;
	background-color: transparent;
	margin-left: 195px;
	margin-right:15px;
	margin-top: 10px;
	padding: 5px;
}
#right-center {
	width:195px;
	float: none;
	height: 350px;
	background-color: transparent;
	margin-left: -205px;
	margin-top: -355px;
	padding: 5px;
}
.main-content {
	width: 96.5%;
	height:auto;
	text-align: center;
	background-color: #add8e6;
	float: none;
	clear: both;
	margin-top: -5px;
}
.main-content2 {
	width: 800px;
	height:auto;
	text-align: justify;
	background-color: transparent;
	float: none;
	clear: both;
	margin-top: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: black;
	text-align: center;
}
hr {
	height: 2px;
	color: #ff8c00;
	width: 96.5%;
}
#footer {
	width: 600px;
	height:auto;
	text-align: center;
	background-color: transparent;
	float: none;
	clear: both;
	margin-top: 0px;
}
.links {
	width: 96.5%;
	height:auto;
	text-align: center;
	background-color: #ffc175;
	float: none;
	clear: both;
	margin-top: 10px;
}

