body {
	margin: 25px 100px 25px 100px;
	padding: 0;
	font-size: 16px;
	color: #D98719;
	background-color: #5C4033;
	}
p {
	font-size: 16px;
}

a {
	text-decoration: none;
	color: #CFB53B;
}

a:hover {
	text-decoration:underline; 
	color:#E47833;
}

a:active {
	text-decoration:underline; 
	color:#E47833;
}

a:visited {
	text-decoration:underline; 
	color:gray;
}

ul {
	text-align: center;
}

li {
	display:inline;
	margin-bottom: 15px;
	padding: 0 10px;
}

strong {
	color: #CFB53B;
	text-decoration: underline;
} 

#maincontent li {
	display:block;
	margin-left: 20px;
	padding-right: 10px;
}

h1 {
	display: block;
	color: #FFF;
	font-size: 2em;
	text-align: center;
	border-top: 1px grey solid;
}

h2 {
	color: #CFB53B;
	font-size: 1.5em;
	text-align: center;
}

img {
	display: block;
	margin-left: auto;
   	margin-right: auto;
}


#nav {
	height: 55px;
	width: 100%;
}

#maincontent {
	float: top;
	top: 100px;
	height:100%;
	padding: 0;
	}

#copyright {
	float: top;
	height: 40px;
	width: 100%;
	text-align: center;
	color: ccc;
}

.right {
	color: #CFB53B;
	font-size: .75em;
	margin-left: 100px;
	font-style: italic;
}
