/* CSS Document */

html, body {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#999999;
	background:#000;
	font-size:85%;
}

p {
	margin: 0 0 1em 0;
	font-size:11px;
	color:#999999;}

a {
	color:#716A2C;
	font-weight:bold;}

a:hover {
	color:#fff;}

a:visited {
	color:#B7A26A;}
	
/* ~~~~~~~~~~~~~~MAIN~~~~~~~~~~~~~~~~ */
#container {
	margin:auto;
	width:950px;}
	
/* ~~~~~~~~~~~~~~MENU~~~~~~~~~~~~~~~~ */	
#menu {
	width:950px;
	float:left;
	height: 47px;
	background:url(../images/menu.jpg) no-repeat;
	padding:0 0 0 0;}	
	
#menu ul {
	display: inline;
	margin: 0;
	padding: 0;}

#menu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;}

#menu li a {
	float:left;
	height:47px;
	display:block;}
	
#menu li.music a{
	background-image: url(../images/menu/1.gif);
	background-position:top;
	width: 73px;
	text-indent: -999999px;
	overflow: hidden;}

#menu li.music a:hover{
	background-position:bottom;}
	
#menu li.purchase a{
	background-image: url(../images/menu/2.gif);
	background-position:top;
	width: 113px;
	text-indent: -999999px;
	overflow: hidden;}

#menu li.purchase a:hover{
	background-position:bottom;}
	
#menu li.join a{
	background-image: url(../images/menu/3.gif);
	background-position:top;
	width: 135px;
	text-indent: -999999px;
	overflow: hidden;}

#menu li.join a:hover{
	background-position:bottom;}
	
#menu li.booking a{
	background-image: url(../images/menu/4.gif);
	background-position:top;
	width: 82px;
	text-indent: -999999px;
	overflow: hidden;}

#menu li.booking a:hover{
	background-position:bottom;}
	
#menu li.bio a{
	background-image: url(../images/menu/5.gif);
	background-position:top;
	width: 93px;
	text-indent: -999999px;
	overflow: hidden;}

#menu li.bio a:hover{
	background-position:bottom;}
	
#menu li.photos a{
	background-image: url(../images/menu/6.gif);
	background-position:top;
	width: 72px;
	text-indent: -999999px;
	overflow: hidden;}

#menu li.photos a:hover{
	background-position:bottom;}
	
#menu li.myspace a{
	background-image: url(../images/menu/7.gif);
	background-position:top;
	width: 93px;
	text-indent: -999999px;
	overflow: hidden;}

#menu li.myspace a:hover{
	background-position:bottom;}
	
/* ~~~~~~~~~~~~~~END MENU CODE~~~~~~~~~~~~~~~~ */
	
#header {
	width:950px;
	float:left;
	height: 349px;
	padding:0 0 0 0;}
	
/* ~~~~~~~~~~~~~~CONTENT~~~~~~~~~~~~~~~~ */

#content {
	float:left;
	margin:auto;
	width:950px;}
	
#left {
	width:459px;
	height:289px;
	float:left;
	background:url(../images/left.jpg) no-repeat;
	padding-top: 360px;}
	
#right { 
	width:488px; 
	height:649px; 
	float:left; 
	background:url(../images/right.jpg) no-repeat; }
	
#textip {
	width:354px;
	height:549px;
	float:left;
	padding: 100px 0 0 20px;
}
	
#bottom { 
	width:950px; 
	height:300px; 
	float:left; 
	font-size:11px; 
	color:#CCCCCC; 
	background:url(../images/bottom.jpg) no-repeat; 
	padding: 0 0 0 0; }
	
#text {
	width:212px;
	float:left;
	padding: 0 0 0 50px;}	

#news {
	float:left;
	padding: 0 0 0 0;
	overflow:hidden;}	
	
#links {
	width:210px;
	float:left;
	padding:100px 0 0 110px;}	
	
#linksip {
	width:190px;
	float:left;
	padding:60px 0 0 80px;
}	
	
#linksip a {
	font-size:15px;
	color:#5E5923;
	padding:4px 10px;
	width:154px;
	background-color:#000000;
	font-weight: bold;
	text-decoration: none;
	display: block;}	
	
#linksip a:hover {
	background-color:#ccc;
	color:#000;}	

#links a {
	font-size:15px;
	color:#5E5923;
	padding:4px 10px;
	width:154px;
	background-color:#000000;
	font-weight: bold;
	text-decoration: none;
	display: block;}	
	
#links a:hover {
	background-color:#ccc;
	color:#000;}	

#video {
	width:160px;
	float:left;
	padding-top: 60px;
	padding: 65px 0 0 10px;
}	

/* ~~~~~~~~~~~~~~FOOTER~~~~~~~~~~~~~~~~ */	
#footer {
	clear:both;
	width:850px;
	float:left;
	font-size:11px;
	color:#000000;
	background:url(../images/footer.jpg) no-repeat;
	padding: 14px 0 0 100px;
	height: 20px;
	font-weight: bold;
	position:absolute;
	bottom:0;}
	
/* ~~~~~~~~~~~~~~CLASSES~~~~~~~~~~~~~~~~ */	
h1 {
	font-size:22px;
	color:#000000;
	font-weight:normal;
	padding-top: 0px;
	margin-top: 0px;}
	
h3 {
	font-size:15px;
	font-weight:normal;
	padding-top: 0px;
	margin-top: 0px;}
	
.white {
	color:#fff;}
	
.floatleft {
	float:left;}
	
.floatright {
	float:right;}
