@charset "utf-8";
/* CSS Document */


body.art_style1 {
	background-image: url(../art/art_tile1.jpg);
	background-repeat: repeat;
	background-position: center;
	color:#000;
}

a:link {
	color: #00F;
}

#pagecontainer {
	max-width:800px;
	margin:auto;
	font-family: georgia, serif;
	font-size:13px;
	line-height: 145%;
	position:relative;
}

#header {
	font-family: papyrus, georgia, serif;
	text-align: center;
}

#header nav {
	font-size: 120%;
	text-align: center;	
}

#header nav div.cblock {
	text-align:center;
	display:block;
	min-height:1em;
	width: 90vw; 
	margin: 0 auto;
	}

#header nav .even {
	float:left;
	text-align:center;
	background-color: #ddddff;
	width: 7em;
	margin: 0px;
	overflow:hidden;
	padding:.1em;
}


#header nav .odd {
	float:left;
	text-align:center;
	background-color: #aaaaff;
	width: 7em;
	overflow:hidden;
	padding:.1em;
}

	
#header nav .halfcol {
	float:left;
	text-align:center;
	width: 3.5em;
	margin: 0px;
	overflow:hidden;
}



/* tables - deprecating */
#header table {
	text-align: center;
	margin: 1em auto;
	bgcolor: #aaaaff;
	border:0;
	border-width: 0px;
	border-style: none;
	padding: 0px;
}

#header th, header td {
	text-align: center;
	padding: .5em 1em;
	margin:0;
}

#header td.even {
	bgcolor: #ddddff;
}

#header td.odd {
	bgcolor: #aaaaff;
}

/*end of tables */

#pagecontents {min-height:500px;}

#footer {
	margin-bottom: 20px;
	font-size: 80%;
	font-style: italic;
	bottom: 0px;
	text-align: center;
	margin-top: 20px;
}

.byline {
	font-style: italic;
	text-align: right;
}

div.homelink {
	background-color: #aaaaff;
	padding: 2px;
	width: 70px;
	border-width: 0px;
	border-style: none;
	text-align: center;
	font-style: italic;
}

h1, h2, h3 {
	font-family: papyrus, georgia, serif;
}

.fineprint {
	font-size: 80%;
}



a:visited {
	color: #00F;
}

a:active {
	color: #C00;
}

a:hover {
	color: #C00;
}

.center {
	text-align: center;
}
.imageright {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 8px;
}

.imageleft {
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
}
div.galleriewrapper9up {
	position:relative;
	text-align: center;
	width: 760px;
	margin: 0 auto;
}

div.galleriewrapper5up {
	position:relative;
	text-align: center;
	width: 425px;
	margin: 0 auto;
}


div.artthumbs{
	height: 150px;
	width: 76px;
	text-align: center;
	vertical-align: top;
	line-height: 120%;
	float: left;
	margin-right:4px;
	margin-left:4px;
	padding: 0;
}

.alignc {
	text-align:center;
}

.artthumbs p {
	margin-top: 3px;
	margin-bottom: 3px;
}

.clearfloats {
	clear: both;
	float: none;
}

/* Styles added 2016 */

.width50percent { /* for the hard rule (HR) in places */
	padding-left:25%;
	padding-right:25%;
}

.width70percent { /* for the hard rule (HR) in the footers */
	padding-left:15%;
	padding-right:15%;
}


.border1 {
	border: 1px;
}


.border0 {
	border: 0px;
}


.papyrus {
	font-family: papyrus, times, serif;
}

.clearfloat {
	clear: both;
}

.highlightedtext{
	font color: #404040;
}





