@CHARSET "ISO-8859-1";

body {
	margin: 0;
	padding: 0;
	background: #ce8a9f;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #fff4e7;
}

#background {
	background: url('../images/index-bg.jpg') 0 0;
	height: 644px;
	width: 900px;
	margin: 0 auto;
}

#header-wrap {
	background: url('../images/index-header-bg.gif') 0 0 repeat-x;
	height: 256px;
}

#header {
	width: 800px;
	margin: 0 auto;
}

#nav {
	text-align: center;
}
#nav ul {
	margin: 7px 0 0 0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	display: inline;
	margin: 0 25px;
}
#nav ul li a {
	color: #fff4e7;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 15px;
}
