#body  {
	text-align: center
}
	
#wrapper {
	margin: 0 auto;
	width: 1024px;
	text-align: left;
}
#header {
	background-image: url(images/dreamscapes.jpg);
	float: left;
	height: 146px;
	width: 1024px;
	background-color: #000;
	background-repeat: no-repeat;
}
#header li {
	list-style-type: none;
	height: 72px;
	width: 202px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #FFF;
	float: left;
	position: relative;
	top: -8px;
	left: -40px;
}
#header li a {
	background-image: url(images/moon.gif);
	background-repeat: no-repeat;
	color: #FFF;
	text-align: left;
	display: block;
	height: 72px;
	width: 202px;
	font-size: 9px;
	line-height: 7px;
}
#header li a:link {
	color: #FFF;
}
#header li a:hover {
	background-position: 0px -72px;
	display: block;
	color: #FFF;
}
#header li a:active {
	color: #FFF;
}


#nav {
	background-color: #000;
	float: left;
	width: 1024px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFF;
	text-align: center;
}
#nav li {
	float: left;
	list-style-type: none;
	text-align: center;
	padding-left: 36px;
	padding-right: 36px;
	padding-bottom: 10px;
}
#nav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	display:block;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 170px;
	text-align: center;
	vertical-align: bottom;
	line-height: 32px;
}
#nav li a:hover {
	color: #009;
	background-position: 0px -36px;
	font-style: normal;
	font-weight: normal;
}
#nav li a:active {
	font-style: normal;
	color: #F0F;
	background-position: 0px -36px;
}
#nav li a:visited {
}


#content {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	float: left;
	width: 880px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 72px;
	padding-bottom: 10px;
	padding-left: 72px;
	background-image: url(images/border.jpg);
	background-repeat: repeat-y;
}
#content h2 {
	font-size: large;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
#content h1 {
	font-style: italic;
	text-align: center;
}

#content a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
}

#footer {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFF;
	background-color: #000;
	text-align: center;
	float: left;
	width: 1024px;
}
#footer ul {
	width: 1024px;
	padding-left: 25%;
	padding-right: 25%;
}

#footer li {
	float: left;
	padding-right: 20px;
	list-style-type: none;
}
#footer li a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
}
