/* general layout styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	background: #0B0B0B;
	border: 0;
	text-align: center; /*for I.E. 5 */ 
 
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	color: #FF8040;
}

a:hover {
	color: #FF8040;
}

div.container {
	width: 750px;
	margin: 0 auto; /* for smart browsers */
	padding: 0;
	text-align: left;
}

div.content {
	width: 100%;
	height: 550px;
	background: #333333;
	text-align: left;
/*  padding: 20px;  */
/*	border: solid 1px red;*/
	border: solid 0px;

}

div.contentintroductionpage {
	width: 100%;
	height: 2000px;
	background: #333333;
	text-align: left;
/*  padding: 20px;  */
/*	border: solid 1px red;*/
	border: solid 0px;

}

div.contentexhibitionspage {
	width: 100%;
	height: 6800px;
	background: #333333;
	text-align: left;
/*  padding: 20px;  */
/*	border: solid 1px red;*/
	border: solid 0px;

}

div.contentmargin {
	text-align: left;
 /*   margin: 20px;*/
	padding-top: 20px;
/*	border: solid 1px orange;*/
}

div.contentmargin2 {
	text-align: left;
	padding: 20px;
/*	border: solid 1px orange;*/
}
div.floatleft {
    float: left;
	padding: 0px;

}
div.floatright {
    float: right;
/*  margin: 20px 20px 20px 20px; */
}

img.floatleft {
    float: left;
 /*   padding: 0px 0px 0px 0px;*/
/*  margin: 20px 20px 20px 20px; */
}
img.floatright {
    float: right;
	margin: 20px 20px 20px 20px;
}

div.clearer {
	clear: both;
    padding: 0;
	margin: 0;
/*	border: solid 1px red; */
}

/* begin banner styles */
div.header {
/*	width: 750px; */
	height: 70px;
	margin: 0 auto; /* for smart browsers */
	border: 0;
	background: #0066CC;
	text-align: left;
}

div.logopic {
	float: right; 
	padding: 20px 26px 10px 15px; 
	
}	

div.logospacing {
 	padding: 25px 0px 20px 15px;
}
.logo {
	font-size: 10pt;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}
.logosubtitle {
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
}
/* end banner styles */

/* begin index menu styles*/
div.indexmenu {
	width: 20%;
	height: 25px;
	background: #0066CC;
	text-align: center;
	float: left;
}
/* end index menu styles*/
div.menu {
	height: 25px;
	background: #0066CC;
	text-align: center;
	float: left;
	padding: 0px 10px 0px 10px;
}
div.menuspacer {
	height: 25px;
	width: 79px;
	background: #0066CC;
	float: left;
}

/* begin main menu styles*/

/* begin main menu styles*/




/* begin index page styles */

div.indexcontainer {
    width: 748px;
    height: 425px;
    background: #000000;
    border-style: solid;
	border-color: #333333;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;

}
div.indexmessage {
	width: 35%;
/*	height:300px; */
	background: #000000;
/*	display: inline; */
	float:left;

}

div.messagetext {
    margin: 20px 15px 20px 15px;
	font-size: 13px;
} 

div.coverpic {
	width: 65%;
/*	height: 300px; */
	background: #000000;
/*	display: inline; */
	float: left;
	margin: 20px 0px 0px 0px;
	text-align: center;
	font-size: 9px;


}

div.contactinfo {
	width: 100%;
	height: 75px;
	background: #333333;
	display: block;
}

.address {
	font-size: 11px;
	color: #FFFFFF;
    position: relative;
    top: 10px;
    left: 15px;  
}

.phone {
	font-size: 10px;
	color: #FF9933;
    position: relative;
    top: 10px;
    left: 15px; 
}
.hours {
	font-size: 11px;
	color: #FFFFFF;
    position: relative;
    top: 10px;
    left: 185px;  
}
div.miscinfo {
    padding: 10px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;

}
/* end index page styles */


/* begin introduction page styles */
img.floatleftgallerypic {
    float: left;
	padding: 0px 10px 0px 0px;
/*  margin: 0px 0px 0px 0px; */
}
/* end introduction page styles */


/* begin directions page styles */
.directions {
	background-color: #333333;
	padding: 15px;
}

img.map {
	float: left;
	vertical-align:text-top;
	margin-right: 25px;
	margin-bottom: 15px;

}
/* end directions page styles */

/* begin contact page styles */
.emailform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;

}

.coloredorange {
		color: #FF8040;
}

/* end contact page styles */ 




/* begin thumbnail gallery styles */
div.gallerycentered {
	width: 90px;
	margin: 0 auto; /* for smart browsers */
	text-align: center;
	border:0;
	text-decoration: none;
}

img.gallerythumbnails {
	border: 0;
	text-decoration: none;
	margin: 7px;
}
/* end thumbnail gallery styles */


/* begin big pic page styles */

div.bigpic {
	position: relative;
	top: 30px;
}
 	
div.bigpiccaption {
	position: relative;
	top: 30px;
	font-size: 10pt;
	font-style: italic;
}

div.bigpiccontact {
	position: relative;
	top: 40px;
	font-size: 8pt;
	font-style: normal;
}
/* end big pic page styles */

/* begin individual artist page styles */

div.iframe1 {
	width:125px;
	height: 600px;
	background: #333333;
	display: inline;
	float: left;
}

div.iframe2 {
	width: 600px;
	height: 600px;
	background: #666666;
	display: inline;
	float: left;
}

/* end individual artist page styles */



/* begin artist showcase page styles */

div.bluebar {
	width: 25px;
	height: 600px;
	display: inline;
	float: left;
	background: #263C51;
}
div.bluebar.long {
	width: 25px;
	height: 1000px;
	display: inline;
	float: left;
	background: #263C51;
}


div.thumbnailcolumn {
	width: 205px;
	height: 600px;
	display: inline;
	float: left;
/*    border: solid 1px orange; */
}

div.featured {
	width:520px;
	height: 750px;
	display: inline;
	float:left;
	background: #666666;
/*	border: solid 1px red; */
	text-align: center;
}

div.centerfeatured {
	margin: 0 auto;
	padding-top: 25px;
}

div.thumbnailbox {
	height: 60px;
	width: 100%;
}

img.thumbnail {
	border: 0;
	text-decoration: none;
	float: left;
	margin: 10px 10px 5px 10px; 
	/*	padding: 10px 10px 0px 10px;*/
}

.thumbnailcaption {
	font-size: 9pt;
	position: relative;
	top: 30px;
	}


/* end artist showcase page styles */

/* begin artist bio styles */
.artistbiocentered {
text-align: center;
}
/* begin artist bio styles */

/* begin misc maybe not needed */
