body {
	text-align: center;
	font-size: 75%;
	padding: 0;
	border: 0;
	margin: 0;
	line-height: 1.1em;
	color: #fff;
	background: #1c1b4a url('images/header.gif') no-repeat top center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", "Lucida Sans", sans-serif;
} #center {
	width: 770px;
	border: 1px solid red;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
	border: 0;
	text-align: center;
}



/* nav */
div#nav {
	width: 500px;
	margin: 150px 0 0 300px;
}div#nav a {
	display: block;
	height: 32px;
	width: 111px;
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 0 10px 0 10px;
}div#nav a.long {
	width: 136px;
}div#nav a.long:hover {
	text-indent: -136px;
}div#nav a:hover {
	text-indent: -111px;
}



/* content */
#content {
	margin-top: 90px;
	width: 356px;
	float: right;
	text-align: left;
} p { 
	text-align: left;
	margin-left: 40px;
} p.center {
	text-align: center;
} h1 {
	text-align: left;
	font-weight: normal;
	font-size: 2.8em;
	color: #fff;
	margin: 0;
	font-family: "Optima", sans-serif;
} h5 {
	font-weight: normal;
	font-size: 1.4em;
	color: #fff;
	margin-top: 0;
	font-family: "Optima", sans-serif;
} h2, h3 {
	text-align: left;
	margin: 45px 0 0 40px;
	font-weight: normal;
	font-size: 1.5em;
	color: #fc0;
	font-family: "Trajan Pro", serif;
} h3 {
	font-size: 1.2em;
	margin-top: 5px;
	margin-bottom: 40px;
} li {
	text-align: left;
} ul {
	margin: 10px 0 0 40px;
} img.artwork {
	border: 7px solid #fc0;
	float: left;
	width: 400px;
	margin: 150px 0 0 0;
}


/* image nav */
div#subnav {
	width: 300px;
	height: 1.3em;
	margin: 20px 0 0 40px;
	border-top: 1px solid #fc0;
	border-bottom: 1px solid #fc0;
	padding: 3px;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
} div#subnav a {
	text-decoration: none;
} div#subnav a:hover {
	color: #fff;
	background-color: #1c1b4a;
} a#prev {
	float: left;
	width: 150px;
	text-align: left;
} a#next {
	text-align: right;
	float: right;
	width: 100px;
}


/* credit line */
div#credit {
	clear: left;
	width: 414px;
	text-align: right;
	padding-top: 40px;
} h4 {
	font-weight: normal;
	font-size: 1.5em;
	color: #fff;
	margin-top: 0;
	font-family: "Optima", sans-serif;
}

a {
	color: #fc0;
	text-decoration: underline;
} a:hover {
	background-color: #000;
} a img {
	border: 0px;
}