@charset "utf-8";
/* CSS Document */

/* CSS Reset */
* { margin: 0; padding: 0; }

body {
  background: #000 url(../images/bg.jpg) repeat-x 0 0;
  font-family: Arial, Helvetica, sans-serif;
  color:#FFF;
}

#container {
  width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}

#header {
  position:relative;
  width: 100%;
}

#header h1 {
  display:block;
  float:left;
  width:360px;
  height:115px;
  background:url(../images/logo.jpg) no-repeat 0 0;
  text-indent:-9999px;
}

#header h1 a {
  display: block;
  height: 100%;
  width: 100%;
}

#header #myspace {
  background: url(../images/myspace.jpg) no-repeat right 0px;
  height: 47px;
  position: absolute;
  top: 41px;
  right: 0;
  text-align: right;
  padding: 5px 50px 0 0;
}

#header #myspace p {
  font-size: 16px;
} 

#header #myspace p a {
	color:#FFF;
	text-decoration:none;
} 

#header #myspace p a:hover, #nav li.active a {
	color:#ffad00;
	text-decoration: underline;
} 

#header #myspace h6 {
  font-size: 11px;
}

#header #youtube {
  background: url(../images/youtube.jpg) no-repeat right 0px;
  height: 47px;
  position: absolute;
  top: 41px;
  right: 0;
  text-align: right;
  padding: 5px 50px 0 0;
}

#header #youtube p {
  font-size: 16px;
} 

#header #youtube p a {
	color:#FFF;
	text-decoration:none;
} 

#header #youtube p a:hover, #nav li.active a {
	color:#ffad00;
	text-decoration: underline;
} 

#header #youtube h6 {
  font-size: 11px;
}

#header #facebook {
  background: url(../images/facebook.jpg) no-repeat right 0px;
  height: 47px;
  position: absolute;
  top: 41px;
  right: 0;
  text-align: right;
  padding: 5px 50px 0 0;
}

#header #facebook p {
  font-size: 16px;
} 

#header #facebook p a {
	color:#FFF;
	text-decoration:none;
} 

#header #facebook p a:hover, #nav li.active a {
	color:#ffad00;
	text-decoration: underline;
} 

#header #facebook h6 {
  font-size: 11px;
}

#header #twitter {
  background: url(../images/twitter.jpg) no-repeat right 0px;
  height: 47px;
  position: absolute;
  top: 41px;
  right: 0;
  text-align: right;
  padding: 5px 50px 0 0;
}

#header #twitter p {
  font-size: 16px;
} 

#header #twitter p a {
	color:#FFF;
	text-decoration:none;
} 

#header #twitter p a:hover, #nav li.active a {
	color:#ffad00;
	text-decoration: underline;
} 

#header #twitter h6 {
  font-size: 11px;
}


#nav {
  clear: both;
  height: 35px;
  width: 100%;
}

#nav ul {
  float: left;
}

#nav ul li {
  display: block;
  float: left;
  height: 35px;
  list-style-type: none;
  padding: 0 1px 0 0;
}

#nav ul li a {
  color: #FFFFFF;
  display: block;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  height: 100%;
  line-height: 35px;
  padding: 0 0 0 18px;
}

#nav li a span {
  display: block;
  float: left;
  height: 100%;
  padding: 0 18px 0 0;
}

#nav li a:hover, #nav li.active a {
  background: url(../images/hover.jpg) no-repeat left;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

#nav li.active a span, #nav li a:hover span {
  background: url(../images/hover.jpg) no-repeat right;
}

#main {
	text-align:center;
	padding-top: 40px;
	background: url(../images/main_bg.jpg);
}

#mainbio {
	text-align:left;
	padding-top: 40px;
	background: url(../images/main_bg.jpg);
	font-size:12px;
	padding-left: 300px;
	padding-right: 300px;
}

#footer {
  clear: both;
  background: url(../images/footerbg.jpg);
  height: 100px;
  width: 100%;
  margin-top: 0px;
}

#footerContainer {
  margin: 0px auto 0;
  width: 960px;
  font-size: 12px;
  color: #ddd;
  padding-top: 20px;
  position: relative;
}

#footerContainer p {
  margin: 8px 0 8px;
}
#footerContainer a {
  color: #ddd;
  text-decoration: none;
}
#footerContainer a:hover {
  text-decoration: underline;
}
