/* CSS Document */
#Container{
	width:800px;
	font-family:Myriad, Gill Sans MT, Arial, Helvetica, sans-serif;
	background-color:#601218;
	margin:auto;
	color:#44261b;
}
#header{
	height:343px;
	width:800px;
	background-image:url(header.jpg);
	background-repeat:no-repeat;
	background-attachment: scroll;
	text-align:center;
	vertical-align:middle;
}
#nav{
	float:left;
	height:385px;
	width:234px;
	background-image:url(Nav.jpg);
	background-repeat:no-repeat;
	background-attachment: scroll;
	color:#44261b;
	text-align:center;
	
		
	/*font-size:16px;*/
	font:14px/30px Myriad, Gill Sans MT, Arial, Helvetica, sans-serif;
	font-weight:bold;
	
	
}

p	{
	margin-left: 18px;
	margin-right:30px;

	}

#content{
	
	
	width:556px;
	height:368px;	
	background-image:url(Content.jpg);
	background-color:#efeadb;
	/*color:#44261b;
	position: relative;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: center center;
	overflow:30px;overflow:scroll;
	background-position:center;*/	
	text-align:left;
	margin-left:215px;
	padding-top:20px;
	font-size:14px;
}




#text{
position: relative; 
width:490px;
padding-left:24px;
padding-right:5px;
margin-right:5px;
height:355px;
overflow:auto;
text-align: justify;
}

.textmission	{
				margin-top: 27px;
				margin-left: 27px;
				margin-right: 27px;
				margin-bottom: 27px;
				text-align: justify;
				}
				
.textnewsletter	{
				margin-top:64px;
				margin-left: 27px;
				margin-right: 27px;
				margin-bottom: 27px;
				text-align: justify;

				}

#footer{
	clear:both;
	background-color:#601218;
	color:white; /* todo: update this */
	height:40px;
	width:780px;
	text-align:right;
	padding-right:20px;
	font-size:18px;
}


body {
	background-color: #efeadb;
}
a:link {
	color: #44261b;
	text-decoration: none;
}
a:visited {
	color: #44261b;
	text-decoration: none;
}
a:hover {
	color: #a4343d;
	text-decoration: none;
}
a:active {
	color: #601218;
	text-decoration: none;
}
