 /* This sets defaults for the entire page */   /* */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	text-align:center;  /* This centers all content wrapped by outerwrapper to the browser */
	background-color:#996666;
}
* {
	margin: 0;
	padding: 0;
}
/* This sets the text link normal color (instead of the default blue) */
a {
	color:#996666;
}

#outerwrapper {
	margin-right: auto; /*This gives some space away from the right of the browser */
	margin-left: auto;
	width: 800px;
	margin-top: 10px;
	height: 600px;
	background-image: url(../images/website_background.jpg);
}
#header {
	padding: 20px;
	color: #000000;
	height: 80px;
}
#leftnav {
	font-size: 0.8em;
	width: 140px;
	float:left;
	line-height:1.5em;
	text-align:center;
}
#leftnav a:hover {
	background-color:#FFFFFF;
	color: #660000;
	padding:3px;
}
#content {
	margin-left:140px;
	padding: 10px;
	font-size:0.8em;
	height: 430px;
}
#footer {
	clear:both;
	font-size: 0.6em;
	text-align:center;
	padding: 10px 0px;
	color: #FFFFFF;
}
.header {
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: underline;
}
