body {
	padding: 0px;
	height: auto;
	width: 925px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/body_background.jpg);
	background-repeat: repeat;
	font-face: Verdana;
	font-size: 12px;
}

/*  ---------------------------------------------------------------- */
/*  HEADER WITH CONTAINED NAVIGATION BAR */
/*  USES SLIDING DOOR TECHNIQUE BY BOWMAN */
/*  ---------------------------------------------------------------- */
#header {
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 925px;
	background-image: url(images/header_navigation.jpg);
	background-repeat: no-repeat;
}
div#globalnav	{
	height: 200px;
	width: 925px;
	margin: 0;
	padding: 0;
	border: 0;
	}
div#globalnav ul#menu	{
	height: 200px;
	width: 925px;
	background: transparent url(images/header_navigation.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}
div#globalnav ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
ul#menu li, ul#menu a {
	height: 200px;
	display: block;
	}
div#globalnav ul#menu li a {
	text-indent: -9999px;
	text-decoration: none;
	}
#header_aboutus	{left: 0px; width: 143px;}
#header_news	{left: 143px; width: 96px;}
#header_catalog	{left: 239px; width: 107px;}
#header_home {left: 346px; width: 228px;}
#header_media	{left: 574px; width: 85px;}
#header_tourdates {left: 659px; width: 128px;}
#header_contact {left: 787px; width: 138px;}
#header_aboutus a:hover	{background: transparent url(images/header_navigation.jpg) 0 -200px no-repeat;}
#header_news a:hover	{background: transparent url(images/header_navigation.jpg) -143px -200px no-repeat;}
#header_catalog a:hover	{background: transparent url(images/header_navigation.jpg) -239px -200px no-repeat;}
#header_home a:hover	{background: transparent url(images/header_navigation.jpg) -346px -200px no-repeat;}
#header_media a:hover	{background: transparent url(images/header_navigation.jpg) -574px -200px no-repeat;}
#header_tourdates a:hover	{background: transparent url(images/header_navigation.jpg) -659px -200px no-repeat;}
#header_contact a:hover	{background: transparent url(images/header_navigation.jpg) -787px -200px no-repeat;}
/*  ---------------------------------------------------------------- */
/*  ---------------------------------------------------------------- */


/*  ---------------------------------------------------------------- */
/*  THIS IS THE MAIN CONTAINER FOR THE SITE  */
/*  ---------------------------------------------------------------- */
#container {
	background-color: #8C3232;
	background-image: url(images/container_background.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px 40px;
	height:auto;
}
/*  ---------------------------------------------------------------- */
/*  ---------------------------------------------------------------- */


/*  ---------------------------------------------------------------- */
/*  LEFT COLUMN - MAIN CONTENT OF SITE */
/*  ---------------------------------------------------------------- */
#leftcolumn {
	margin-right: 200px;
	font-face: Verdana;
	font-size: 12px;
}

#leftcolumn a:link img, #leftcolumn a:visited img  {
	border: 3px solid #666666;
}

#leftcolumn a:hover img {
	border: 3px solid #8C3232;
}
/*  ---------------------------------------------------------------- */
/*  ---------------------------------------------------------------- */



/*  ---------------------------------------------------------------- */
/*  RIGHT COLUMN */
/*  ---------------------------------------------------------------- */
#rightcolumn {
	float: right;
	width: 210px;
	margin-right: 10px;
	font-face: Verdana;
	font-size: 12px;
	color: white;	
}
#rightcolumn h3 {
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
	display: block;
	border-bottom: 2px solid #FFFFFF;
	font-weight: bold;
}
#rightcolumn p {
	font-family: Verdana;
	color: white;
	font-size: 12px;
	line-height: 16px;	
}
#rightcolumn a {
	color: white;
	text-decoration: underline;
}
#rightcolumn a:hover {
	color: white;
	background-color: black;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
/*  ---------------------------------------------------------------- */
/*  ---------------------------------------------------------------- */



/*  ---------------------------------------------------------------- */
/*  THESE ARE THE ROUNDED SECTIONS OF THE LEFT COLUMN */
/*  ---------------------------------------------------------------- */
.top {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 600px;
}
.bottom {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	height: 27px;
	width: 600px;
}
.middle {
	background-image: url(images/middle.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px 30px;
	width: 540px;
}
/*  ---------------------------------------------------------------- */
/*  ---------------------------------------------------------------- */


/*  ---------------------------------------------------------------- */
.old {
	font-family: BrightonBold;
	font-size: 24px;
	color: black;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
h1 {
	font-family: Verdana;
	font-size: 24px;
	color: black;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #8C3232;
	letter-spacing: 3px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.wack {
	font-family: Verdana;
	color: #7F7F7F;
	font-size: 12px;
	line-height: 14px;
	display: block;
	font-weight: bold;
	text-transform:uppercase;

}
.bio {
	font-family: arial;
	font-size: 12px;
	color: #7F7F7F;
	margin: 10px 0px 0px 0px;
	padding: 2px;
	font-weight: normal;
	
}
p {
	font-family: Verdana;
	font-size: 12px;
	color: #7F7F7F;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
	letter-spacing: 0.075em;
}
/*  ---------------------------------------------------------------- */
/*  ---------------------------------------------------------------- */

.preview {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: black;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-variant: small-caps;
	line-height: 15px;
}
.buynow {
	font-family: Verdana;
	font-size: 25px;
	font-weight: bold;
	color: #666666;
	display: block;
	margin: 20px 0px 0px 0px;
	padding: 10px;
	font-variant: small-caps;
	line-height: 15px;
	background-color: #333333;
	text-align: center;
}
.cover {
	margin: 2px 20px 2px 2px;
	padding: 0px;
	border: 5px solid #303030;
}

.bigg {
	font-family: Arial;
	font-weight: bold;
	font-size: 24px;
	color: black;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
 	
/*  ---------------------------------------------------------------- */
/*  FOOTER  */
/*  ---------------------------------------------------------------- */
#footer {
	width: 925px;
	height: 100px;
	background: url(images/footer.jpg) no-repeat;
	text-align: center;
	color: white;
	font-size: 12px;
	font-face: Verdana;
}
/*  ---------------------------------------------------------------- */