/* CSS Document */
.clear{
	clear:both;	
}
body{
	background:url(/images/missions/background.jpg) repeat #493F2E;
	margin:0;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:13px;
	color:#493F2E;
}

#header{
	width:870px;
	height:215px;
	margin:10px auto 0 auto;
}

#header img{
	float:left; 
	margin:0;
}

#container{
	margin:0 auto;
	width: 943px;
}

#contentWrapper{
	width:943px;
	background:url(/images/missions/contentTop.png) no-repeat;
}

#contentTop{
	width:848px;
	margin:0;
	padding:45px 45px 0 50px; 
}

#contentBottom{
	width:943px;
	height:75px;
	background:url(/images/missions/contentBottom.png) no-repeat;
	margin:0;
}

#content{
	width:848px;
	padding:10px 45px 0 45px; 
	background:url(/images/missions/contentBackground.png) repeat-y;
	min-height:200px;
	margin:0;
	line-height:20px;
}

#content550px{
	width:550px;
	float:left;
}

#content280px{
	width:280px;
	height:300px;
	float:right;
	background:url(../../images/missions/stickyNote.png)no-repeat right top;
}

#footerNav{
	width:90px;
	margin:0 auto; 
	text-align:center;
}

#footerNav a{
	display:block;
	padding-top:10px;
	text-decoration:none;
	color:#634425;
	font-weight:bold;
}

#footerNav a:hover{
	color:#986123;
}

