/* CSS Document */

body {background-color:#000000;
	font-family:Helvetica, Arial; sans-serif;
}

#whole{background-color:#000000;
		margin-left:auto;
		margin-right:auto;
		width:800px;
		color:#CDCDCD
		}



#nav{float:left;
		text-indent:-5000px;
		width:800px;
		height:30px;	
		font-size:0.8em;}

#footer{text-align:center;
		font-size:0.75em;
		width:800px;
		clear:left;
		/*margin-bottom:5px;
		margin-left:5px;*/
		}
		
#homeBtn{display:block; 
height:25px; 
width:110px;
background-image:url(images/home_btn.gif); 
background-repeat:no-repeat;
font-size:0.8em; 
color:#cdcdcd;
text-decoration:none;
}

#homeBtn:hover, #homeBtnH{display:block; 
height:25px;
width:110px; 
background-image:url(images/home_btn_ro.gif); 
background-repeat:no-repeat;
font-size:0.8em;
color:#cdcdcd; 
}

#aboutBtn{display:block; 
height:25px;
width:110px; 
background-image:url(images/bio_btn.gif); 
background-repeat:no-repeat;
font-size:0.8em; 
color:#cdcdcd;
text-decoration:none;
}

#aboutBtnH,#aboutBtn:hover{display:block; 
height:25px;
width:110px; 
background-image:url(images/bio_btn_ro.gif); 
background-repeat:no-repeat;
font-size:0.8em;
color:#cdcdcd; 
}


#gigsBtn{display:block; 
height:25px;
width:110px; 
background-image:url(images/gigs_btn.gif); 
background-repeat:no-repeat;
font-size:0.8em; 
color:#cdcdcd;
text-decoration:none;
}

#gigsBtnH,#gigsBtn:hover{display:block; 
height:25px;
width:110px; 
background-image:url(images/gigs_btn_ro.gif); 
background-repeat:no-repeat;
font-size:0.8em;
color:#cdcdcd; 
}

#lookBtn{display:block; 
height:25px;
width:110px; 
background-image:url(images/img_btn.gif); 
background-repeat:no-repeat;
font-size:0.8em; 
color:#cdcdcd;
text-decoration:none;
}

#lookBtnH,#lookBtn:hover{display:block; 
height:25px;
width:110px; 
background-image:url(images/img_btn_ro.gif); 
background-repeat:no-repeat;
font-size:0.8em;
color:#cdcdcd; 
}

#shopBtn{display:block; 
height:25px;
width:110px; 
background-image:url(images/shop_btn.gif); 
background-repeat:no-repeat;
font-size:0.8em; 
color:#cdcdcd;
text-decoration:none;
}

#shopBtnH,#shopBtn:hover{display:block; 
height:25px;
width:110px; 
background-image:url(images/shop_btn_ro.gif); 
background-repeat:no-repeat;
font-size:0.8em;
color:#cdcdcd; 
}

#contactBtn{display:block; 
height:33px; 
background-image:url(images/talk_btn.gif); 
background-repeat:no-repeat;
font-size:0.8em; 
color:#cdcdcd;
text-decoration:none;
}

#contactBtnH,#contactBtn:hover{display:block; 
height:33px; 
background-image:url(images/talk_btn_ro.gif); 
background-repeat:no-repeat;
font-size:0.8em;
color:#cdcdcd; 
}

#content{background-color:#000000;
		float:left;
		width:800px;
		height:445px;		
		}

#banner{background-image:url(images/triallogo.gif);
		background-repeat:no-repeat;
		background-position:center;
		height:100px;
		text-indent:-5000px;
		}
		
#homecontent{background-image:url(images/homecontent.gif);
		background-repeat:no-repeat;
		background-position:center;
		height:480px;
		text-indent:-5000px;
		}
		
#readcontent{background-image:url(images/readcontent_1.gif);
		background-repeat:no-repeat;
		background-position:center;
		height:480px;
		text-indent:-5000px;
		}
		
#readcontent2{background-image:url(images/readcontent_2.gif);
		background-repeat:no-repeat;
		background-position:center;
		height:480px;
		text-indent:-5000px;
		}
		
#listencontent{background-image:url(images/listencontent.gif);
		background-repeat:no-repeat;
		background-position:center;
		height:480px;
		text-indent:-5000px;
		}
		
#shopcontent{background-image:url(images/shopcontent.gif);
		background-repeat:no-repeat;
		background-position:center;
		height:480px;
		text-indent:-5000px;
		}
		
#lookcontent{background-image:url(images/lookcontent.gif);
		background-repeat:no-repeat;
		background-position:center;
		height:480px;
		text-indent:-5000px;
		}
		
#contactcontent{background-image:url(images/contactcontent.gif);
		background-repeat:no-repeat;
		background-position:center;
		height:480px;
		text-indent:-5000px;
		}
		
a{color:#CDCDCD; text-indent:-5000px;};
	
label {width:100px;
float:left;
display:block;}

.button {display:inline;
		margin-left:100px;
		background-color:#CDCDCD;
		color:#458654;
		border: 1px solid #000000;
		
		}
		
.input { background-color:#CDCDCD;
		color:#458654;
		border: 1px solid #000000;}