@import url("content.css");

html, body {
	font: 12px Georgia, Times New Roman, Times, Serif;
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #ffffff;
}

a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a:focus {
	outline: none;
}

a:hover {
	text-decoration: underline;
}


#main {
	margin: 40px auto;
	width: 800px;
	position: relative;
}

h1 {
	background: url("../images/header.jpg") no-repeat;
	width: 770px;
	height: 65px;
	margin: 0;
	padding: 15px;
	font-weight: normal;
	font-size: 380%;
	letter-spacing: 2px;
	color: #7e5b23;
	text-indent: -5000px;
}

.item {
	margin: 0 0 12px 0;
}

ul#menu {
	background: url("../images/menubar.jpg") no-repeat;
	width: 780px;
	height: 23px;
	margin: 0;
	padding: 0 10px;
	list-style-type: none;
}

ul#menu li {
	display: inline;
	float: left;
}

ul#menu li.right {
	display: inline;
	float: right;
}

ul#menu a {
	display: block;
}

img.btn {
	margin: 0;
	padding: 4px 5px 0 5px;
}

#page {
	width: 800px;
	height: 400px;
	padding: 0;
	color: #000000;
	position: relative;
	margin: 0;
	line-height: 1.4;
}

#leftcol {
	position: absolute;
	left: 20px;
	top: 10px;
	width: 280px;
	height: 330px;
	overflow: auto;
	padding-right: 4px;
}

#rightcol {
	position: absolute;
	left: 320px;
	top: 10px;
	width: 460px;
	height: 380px;
	overflow: auto;
	padding-right: 4px;
}

.matte {
	position: absolute;
	left: 0;
	top: 0;
	background: #ffffff;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	width: 280px;
	height: 330px;
	z-index: -1;
}

#footer {
	width: 800px;
	height: 28px;
	/*background: url("../images/footer2.jpg") no-repeat;*/
}

.home_page {
	background: url(../images/bg_home.jpg) no-repeat;
}

.subscribe_page {
	background: url(../images/bg_home.jpg) no-repeat;
}

.unsubscribe_page {
	background: url(../images/bg_home.jpg) no-repeat;
}

.bio_page {
	background: url(../images/bg_default.jpg) no-repeat;
}

.music_page {
	background: url(../images/bg_music.jpg) no-repeat;
}

.gallery_page {
	background: url(../images/bg_gallery.jpg) no-repeat;
}

.lyrics_page {
	background: url(../images/bg_lyrics.jpg) no-repeat;
}

.live_page {
	background: url(../images/bg_live.jpg) no-repeat;
}

.live_page #leftcol {
	top: 10px;
	height: 330px;
}

.guestbook_page {
	background: url(../images/bg_default.jpg) no-repeat;
}

.store_page {
	background: url(../images/bg_default.jpg) no-repeat;
}

.links_page {
	background: url(../images/bg_links.jpg) no-repeat;
}

.contact_page {
	background: url("../images/bg_default.jpg") no-repeat;
}

img {
	border: none;
}

#player {
	position: absolute;
	bottom: 34px;
	left: 20px;
	width: 200px;
	color: #000000;
	font: 12px Georgia, Times New Roman, Times, Serif;
}

.lightbox_bg {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000000;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity: 0.3;
}

.lightbox_container {
	z-index: 100;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	visibility: hidden;
}

.lightbox_container img {
	border: 10px solid #ffffff;
	margin: 0 auto;
}