
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #F2DF92;
	Xoverflow: auto;
	text-align: center;
	font-family: arial;
}

#outerDiv {
	background-color: white;
	Xwidth: 100%;
	Xheight: 100%;
	padding: 10px;
	}
	
#nav {
	background-color: #704026;
	margin-top: 10px; margin-bottom: 10px;
	height: 25px;
	overflow: hidden;
	font-size: 12px;
	}
	
#nav p {
	text-align: center;
	padding-top: 5px;
	}
	
#nav a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding-left: 23px;
	padding-right: 23px;
	border-left: 1px #BF995F solid;
	}
	
#nav a:hover {
	text-decoration: underline;
	}
	
#nav .navFirst {border-left: none;}

#mainPic {
	width: 400px;
	height: 285px;
	float: left;
	}
	
#mainContent {
	width: 470px;
	height: 285px;
	float: right;
	overflow: auto;
	}
	
#mainContent p {
	font-size: 12px;
	margin-bottom: 15px;
	padding-right: 20px;
	line-height: 150%;
	}

#mainContent p.tight {
	font-size: 12px;
	margin-bottom: 15px;
	padding-right: 0px;
	line-height: 100%;
	border-top: 1px red solid;
	}
		
#mainContent h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-right: 20px;
	margin-top: 10px;
	}
	
#mainContent li {
	font-size: 11px;
	padding-left: 10px;
	}
	
#mainContent ul {
	margin-bottom: 15px;
	}
	
#mainContent img {
	border: none;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
{}