body {
	background-color: #E0CEAF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #773322;
	margin: 0;
	padding: 0;
	background-image: url(../images/backpix.gif);
	background-repeat: repeat-x;
	background-position: top;

}
#wrapper {
	margin: 0 auto;
	width: 770px;
	text-align:left;
	top: 0px;
	padding: 0;
}
#banner {
	height: 125px;
	padding-top: 10px;
}

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}
#content{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
#content p{
	font-size: 80%;
	padding: 0;
	margin: 0 0 0 10px;
	line-height: 20px;
}
#content a{
	font-size:100%;
	color:#003366;
	text-decoration:underline;
}
#content a:hover, #content a:focus{
	background-color:#CCCCCC;
}
#content h1{
	font-size: 100%;
	color:#773322;
	padding: 0;
	margin: 0;
}
#content h1 a{
	font-size: 100%;
	text-decoration:underline;
	color: #773322;
}
#content h1 a:hover, #content h1 a:focus{
	background-color:#CCCCCC;
}
#content h2{
	font-size: 85%;
	color:#333333;
	margin: -10px 0 0 0;
	padding: 0px;
}
#content h2 a{
	text-decoration: underline;
	color: #003366;
}
#content h2 a:hover, #content h2 a:focus{
	color:#003366;
	background-color: #CCCCCC;
}
.reflections{
	margin: 10px 0 0 0;
	padding: 0;
	background-color:#ECDBC0;
	float: left;
	width: 100%;
}
.leftimage{
	float:left;
	padding: 0px;
	margin: 0 15px 0 0;
}

.rigthimage{
	float:right;
	margin:15px;
	position: relative;

}

.clearit {
	display: block;
	clear: both;
}

#footer{
	font-size: 75%;
	margin: 0px;
	padding: 0px;
	background-color: #334054;
}
#footer p {
	color:#FFFFFF;
	text-align: center;
}
#content h3 {
	font-size: 85%;
	color: #334054;
	margin: -15px 0 0 0;
	padding: 0px;
}
#footer a{
	color:#996633;
	font-size:100%;
	text-decoration:none;
}
#footer a:hover, #footer a:focus{
	background-color:#333333;
}
