@charset "UTF-8";
/* CSS Document */

body {background: #f5f5dc; text-align:center;}
img {border: none;}
a {color: #deb887; text-decoration: none; font-weight: 600;}
a:hover {color: #666; text-decoration:underline;}

#wrap {
	width: 900px;
	height: 100%;
	margin:30px auto;}

#header {
	margin-top: 30px;
	width: 900px;
	height: 100%;
	text-align: center;
	position: relative;
	float:left;
}
#middle {
	padding-top: 200px;	
}
#bottom {
	padding-top: 150px;
}

#contentwrap {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color:#deb887;
}


#nav ul {list-style: none; display: inline;}
#nav ul li {display: inline; color: #fff0d5;  padding-right:25px;}

h1 { font-size: 18px;}
