﻿html
{
	margin: 0px;
	padding: 0px;
	height: 100%;	
}

body
{
	background-color: #000000;
	color: #B8B6AA;
	font-family: Verdana;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
}

img
{
	border: none;
}

h1
{
	margin: 0px;
	padding: 0px;
}

a
{
	color: #7A7863;
	text-decoration: underline;
}

a:hover
{
	color: #B8B6AA;	
}

.clearDiv
{
	clear: both;
	float: none;
}

#site
{
	text-align: center;
	width: 1024px;
	height: 100%;
}

#header
{
	width: 1024px;
	height: 365px;
	margin: 0px;
	padding: 0px;
}

#headerLeft
{
	float: left;
	width: 186px;
	height: 365px;
	background-image: url('../images/headerLeft.jpg');
	background-repeat: no-repeat;
}

#headerMiddle
{
	float: left;
	width: 668px;
	height: 365px;
	background-image: url('../images/headerMiddle.jpg');
	background-repeat: no-repeat;
}

#headerRight
{
	float: left;
	width: 170px;
	height: 365px;
	background-image: url('../images/headerRight.jpg');
	background-repeat: no-repeat;
}

#nav
{
	width: 1024px;
	height: 45px;
	margin: 0px;
	padding: 0px;		
}

#nav a
{
	text-decoration: none;
}

#nav a:hover
{
	text-decoration: none;
}

#navLeft
{
	float: left;
	width: 186px;
	height: 45px;
	background-image: url('../images/navLeft.jpg');
	background-repeat: no-repeat;
}

#homeLink
{
	float: left;
	width: 71px;
	height: 45px;
}

#bioLink
{
	float: left;
	width: 104px;
	height: 45px;
}	
	
#galleryLink
{
	float: left;
	width: 80px;
	height: 45px;
}	

#tourLink
{
	float: left;
	width: 64px;
	height: 45px;
}
	
#storeLink
{
	float: left;
	width: 72px;
	height: 45px;
}	

#contactLink
{
	float: left;
	width: 91px;
	height: 45px;
}
	
#journalLink
{
	float: left;
	width: 89px;
	height: 45px;
}		
	
#pressLink
{
	float: left;
	width: 97px;
	height: 45px;
}
	
#navRight
{
	float: left;
	width: 170px;
	height: 45px;
	background-image: url('../images/navRight.jpg');
	background-repeat: no-repeat;
}

#content
{
	width: 1024px;
	/*height: 100%;*/
}		

#leftContent
{
	width: 186px;
	height: 100%;	
	background-image: url('../images/contentbgLeft.jpg');
	background-repeat: repeat-y;
}

#middleContent
{
	width: 668px;
	height: 100%;	
	background-color: #672204;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#middleContentMargins
{
	width: 630px;
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 20px;
	padding-bottom: 20px;
	
}

#rightContent
{
	width: 170px;
	height: 100%;
	background-image: url('../images/contentbgRight.jpg');
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;		
}

#footer
{
	width: 1024px;
	height: 50px;
	margin: 0px;
	padding: 0px;
}

#footerLeft
{
	float: left;
	width: 186px;
	height: 63px;
	background-image: url('../images/footerLeft.jpg');
	background-repeat: no-repeat;
}

#footerMiddle
{
	float: left;
	width: 668px;
	height: 63px;
	background-image: url('../images/footerMiddle.jpg');
	background-repeat: no-repeat;
	text-align: right;
	font-size: 11px;
	padding-top: 20px;
}

#footerRight
{
	float: left;
	width: 170px;
	height: 63px;
	background-image: url('../images/footerRight.jpg');
	background-repeat: no-repeat;
}

.schedule
{
	color: #B8B6AA;
	padding-top: 10px;
	font-family: verdana;
	font-size: 11px;
	text-align: left;	
}	
    
    .schedule h4
	{
		font: 13px verdana;
		font-weight: bold;
		color: #090401;
		padding: 0px;
		margin: 0px;            
	}
	
.home
{
	font: 10px verdana;
	padding-top: 20px;
}

	.home h2
	{
		font: 12px verdana;
		font-weight: bold;
		padding: 0px;
		margin: 0px;            
	}

	.home h4
	{
		font: 11px verdana;
		font-weight: bold;
		color: #090401;
		padding: 0px;
		margin: 0px;            
	}