body {
	color: white;
	background-color: #CC99CC;
	text-align: center;
}

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

a:hover {
	text-decoration: underline;
}

.h1 {
	font-size: 24px;
}

#container {
	display: block;
	width: 860px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #663366;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	margin: auto;
	padding: 10px;
}

#header {
	height: 150px;
	width: 100%;
	display: block;
	margin: auto;
	background-color: #EAD5EA;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(_images/ThirteenMoons3.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#subheader {
	line-height: 40px;
	width: 100%;
	display: block;
	margin: auto;
}

#nav {
	text-align: center;
	display: block;
	float: left;
	width: 210px;
	height: 720px;
	border: medium double #CC99CC;
	overflow: auto;
}

#nav li {
	text-align: left;
	margin-left: -10px;
	color: #FFCC33;
	list-style-position: outside;
	list-style-type: circle;
}

#content {
	text-align: center;
	display: block;
	float: right;
	width: 620px;
	overflow: auto;
	border: medium double #CC99CC;
	padding-right: 5px;
	padding-left: 5px;
	height: 720px;
}

#footer {
	display: block;
	text-align: center;
	clear: both;
}
