body
{
	position:relative;
	/*background-image:url("images/stone-bg-2.jpg");*/
	/*background-image:url("images/green-bg-2.jpg");*/
	/*background-image:url("images/whitetextback.jpg");*/
	background-image:url("images/paper_texture.jpg");
	background-repeat:repeat;
	/*width:750px;*/
	width:95%;
	font-family:Calibri,Tahoma,Helvetica,Ariel,Sans-Serif;
	font-size:13px;
        color: #FFFFFF;
}

h2 {
	font-size:15px;
}

h1 {
        font-size:14px;
}

.small {
font-size:11px;
}

a{
color:#FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.center {
text-align: center;
}


img.discography {
	float:left;
	cursor:pointer;
	margin-right:5px;
	
}

#splat {
z-index:-10;
opacity: 0.4;
position: absolute;
}

#signature {
	position:absolute;
	width:440px;
	overflow:hidden;
	z-index: 5;
}

#home_button {
position: absolute;
top: 151px;
left: 342px;
width: 80px;
cursor: pointer;
z-index:6;
}

#buy_now {
position: absolute;
top: 230px;
left: 111px;
cursor: pointer;
z-index:5;
}

#live_banner {
position: absolute;
/*top: 385px; left: 111px;*/
top: 225px;
left: 126px;
cursor: pointer;
z-index:5;
width:250px;
height:323px;
}

#network {
border-style:solid;
border-color: #FFFFFF;  
border-width:1px;
width: 300px;
height: 175px;
position: absolute;
top: 565px;
/*top: 550px;*/
left: 100px;
z-index:5;
}

#network h2 {
margin-top: 6px;
margin-left:7px;
position: absolute;
}

div#network_links {
position: absolute;
top: 18px;
left: 5px;
font-size:11px;
}

#network_links img {
float: left;
margin:8px;
height: 34px;
}

#header {
	position:relative;
	width: 1000px;
	height:150px;
}

#header_left {
	position:absolute;
}

#header_left img {
	z-index: 10;
}

#header_right{
	position:absolute;
	width:560px;
	right:0px;
	margin-top:50px;
}

#controls {
	margin-top:10px;
	right:0px;
	margin-left:auto;
}
#main {
	position:relative;
	width:1050px;
	height:620px;
}

#left_column {
	width:400px;
	height:610px;
	position:absolute;
        z-index:-1;
}

#cover_art {
	margin-left:auto;
	margin-right:auto;
	display:block;
	z-index: -10;
}

#mailing_list {
	position: relative;
	margin-left: 30px;
	height: 40px;
}
#contact_form {
	display:block;
	margin-right:0px;
	position: absolute;
}

#welcome {
	display: none;
	position: absolute;
}

#problem_registering {
	display: none;
	position: absolute;
	color: red;
	background-color: white;
}
#main_column {
	height: 500px;
	width: 500px;
	position:absolute;
	margin-right: 80px;
	right: 0px;
}

#section_contents {
	width:500px;
	height: 500px;
	position:relative;
/*border-style:solid;*/
/*border-color:black; */ 
/*border-width:1px;*/
}

#section_contents iframe {
	height:500px;
	width:100%;
	border:none;
	position:absolute;
}

 
#current_section {

}

#links1 {
	text-align:center;
}

#links {
	text-align:center;
position: absolute;
left: 100px;
}

.vary_lumar_section {
        background-image:url("images/transparent.png");
	/*background-color:black;*/
	position: absolute;
	width: 90%;
}

#section_list img {
	margin-top:auto;
	margin-left:10px;
	margin-right:10px;
	vertical-align:baseline;
}

/*
#section_list img:hover {
	background-color:#dcdcff;
}
*/

.msection {
position: absolute;
left: 80px;
}

.list_menu {
	list-style-type:none;
}
.list_menu li {
	text-align: center;
	background-color: #aaaaaa;
	height:10px;
	border: outset;
	cursor: pointer;
	padding: 5px;
	margin: 5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	display:inline;
	
}
.list_menu li:hover {
	background-color: #cccccc;
}

#footer {
	position:relative;
	width:95%;
	height:50px;
	text-align:center;
	color:#999999;
	font-size:12px;
	
}

a {
#footer color:#999999;
}
#footer a:link {
	color: #999999;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
        color: #999999;
}
#footer a:hover {
	text-decoration: none;
}
#footer a:active {
	text-decoration: none;
}


#music_player {
	position: absolute;
	margin-top: 420px;
	margin-left: 20px;
	width: 320px;
	height: 300px;
	background-color:#333333;
	z-index: 5;

}

#photo_viewer_frame {
	position:absolute;
	width: 100%;
	height: 100%;
	z-index: 15;
	background-image:url("images/translucent-grey.png");
}

#photo_viewer {
	margin-left: 80px;
}

#photo_viewer_close {
	text-align: center;
	width: 120px;
	color: black;
	background-color: white;
	cursor: pointer;
	border: outset;
	cursor: pointer;
	padding: 5px;
	margin: 5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#music_player_plugin {
	margin-left: 25px;
	margin-top:20px;
}


#live_banner {
	cursor: pointer;
}

#news_column {
	position:relative;
}
.news_date {
	float: left;
	clear:left;
	width: 40px;
	position:absolute;
	text-align:right;
}

.news_item {
	display:block;
	clear:both;
	margin-left:65px;
	margin-bottom: 20px;
}


.home_link {
	cursor:pointer
}

.swoom_link {
	cursor:pointer
}

.news_link {
	cursor: pointer;
}

.press_link {
	cursor: pointer;
}

.live_link {
	cursor: pointer;
}

.media_link {
	cursor: pointer;
}

.shop_link {
	cursor: pointer;
}

.band_link {
	cursor: pointer;
}

.open_mp3player {
	cursor: pointer;
}

.open_photoviewer {
	cursor: pointer;
}

.contact_link {
	cursor: pointer;
}

.others_link {
	cursor: pointer;
}

.myspace_link {
	cursor: pointer;
}

.facebook_link {
	cursor: pointer;
}

.fblike_link {
	cursor: pointer;
}

.youtube_link {
	cursor: pointer;
}

.itunes_link {
	cursor: pointer;
}

.lala_link {
	cursor: pointer;
}

.amazon_link {
	cursor: pointer;
}

.napster_link {
	cursor: pointer;
}

.rhapsody_link {
	cursor: pointer;
}
.reverbnation_link {
	cursor: pointer;
}
.lastfm_link {
	cursor: pointer;
}
.ilike_link {
	cursor: pointer;
}
.twitter_link {
	cursor: pointer;
}