body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, helvetica, sans-serif;
	background-color: #a0bc7c;
}

/* NAV */

a:link {
	color: #dedfdf;
	text-decoration: underline;
	font-size: 12px;
	}

a:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	}

a:hover {
	color: #999999;
	text-decoration: none;
	font-size: 12px;
	}
	
a:active {
	color: #999999;
	text-decoration: none;
	font-size: 12px;
	}
	
.itemlink a:link {
        color: #cccccc;
        text-decoration: underline;
        font-size: 11px;
        }

.itemlink a:visited {
        color: #cccccc;
        text-decoration: underline;
        font-size: 11px;
        }

.itemlink a:hover {
        color: #cccccc;
        text-decoration: underline;
        font-size: 11px;
        }

.itemlink a:active {
        color: #cccccc;
        text-decoration: underline;
	font-size: 11px;
        }

/* TEXT STYLES */

p {
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
	margin: 5px 10px 15px 10px;
	text-align: left;
}

ul {
	margin-top: 10px;
	margin-bottom: 20px;
	list-style-type: none;
	}

li	{
	font-size: 12px;
	line-height: 13px;
	color: #ffffff;
	margin: 5px 5px 10px 10px;
	text-align: left;
	}

h1 {
	font-size: 26px;
	line-height: 28px;
	
}

h2 {
	font-size: 15px;
	margin: 0 0 4px 10px;
	color: #ffffff;
	margin: 15px 0 10px 10px;
	text-align: left;
}

h3 {
	font-size: 11px;
	margin: 0 0 6px 10px;
	color: #ffffff;
}

h4 {
	font-size: 11px;
	margin: 15px 5px 5px 10px;
	color: #ffffff;
	text-align: left;
}

h6 {
	font-size: 9px;
}

/* BACKGROUNDS */

.home {
	background: url(backgrounds/home.jpg) top center repeat;
}

.about {
	background: url(backgrounds/about.jpg) top center repeat;
}

.backline {
	background: url(backgrounds/backline.jpg) bottom center repeat;
}

.studio_east {
	background: url(backgrounds/east.jpg) top center repeat;
}

.studio_west {
	background: url(backgrounds/west.jpg) top center repeat;
}

.mics {
	background: url(backgrounds/mics.jpg) top center repeat;
}

.news {
	background: url(backgrounds/news.jpg) top center repeat;
}

.recording {
	background: url(backgrounds/recording.jpg) top center repeat;
}

.video {
	background: url(backgrounds/video.jpg) top center repeat;
}

/* Are You Hearing Things? */

#hearingthings {
	background: url(img/hearingthings.gif) top left no-repeat;
	width: 200px;
	height: 210px;
	position: absolute;
	top: 490px;
	margin-left: 50%;
	left: -450px;
}