
*{
	font-family:verdana,arial,sans-serif;
	font-size:11px;
	line-height:1.2em;
	margin:0 auto;
	padding:0;
}
html{
	height:100%
}

/* ADDED BY SHREK */
body {background-color:#100000;} 
/*
body{
	height:auto;
	background:url(../images/grad_top.jpg) repeat-x #100033; 
	color:#100000;
}
*/

#warpper{
	width:770px;
	background:url(images/bg2.jpg) repeat-y #ff9933;
}
#bg1{
	width:770px;
	min-height:250px;
	background:url(images/bg1.gif) no-repeat;
	}
#head{
	height:158px;
	background:url(images/head1.jpg) no-repeat;
	}
#topImages{
	width:770px;
	}
#logo{
	float:left;
	padding:45px 0 0 10px ;
	width:646px;
	height:118px;
	}
.pattern{
	width:100px;
	text-align:center;
	padding:5px 0 5px 0;
	}
p a{
	cursor:pointer;
	}

#bulletList{ 
	list-style-image: url(icons/arrow.gif); 
	font-size:14px;
	font-weight:bold;
	padding:0 0 0 20px;
	}
#gigsList{
	/*list-style:square;*/
	font-weight:normal;
	padding:0 0 0 50px;
	}
#colLeft{
	width:185px;
	max-height:1000px;
	float:left;
	padding:0 0 0 60px;
	}
#colRight{
	padding:0 55px 0 0;
	width:442px;
	float:right;
	}
.innerRight{
	width:400px;
	padding:0 0 6px 5px;
	}
.innerRightContact{
	width:400px;
	height:290px;
	text-align:justify;
	padding:0 0 5px 5px;
	background:url(images/contact_bg.gif) 50% 50% no-repeat;	
	}
* html .innerRightContact{
	height:205px;
	}
/*.innerRightThanks{
	width:400px;
	text-align:justify;
	padding:0 0 5px 5px;
	background:url(images/bg_stick.gif) 50% 50% no-repeat;
	}*/
#contactForm{
	height:200px;
	width:350px;
	}
.innerRight h1{
	padding:0 15px 0 0px;
	margin:0 10px 0 0px;
	color:#FFCC00;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}
.colRightMid{
	background:url(images/right_mid.gif) repeat-y;
	}
.colRightBt{
	margin:0px 0 10px 0;
	height:50px;
	}
.innerLeft{
	width:175px;
	text-align:left;
	}
.colLeftMid{
	background:url(images/left_mid.gif) repeat-y;
	width:196px;
	min-height:100px;
	}
.leftBt{
	margin:0 0 10px 0;
	}
.imageLeft{
	padding:0 5px 0 0;
	float:left;
	}
.imageRight{
	padding:0 0 0 5px;
	float:right;
	}
#lizard{
	height:130px;
	width:113px;
	float:right;
	margin:5px 45px 0 0px;
	border: solid 1px yellow;
	}
* html #lizard{
	margin:25px 20px 0 0;
	}
#fish{
	height:120px;
	width:180px;
	float:right;
	margin:30px 40px 0 0px;
	}
* html #fish{
	margin:25px 20px 0 0;
	}
#footer{
	height:110px;
	background:url(images/footer1.jpg) no-repeat;
	clear:both;
	}
#footerLinks{
	font-size:10px;
	width:770px;
	text-align:center;
	color:#cb1a06;
	}
p{
	padding:5px 0 5px 0;
	}
#signature{
	height:71px;
	background:url(images/signature.gif) 0 0 no-repeat #d85506;
	}
.music{
	width:400px;
	height:200px;
	border: solid 1px;
	}
/* POPUP LINKS -- http://www.cssplay.co.uk/menu/pop_ups.html */

a.screen:link {color: #541117; text-decoration:none; font-weight:bold;}
a.screen:visited {color: #541117; text-decoration: none; font-weight:bold; position:relative; z-index:1; }
a.screen:hover {color:#ffffff; text-decoration:underline; }
a.screen:active {color:#000000; }

a.screen{
	position:relative; 
	z-index:1;
	}
a.screen b {
	position:absolute;
	visibility:hidden; /* hide the image */
	width:166px; /* give it a width */
	height:0; /* no height to solve an Opera bug that 
				 makes it selectable when hidden */
	/* border:1px solid #fff; add a border */
	left:0; /* position:the image */
	top:-134px;
	}
a.screen:hover {
	text-decoration:none; 
	border:0; /* needed for this to work in IE */ 
	z-index:1000;
	}
a.screen:hover b {
	visibility:visible; /* make the image visible */
	height:134px; /* now give it a height */
	cursor:pointer; /* for IE */
	z-index:500; 
	}
a.screen:hover b img {
	border:0; /* remove the link border */
	} 	

      
.highlight img{
     border: 1px solid;/* border image rollover effect */
     }
.highlight:hover img{
	border: 1px solid red;
     }
.highlight:hover{
      color: red; /* Dummy for IE bug */
      }
	
/* MENU */
#navBar{
	height:50px;
	background:url(images/nav_bar1.gif) no-repeat;
	padding:16px 0 0 40px;
	}
#navlist
{
	margin: 0;
	padding: 0 0 0px 10px;
}

#navlist ul, #navlist li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	line-height: 13px;
	font-weight: bold;
	margin: 0 10px 4px 5px;
	text-decoration: none;
	color: #fff;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	border-bottom: 3px solid #f44f07;
	padding:0px 0 2px 0;
	background: transparent;
	color: #f44f07;
}
.buyNow{
	width:97px;
	height:23px;
	padding-left:20px;
	}

#navlist a:hover { color: #f44f07; }

/* LINKS */
a.bulletLink:link {color: #ffffff; text-decoration:none; font-weight:normal;}
a.bulletLink:visited {color: #ffffff; text-decoration: none; font-weight:normal;}
a.bulletLink:hover {color:#000000; text-decoration:underline; }
a.bulletLink:active {color:#000000; }

a.linkBody:link {color: #541117; text-decoration:none; font-weight:bold;}
a.linkBody:visited {color: #541117; text-decoration: none; font-weight:bold;}
a.linkBody:hover {color:#ffffff; text-decoration:underline; }
a.linkBody:active {color:#000000; }

a.colLeft:link {color: white; text-decoration:none; font-weight:bold;}
a.colLeft:visited {color: white; text-decoration: none; font-weight:bold;}
a.colLeft:hover {color:#000000; text-decoration:underline; }
a.colLeft:active {color:#000000; }

a.footer:link {color: #cb1a06; text-decoration:none; font-weight:bold; font-size:11px;}
a.footer:visited {color: #cb1a06; text-decoration: none; font-weight:bold; font-size:11px;}
a.footer:hover {color:#333333; text-decoration:underline; }
a.footer:active {color:#000000; }

a.webmaster:link {color: #cb1a06; text-decoration:none; font-weight:normal; font-size:10px;}
a.webmaster:visited {color: #cb1a06; text-decoration: none; font-weight:normal; font-size:10px;}
a.webmaster:hover {color:#000000; text-decoration:underline; }
a.webmaster:active {color:#000000; } 
