/* CSS shared by all second-tier pages (Biography, Store, etc.) */

body {
	background: #660000;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

#main {
	width: 800px;
	height: 600px;
	background: #660000;
}

#header {
	width: 800px;
	height: 90px;
}

#nav {
	margin: 0;
	padding: 0;
	position: relative;
	width: 160px;
	height: 510px;
	top: 79px;
	float: left;
}

#content {
	position: relative;
	width: 630px;
	background: #fff2cc;
	float: left;
}

#content h1 {
	margin: 0;
	padding: 0;
}
