﻿body
{
	color: #252525;
	background-color: #E1E1E1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#outerwrapper
{
	background-color: #ffffff;
	width: 765px;
	padding: 5px;
	margin: auto;
}
#logobanner
{
}
#navigation
{
	color: #ffffff;
	margin-bottom: 5px;
}
#textnavigation
{
	background-image: url(images/navbg.jpg);
	background-repeat: repeat-x;
	height: 24px;
	font-size: 12px;
	padding-top: 4px;
}
#textnavigation a
{
	margin: 10px;
	color: #ffffff;
	text-decoration: none;
}
#textnavigation a:hover
{
	text-decoration: underline;
}

#featurebanner
{
	margin-bottom: 5px;
}
#subheading
{
	/*height: 87px;*/
	background-image: url(images/SubHeadingBG.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #d2c4aa;
}
#subheadingcontent
{
	padding: 12px 22px 20px 22px;
	padding-left: 22px;
	width: 698px;
}
#subheading h1
{
	font-size: 19px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
#subheading p
{
	margin-top: 4px;
	margin-bottom: 0px;
}
#subheading a
{
	color: #252525;
	text-decoration: none;
}
#subheading a:hover
{
	color: #4C8484;
	text-decoration: none;
}
#contentregion
{
	padding: 25px 22px 20px 22px; /*width: 698px;*/
}
#contentregion p
{
	margin: 0px 0px 10px 0px;
}
#contentregion a
{
	color: #252525;
	text-decoration: none;
}
#contentregion a:hover
{
	color: #4C8484;
	text-decoration: none;
}
#contentregionhome
{
}

/*Gallery*/
.gallerydisplay
{
	float: left;
	margin-right: 14px;
	margin-bottom: 20px;
	width: 129px;
}
.gallerydisplay img
{
	/*margin-bottom: 7px;*/
}

/* Artist Gallery styles*/
.galleryimage
{
}
.gallerytext
{
	float: right;
	width: 548px;
}
.gallerylabelname
{
	width: 60px;
	float: left;
	font-weight: bold;
}
.gallerylabelvalue
{
	float: left;
	margin-bottom: 5px;
}
.gallerytextlabel
{
	clear: both;
}
.gallerywrapper
{
	clear: both;
	margin-bottom: 40px;
}
.largegallerytext
{
	float: left;
	width: 300px;
	margin: 10px 10px 10px 30px;
}
.gallerypopup
{
	border: 1px solid #666; 
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding: 5px; 
	background-image: url(images/SubHeadingBG.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #d2c4aa;
}

/*Home Feature*/
.featurebox
{
	background-image: url(images/HomeFeatureBox.jpg);
	background-repeat: no-repeat;
	width: 230px;
	height: 78px;
	color: #ffffff;
	float: left;
	padding: 0px 10px 8px 10px;
}
.featureboxad
{
	float: left;
	margin-right: 8px;
}

.featurebox h1
{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0px;
	margin: 8px 0px 0px 0px;
}
.featurebox p
{
	margin-top: 12px;
}
.featurebox a
{
	color: #ffffff;
}
.featurebox a:hover
{
	color: #cccccc;
}
.featureboxarrow
{
	float: right;
	margin-top: 5px;
}

#contentregion h1
{
	font-size: 14px;
	margin: 0px 0px 3px 0px;
}
.profileImage
{
	margin-left: 30px;
	margin-bottom: 30px;
}
.redbutton
{
	background-color:#990000;
	color: #ffffff;
}
.greenbutton
{
	background-color: #006600;
	color: #ffffff;
}
.plainbutton
{
	background-color: #999999;
	color: #ffffff;
}
.redtext 
{
    color: #ff0000;
}