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

body  {Text-align:center;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background:url(images/bg.jpg) repeat-y center #300018;
	font-size: 14px;
	text-decoration: none;
	color: #300018;
	width: 900px;
	margin:0 auto
	
}
h1{
	text-align:center;
	font-size: 18px;
}
a {text-decoration:none;}
#container {
	overflow:visible;
	width:900px;
	margin-top: 0 auto;
	margin-right: 0 auto;
	margin-bottom: 0 auto;
	margin-left: 0 auto;
	}
#header {
	width:900px;
	height:150px;
	background: url(images/header.jpg) no-repeat;
	background-position:top right;
	}
#nav  {
	width: 75px;
	position:relative;
	left:-30px;
	top: 10px;	

	}
#nav li {
	line-height: 20px;
	padding-left:5px;
	padding-bottom:2px;
	font-size: 14px;
	color:white;
	background: #300018;
	border-left: 3px solid #e5edb8;
	list-style: none;
	width: auto;
	}
#nav li a {
	text-decoration: none;
	color: white;
	}
#nav li a:hover {
	color: #5a3d31;
	
	}

.clear_left {
	clear:left;}
.clear  {
	clear:both;}
#main {	
	background:#e5edb8;
	padding:20px;
	overflow:auto;
}
#mission {
	float:right;
	width: 650px;
	}
#footer {
	margin-top: -20px;
	height:160px;
	background:url(images/footer.gif) repeat-x #e5edb8;
	text-align:center;
	color:white;
	}
#footer a {color:white;}
.bold  {
	font-size: 14px;
	font-weight: bold;
	}
	
