/* CSS Document */

* {
	margin: none;
	padding: none;
}

body {
	font: .80em "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	background: #000 url(../images/main_bkg.jpg) top no-repeat;
	color: #a0979f;
}

h1 { display: none; }

h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #acd373;
	margin-bottom: 0;
	margin-top: .50em;
}

a {
	border-bottom: 1px dotted #acd373;
	color: #acd373;
	text-decoration: none;
}

a:hover {
	background: #acd373;
	color: #000;
}

#wrapper {
	position: absolute;
	left: 50%;
	width: 760px;
	margin-left: -380px;
	margin-top: 72px;
	_margin-top: 65px; /* stupid IE */
}

#nav {
	width: 486px;
	height: 154px;
	float: left; 
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	display: block;
	float: left;
}
#nav a {
	display: block;
	height: 154px;
	border: none;
}
#nav span { display: none; }

#nav a.home {
	width: 46px;
	height: 154px;
	background: url(../images/home.jpg);
}
#nav a.home:hover {
	background: url(../images/home_over.jpg);
}

#nav a.bio {
	width: 85px;
	height: 154px;
	background: url(../images/bio.jpg);
}
#nav a.bio:hover {
	background: url(../images/bio_over.jpg);
}

#nav a.sounds {
	width: 62px;
	height: 154px;
	background: url(../images/sounds.jpg);
}
#nav a.sounds:hover {
	background: url(../images/sounds_over.jpg);
}

#nav a.articles {
	width: 74px;
	height: 154px;
	background: url(../images/articles.jpg);
}
#nav a.articles:hover {
	background: url(../images/articles_over.jpg);
}

#nav a.schedule {
	width: 78px;
	height: 154px;
	background: url(../images/schedule.jpg);
}
#nav a.schedule:hover {
	background: url(../images/schedule_over.jpg);
}

#nav a.links {
	width: 50px;
	height: 154px;
	background: url(../images/links.jpg);
}
#nav a.links:hover {
	background: url(../images/links_over.jpg);
}

#nav a.rep {
	width: 91px;
	height: 154px;
	background: url(../images/rep.jpg);
}
#nav a.rep:hover {
	background: url(../images/rep_over.jpg);
}

#nav a.cps {
	width: 53px;
	height: 154px;
	background: url(../images/cps.jpg);
}
#nav a.cps:hover {
	background: url(../images/cps_over.jpg);
}

#contentLeft {
	width: 539px;
	float: left;
}

#contentLeft2 {
	width: 485px;
	float: left;
}

#contentLeft p {
	margin-top: 0;
	line-height: 1.6em;
	text-align: justify;
}

#contentLeft2 p {
	margin-top: 0;
	line-height: 1.6em;
	text-align: justify;
}

#contentLeft2 li {
	line-height: 2.0em;
}

#contentRight {
	width: 155px;
	float: right;
	text-align: left;
}

#contentRight img {
	border: 5px solid #fff;
	float: right;
	margin-bottom: 1.0em;
}

#contentRight2 {
	width: 238px;
	float: right;
	text-align: left;
}

#contentRight2 img {
	border: 5px solid #fff;
	float: right;
	margin-bottom: 1.0em;
}

#contentRight p {
	margin-top: 0;
	line-height: 1.6em;
}

#footer {
	width: 760px;
	text-align: left;
	float: left;
	margin-top: 40px;
	font-size: .70em;
}
.smallTxt {
	font-size: .8em;
}

input {
	background: #d8d8d8;
	border: 1px solid #444;
	color: #444;
}
textarea {
	background: #d8d8d8;
	border: 1px solid #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #444;
}
.button {
	background: #acd373;
	color: #444;
}

