* {
	margin: 0;
	padding: 0;
}

body, html {
	height: 100%;
}

p {
	margin: 1em 0;
}

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

a:hover {
	text-decoration:underline;
}

body {
	background-color: #600012;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

ul.playlist {
	background-color:#700817;
	color:#FFF;
	list-style:none;
}

ul.playlist li {
	padding: 5px;
	cursor: pointer;
}

ul.playlist li:hover {
	background-color:#a71b28;
}

li.selected {
	background-color:#590614;
}

div.player {
	width:270px;
	display: none;
}

div.player.selected {
	display: block;
}

#main_content {
	min-height: 100%;
	width: 1024px;
	background-color: #ededed;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	border-left: solid 15px #6f6f6f;
	border-right: solid 15px #6f6f6f;
	position: relative;
}

#page_container {
	padding: 450px 50px 30px 50px;
}

#sidebar {
	width: 160px;
	border: 3px solid #590614;
	text-align: center;
	float: left;
	margin-top: 40px;
}

#footer {
	text-align: center;
	font-size: 80%;
	position: absolute;
	bottom: 5px;
	width: 1024px;
}

a.main_link {
	display: block;
	width: 160px;
	height: 38px;
	font-size: 30px;
	color: #ffffff;
	text-decoration: none;
	background: #590614;
}

a.sub_link {
	display: block;
	width: 160px;
	height: 30px;
	font-size: 20px;
	color: #700817;
	text-decoration: none;
	background: #ffffff;
}

#page_content {
	width: 680px;
	margin: 0 30px;
	float: left;
}

a.main_nav {
	height: 45px;
	display: block;
	position: absolute;
	top: 385px;
}

a.main_nav#home {
	width: 195px;
	left: 55px;
	background: url(images/nav_photos.png);
}

a.main_nav#previous {
	width: 378px;
	left: 270px;
	background: url(images/nav_previous.png);
}

a.main_nav#contact {
	width: 285px;
	left: 670px;
	background: url(images/nav_contact.png);
}
