* {
	margin: 0;
	padding: 0;
}

a {
	color: #CC0000;
	border: none;
	text-decoration: none;
}

a:hover {
	color: #000000;
	border: none;
	text-decoration: none;
}

body {
	background: #111 url('images/bg.png') repeat-x;
	font: 16px Helvetica, Arial, Verdana, sans-serif;
	color: #444;
}

h1, h2 {
	font-size: 17px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	line-height: 1.4em;
	font-weight: normal;
	color: #990000;
}

h2 {
	color: #660000;
}

h3 {
	color: #CC0000;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 15px;
	line-height: 1.5em;
}

p {
	margin-bottom: 15px;
}

.active { background-position: 0% 100% !important; }

#about { 
	font-size: 11px;
	float: left;
	padding: 10px 10px 5px 10px;
	background: #0A0A0A;
	width: 315px;
	color: #aaa;
	line-height: 1.4em;
	letter-spacing: 1px;
}

#about p { margin: 0; }
#about a:hover { color: #FFFFFF; }

#content { 
	background: #ffffff;
	padding: 15px 15px 0 15px; 
	line-height: 1.4em;
	letter-spacing: 1px;
}

#copyright {
	font-size: 10px;
	color: #666666;
	clear: both;
	margin-top: 15px;
	padding: 10px;

}

#bottom {
	height: 20px;
	background: url('images/bottom.gif') no-repeat;
	padding: 0 15px;
}

#bottom-menu ul {
	border-bottom: 1px solid #1A1A1A;
	height: 30px;
	margin-bottom: 10px;
}
#bottom-menu a {
	font-size: 12px;
	color: #666666;
	border: none;
	display: block;
	padding: 5px 15px;
}

#bottom-menu a:hover {
	border: none;
	background: #1A1A1A;
	color: #FFFFFF;
}

#footer {
	background: #111111;
	color: #FFFFFF;
	padding: 5px 0;
	margin: 0 auto;
	letter-spacing: 1px;
}

#header {
	height: 180px;
	background: #222222 url('images/header.png') no-repeat;
}

#header a {
	display: block;
	border: none;
	background: none;
	width: 220px;
	height: 180px;
}

#menu {
	height: 50px;
	background: url('images/menu-bg.png') repeat-x;
}
#menu ul li, #bottom-menu ul li {
	float: left;
	list-style-type: none;
	display: inline;
}

#menu-home {
	background: url('images/menu-home.png') no-repeat 0% 0%;
}

#menu-discography {
	background: url('images/menu-discography.png') no-repeat 0% 0%;
}
#menu-downloads {
	background: url('images/menu-downloads.png') no-repeat 0% 0%;
}
#menu-faq {
	background: url('images/menu-faq.png') no-repeat 0% 0%;
}
#menu-contact {
	background: url('images/menu-contact.png') no-repeat 0% 0%;
}

#menu a {
	display: block;
	width: 120px;
	height: 50px;
	border: none;
	text-decoration: none;
}

#menu a:hover {
	border: none;
	background-position: 0% 100%;
}

#menu a span {
	display: none;
	letter-spacing: 1px;
	color: #EEEEEE;
	font-size: 12px;
	position: absolute;
	top: 52px;
}

#menu a:hover span {
	padding-left: 5px;
	display: block;
}

#other-menu {
	float: right;
	font-size: 12px;
	color: #666666;
	width: 250px;
	padding: 10px 0;
}

#other-menu a {
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #1A1A1A;
	color: #666666;
}

#other-menu p, #about p { 
	margin-bottom: 5px; 
	color: #AAAAAA;
}

#other-menu a:hover {
	background: #131313;
	border-bottom: 1px solid #1A1A1A;
	text-decoration: none;
	color: #FFFFFF;
}

#other-menu li {
	list-style-type: none;
}

.post-date { 
	float: right; 
	margin-left: 10px; 
	padding-top: 8px; 
	font: 12px Georgia, Arial, "Times New Roman", Times, serif; 
	background: url('images/date.gif') no-repeat; 
	width: 39px; height: 52px; 
	text-align: center; 
}

.post-date-month { font-size: 14px; }
.post-date-day { font-size: 20px; position: relative; bottom: 3px; }

.separator {
	background: url('images/separator.gif') no-repeat 50% 0%;
	width: 319px;
	height: 24px;
	margin: 0 auto;
}

#title-contact, #title-discog, #title-downloads, #title-faq, #title-home, #title-news {
	height: 31px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}

#title-faq { background: url('images/title-faq.png') no-repeat; }
#title-discog { background: url('images/title-discog.png') no-repeat; }
#title-news { background: url('images/title-news.png') no-repeat; }
#title-downloads { background: url('images/title-downloads.png') no-repeat; }
#title-contact { background: url('images/title-contact.png') no-repeat; }

#title-contact a, #title-discog a, #title-downloads a, #title-faq a, #title-home a, #bottom a, #title-news a {
	font-size: 10px;
	color: #AAAAAA;
	display: block;
	float: right;
}

#title-contact a:hover, #title-discog a:hover, #title-downloads a:hover, #title-faq a:hover, #title-home a:hover, #bottom a:hover, #title-news a:hover { color: #000000; }

#wrap {
	width: 600px;
	margin: 0 auto;
}

.floatleft { float: left; }
.floatright { float: right; }