html, body {
	background-image: url(../images/bg.gif);
	margin: 0;
	padding: 0px;
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #666666;
	height: 100%;
}

a {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #999999;
	text-decoration: none;
}

a img {
	border: none;
}

ul {
	list-style:	url(../images/bullet.gif);
}

li {
	margin-bottom: 15px;
}

ol {
	list-style: disc;
}

hr {
	color: #fccfc0;
	background-color: #fccfc0;
	border: 0px;
	height: 1px;
}

td {
	vertical-align: top;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #666666;
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #c76c62;
	font-weight: normal;
	margin: 0px;
}	

#main {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 20px;
}


#top {
	background-image: url(../images/white_top.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 19px;
}

#body {
	background-image: url(../images/white_main.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding-left: 18px;
	width: 1000px;
	height: 100%;
}

#bottom { 
	background-image: url(../images/white_bottom.png);
	background-repeat: no-repeat;
	height: 18px;
	margin: 0px;
	clear: both;
}

#nav {
	background-image: url(../images/bg_nav.gif);
	background-repeat: no-repeat;
	height: 87px;
	
}

.nav_link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #c76c62;
	padding-top: 56px;
	padding-right: 54px;
	text-align: right;	
}

.nav_link a {
	color: #c76c62;
	text-decoration: none;
}

.nav_link a:hover {
	color: #993333;
}	

.footer {
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 5px;
	padding-bottom: 30px;
}

.link_nounderline a {
	text-decoration: none;
}

.link_nounderline a:hover {
	text-decoration: underline;
}

#content_left {
	float: left;
	width: 245px;

}

#content_right {
	width: 679px;
	float: left;
	background-image: url(../images/bg_main.png);
	background-repeat: no-repeat;
	background-position: top left;
	border-left: 1px solid #fccfc0;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 15px;
}

.side_nav {
	padding-top: 20px;
	padding-left: 20px;
}



.side_links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #c76c62;
	text-transform: uppercase;
}

.side_links a {
	color: #c76c62;
	text-decoration: none;
}

.side_links a:hover {
	color: #993333;
}

#upcoming-shows {
	padding: 0 20px 20px 20px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;

}


#upcoming-shows ul {
	padding-left: 20px;
	margin: 0;
}


#upcoming-shows li {
	line-height: 18px;
	margin-bottom: 10px;
}

#upcoming-shows strong {
	color: #C76C62;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;

	
}
	



.product {
	background-image: url(../images/product_bg.png);
	background-repeat:no-repeat;
	background-position: center;
	width: 25%;
	height: 170px;
	padding-right: 5px;
	text-align: center;
}

.product a {
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: normal;
	color: #c76c62;
	text-transform: uppercase;
}

.product a:hover {
	text-decoration: none;
}

.product img {
	margin-top: 10px;
	margin-bottom: 5px;
}

.product_main {
	background-image: url(../images/bg_product_big.png);
	background-repeat:no-repeat;
	background-position: center;
	width: 483px;
	height: 350px;
	padding-top: 9px;
	padding-right: 8px;
	text-align: center;
}

.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}


