/* main */
body { 
	margin: 0;
	padding: 0;
	background-color: #54290D; 
}

body, font, th, td, p { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}

.inner_bg {
	background-color:#CFA876;
}
.right_border {
	background:url(images/right_border.gif) repeat-y;
}
.left_border {
	background:url(images/left_border.gif) repeat-y;
}
.bottom_border {
	background:url(images/bottom_border.gif) repeat-x;
}

.nav_bar {
	background:url(images/nav_bar.gif) repeat-x;
}

.bottom_bar {
	background:url(images/bottom_bar.gif) repeat-x;
}

/* forms */
.contactform
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#EED1AB;
	text-align: left;
	margin: 0px;
	padding: 2px;
	border: 1px solid #764300;
}

/* headers/fonts */
#header {
	padding:4px;
	font-size:20px;
	color:#17887E;
	text-align:left;
	position:relative;
}
#body {
	padding:4px;
	position:relative;
	text-align:left
}
.required {
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #FF0000;
}

.bullet {
	list-style-image: url(images/bullet.gif);
}

/* links */
a { text-decoration: underline; color: #695538; }
a:visited { text-decoration: underline; color: #695538; }
a:hover, a:active { text-decoration: underline; color: #9A7E57; }

/*rollover buttons */
* html a:hover
{
	visibility:visible;
}

.home_roll { position: relative; white-space: nowrap; display: block; margin: 0; padding: 0;
	background: url(images/home_over.gif) no-repeat;
	width: 67px;
	height: 42px;
}
.home_roll a { display: block; display: block; float: left; 
	width: 67px; height: 42px;
}
.home_roll img { width: 67px; height: 42px; border: 0; }
.home_roll a:hover img { visibility:hidden; }
.home_roll span { position: absolute; margin: 0px; padding: 0px; cursor: pointer;
	left: 20px;
	top: 15px;
	visibility:hidden;
}

.artists_roll { position: relative; white-space: nowrap; display: block; margin: 0; padding: 0;
	background: url(images/artists_over.gif) no-repeat;
	width: 67px;
	height: 42px;
}
.artists_roll a { display: block; display: block; float: left; 
	width: 73px; height: 42px;
}
.artists_roll img { width: 73px; height: 42px; border: 0; }
.artists_roll a:hover img { visibility:hidden; }
.artists_roll span { position: absolute; margin: 0px; padding: 0px; cursor: pointer;
	left: 20px;
	top: 15px;
	visibility:hidden;
}

.gallery_roll { position: relative; white-space: nowrap; display: block; margin: 0; padding: 0;
	background: url(images/gallery_over.gif) no-repeat;
	width: 78px;
	height: 42px;
}
.gallery_roll a { display: block; display: block; float: left; 
	width: 78px; height: 42px;
}
.gallery_roll img { width: 78px; height: 42px; border: 0; }
.gallery_roll a:hover img { visibility:hidden; }
.gallery_roll span { position: absolute; margin: 0px; padding: 0px; cursor: pointer;
	left: 20px;
	top: 15px;
	visibility:hidden;
}

.contact_roll { position: relative; white-space: nowrap; display: block; margin: 0; padding: 0;
	background: url(images/contact_over.gif) no-repeat;
	width: 84px;
	height: 42px;
}
.contact_roll a { display: block; display: block; float: left; 
	width: 84px; height: 42px;
}
.contact_roll img { width: 84px; height: 42px; border: 0; }
.contact_roll a:hover img { visibility:hidden; }
.contact_roll span { position: absolute; margin: 0px; padding: 0px; cursor: pointer;
	left: 20px;
	top: 15px;
	visibility:hidden;
}

.aboutus_roll { position: relative; white-space: nowrap; display: block; margin: 0; padding: 0;
	background: url(images/aboutus_over.gif) no-repeat;
	width: 96px;
	height: 42px;
}
.aboutus_roll a { display: block; display: block; float: left; 
	width: 96px; height: 42px;
}
.aboutus_roll img { width: 96px; height: 42px; border: 0; }
.aboutus_roll a:hover img { visibility:hidden; }
.aboutus_roll span { position: absolute; margin: 0px; padding: 0px; cursor: pointer;
	left: 20px;
	top: 15px;
	visibility:hidden;
}