
body{
  text-align: center;
  background: #c2ba8a;
  color: #000000;
  margin: 0px;
  text-align: center;
} 

* {
margin: 0;
padding: 0;
}


img{
	margin: 0;
	padding: 0;
}

.clearer{
	clear: both;
}

#wrapper{
	position: relative;
	width: 90%;
	height: 1100px;
	height: 100%;
	background-image: url(images/bodybackground.jpg);
   	margin: 25px auto;
   	padding: 50px;
}

#brown{
	position: relative;
	width: 75%;
	height: 75%;
	background-color: #3d3135;
	margin: 0px auto;
}

#content{
	position: relative;
	width: 1000px;
	height: 800px;
	background-color: transparent;
	background-image: url(images/wrapperbackground.jpg);
	background-repeat: no-repeat;
   	margin: 0px auto;
   	padding-bottom: 50px;
}

#navigationBox{
	position: relative;
	float: left;
	left: 125px;
	top: 230px;
	width: 235px;
	height: 436px;
	text-align: left;
}

.linkContainer{
	position: relative;
	float: left;
	width: 235px;
	height: 50px;
	margin-top: 25px;
}

.linkContainer a{
	font-family: verdana, arial, sans-serif;
	color: #cfcba6;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
}

.linkContainer a:visited{
	font-family: verdana, arial, sans-serif;
	color: #cfa5aa;
}

.linkContainer a:hover{
	font-family: verdana, arial, sans-serif;
	color: #575fa2;
}

#textBox{
	position: relative;
	float: left;
	top: 100px;
	left: 315px;
	height: 570px;
	width: 345px;
	padding: 15px;
	font-family: arial, verdana, sans-serif;
	color: #413235;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
}
	


	
