/* =Main
----------------------------------------------- */

body {
	font: 13px Times New Roman, Times;
	color: #CCCC97;
	background-color: #5D6A00;
	width: 907px;
}

body#splash {
	background-color: #000D1B;
}

/* =Links
----------------------------------------------- */

a, a:link, a:hover, a:visited {
	color: #CCCC97;
}

/* =Headers
----------------------------------------------- */

h1 {
	position: absolute;
	top: 7px;
	left: 7px;
	font-size: 1em;
	width: 900px;
	height: 72px;
	background: url(images/header.jpg);
	margin: 0;
	padding: 0;
	z-index: 5;
}

h1 a {
	display: block;
	text-indent: -1000em; /*\*/overflow: hidden; /**/
}

h2 {
	font-size: 15px;
	background: url(images/top-right.gif) top right no-repeat;
	padding: 35px 35px 0;
	margin: 0;
}

h3 { 
	font-size: 14px;
	padding: 0 35px 0;
}

h4 { 
font-size: 13px;
font-weight: normal;
	padding: 0 35px 0;
	margin-bottom: -4px;
}

/* =Lists
----------------------------------------------- */

ul {
	list-style-type: none;
}

/* =Navigation
----------------------------------------------- */

#nav {
	position: relative;
	top: 120px;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 100;
	overflow: hidden;
	width: 163px;
} 

#nav li { 
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 42px;
} 

/* Internet Explorer Mac hack \*/
#nav li { 
margin: 0 0 14px 0;
} 
/* recover from hack */

#nav li a { 
	float:left;
  padding:42px 0 0 0;
  overflow:hidden;
  height:0px !important;
  height /**/:42px; /* for IE5/Win */
}

#nav li a:hover, #news #news_nav a, #links #links_nav a, #discography #discography_nav a, #projects #projects_nav a, #reviews #reviews_nav a, #sounds #sounds_nav a, #shop #shop_nav a, #contact #contact_nav a  {
 	background-position:0 -42px;
}

#news_nav, #news_nav a {
	background: url(images/news.gif) top left no-repeat;
	width: 163px;
	height: 84px;
	text-indent: -1000em;
}

#links_nav, #links_nav a {
	background: url(images/links.gif) top left no-repeat;
	width: 163px;
	height: 84px;
	text-indent: -1000em;
}

#discography_nav, #discography_nav a {
	background: url(images/discography.gif) top left no-repeat;
	width: 163px;
	height: 84px;
	text-indent: -1000em;
}

#projects_nav, #projects_nav a {
	background: url(images/projects.gif) top left no-repeat;
	width: 163px;
	height: 84px;
	text-indent: -1000em;
}

#reviews_nav, #reviews_nav a {
	background: url(images/reviews.gif) top left no-repeat;
	width: 163px;
	height: 84px;
	text-indent: -1000em;
}

#sounds_nav, #sounds_nav a {
	background: url(images/sounds.gif) top left no-repeat;
	width: 163px;
	height: 84px;
	text-indent: -1000em;
}

#shop_nav, #shop_nav a {
	background: url(images/shop.gif) top left no-repeat;
	width: 163px;
	height: 84px;
	text-indent: -1000em;
}

#contact_nav, #contact_nav a {
	background: url(images/contact.gif) top left no-repeat;
	width: 163px;
	height: 84px;
	text-indent: -1000em;
}

/* =Layout
----------------------------------------------- */

#main {
	background: url(images/top-left.gif) top left no-repeat;
  position: absolute;
	margin: 0;
	padding: 0;
	width: 707px;
	left: 200px;
	top: 100px;
	background-color: #000D1B;
}

#main-flash {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 195px;
	top: 100px;
	background-color: #5D6A00;
}

#main p {
	padding: 0 35px;
}

#news img, #links img, #sounds img {
	clear: both;
	float: right;
	padding: 35px;
}

#contact #main {
	text-align: center;
}

#footer {
	clear: both;
	background: url(images/bottom-left.gif) bottom left no-repeat;
}

#footer p {
	color: #000D1B;
	background: url(images/bottom-right.gif) bottom right no-repeat;
  padding:35px;
  display:block;
  margin:-42px 0 0 0;
  text-align: right;
 }