@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
 }
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/contentHeader.jpg);
	background-repeat: no-repeat;
	height: 100px;
	background-position: bottom;
 
}
#container #header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 }
#mainContent {
	background-image: url(../images/contentSides.jpg);
	background-repeat: repeat-y;
	padding: 2em;
 }
#mainContent h1 {
	font-size: 1.3em;
}
#mainContent h2 {
	font-size: 1.1em;
}
#mainContent ul {
	margin-top: 0px;
	margin-bottom: 2em;
}

#mainContent li {
	font-size: 0.85em;
	line-height: 1.3em;
	margin-bottom: .5em;
	color: #666666;
}

#footer {
	background-image: url(../images/contentFooter.jpg);
	height: 100px;
	padding: 0px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	text-align: center;
	padding: 0px;
}
#nav ul {
	padding: 0px;
	margin: 0px;
}


#nav li {
	display: inline;
	margin-right: 4em;
}
.smaller {
	font-size: small;
}
a:link {
	color: #653614;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #666666;
}
