* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: black;
	background-image: url(../img/heidigirl.gif);
	background-repeat: no-repeat;
}

p, ul, li {
	color: white;
	font-family: Georgia, serif;
	font-size: 1em;
	text-align: left;
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	color: white;
	font-family: Georgia, serif;
}

img {
	border: none;
}


/*----- Container #1 -----*/

#container1 {
	margin: 144px 0 10px 200px;
	width: 530px;
	overflow: hidden;
}

#header {
	margin: 0 20px 0 0;
	width: 312px;
	height: 101px;
	float: right;
}

#subnav {
	margin: 35px 0 0 0;
	width: 90px;
	height: 60px;
	float: right;
	background-position: bottom right;
}

#subnav a {
	display: block;
	height: 20px;
	width: 90px;
	overflow: hidden;
}

#subnav a:hover {
	text-indent: -90px;
}

#nav {
	width: 550px;
	height: 230px;
	clear: both;
}

.navwrapper {
	margin: 20px 20px 0 0;
	width: 90px;
	height: 205px;
	overflow: hidden;
	float: right;
}

.navwrapper a {
	display: block;
	height: 180px;
	width: 90px;
}

.navwrapper a:hover {
	text-indent: -90px;
}


/*----- Container #2 -----*/

#container2 {
	margin: 0 0 20px 200px;
	width: 530px;
	overflow: hidden;
}

#upcoming {
	width: 305px;
	height: 200px;
	float: left;
}

#feature {
	background-image: url(../img/songlist.png);
	background-repeat: no-repeat;
	width: 205px;
	height: 200px;
	float: right;
}

#feature img {

}


/*----- Container #3 -----*/

#container3 {
	margin: 0 0 0 200px;
	width: 530px;
	overflow: hidden;
}

.news {
	margin: 0 0 20px 0;
	width: 530px;
	line-height: 1.5em;
}

.date {
	color: gray;
	text-align: right;
	font-size: .8em;
	font-family: Georgia, serif;
	font-variant: small-caps;
}

#footer {
	margin: 0 0 50px 0;
	width: 530px;
	height: 75px;
	font-size: .8em;
}

#footer img {
	margin: 0 10px 0 0;
	clear: right;
	float: left;
}

/*----- Links -----*/

a {
	text-decoration: none;
	outline: none;
}

/* unvisited link */
a:link {
	color: gray;
	text-decoration: underline;
}

/* visited link */
a:visited {
	color: gray;
	text-decoration: underline;
}

/* mouse over link */
a:hover {
	text-decoration: underline overline;
}

/* selected link */
a:active {
	outline: none;
	text-decoration: none;
}


/*----- Other -----*/

.border {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url(../img/border_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}




#navlist {
	margin-top: 38px;
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid gray;
	width: 90px;
	float: right;
	font-size: .8em;
}

#navlist li {
	list-style: none;
	padding: 0.15em;
	border-top: 1px solid gray;
}

#navlist li a {
	text-decoration: none;
}

#navlist li a:hover {
	color: white;
}