/* Index and gallery index style */

body {
	background-image: url();
	background-color: #333333;
   color: #EEEEEE;
	text-align: center;
}

#container {
	width: 806px;
	border-width: 4px;
	border-style: solid;
	border-color: red;
	margin: 0 auto;
}
div#header {
	width: 800px;
	height: 224px;
	margin 4px;
	text-align: center;
	font-size: xx-large;
	font-weight: bold;
	font-style: italic;
	border-style: solid;
	border-color: #161616;
	border-width: 2px;
	font-family: 'optima';
}
#headerimage img, #headertitle img {
	border-style: solid;
	border-width: 1px;
	border-color: red;
}

div#headerimage {
	height 210;
	margin: 4px;
	border-width: 2px;
	border-color: black;
	border-style: solid;
	float: left; 
}

div#headertitle {
	text-align: center;
	margin: 0 auto;
	padding-top: 36px;
}

div#subtitle p {
	color:#000000;
}

#gallerytitle {
	color: #FFFFFF
}

ul.mainnav  {
        clear: both;
        padding-top: 32px;
        padding-bottom: 24px;
        margin-left: 56px;
        font-family: helvetica, sans-serif;
        list-style-type: none;
}
ul.mainnav li {
        text-align: center;
        float: left;
        overflow: hidden;
        margin-left: 16px;
        margin-right: 16px;
}


div.gallerynav a {
	text-align: center;
	color: #FF0000;
	font-size: 18px;
	font-family: helvetica, sans-serif;
}
#enlargement_container {
	width=700px;
	margin-left=auto;
	margin-right=auto;
}

p.bigger {
	font-size:130%;
}

#left_padding {
	position: relative;
	border: 1px solid green;
	float: left;
	width:10%;
	
}
#right_padding {
	border: 1px 1px 1px 1px solid blue;
	float: left;
	width: 10%;
}
#enlargement_image {
	border-color: white;
	border-style:solid;
	border-width:2px;
}

#enlargement_data {
	background-color:black;
}

#overview {
	width: 600px;
	position: relative;
	clear: both;
	margin-top: 32px;
	margin-right: 100px;
	margin-bottom: 32px;
	margin-left: 100px;
	height: 356px;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: red;
	background-color: #EEEEEE;
}
#cardimage {
	float: left;
	margin-left: 2px;
	margin-top: 2px;
	text-align: right;
	width: 45%;
}
#cardtext {
	width: 55%
	float: right;
	position: relative;
	color: black;
	text-align: center;
	padding-top: 20px;
	font-family: helvetica, sans-serif;
	font-weight: bold;
	line-height: 140%;
}
#maintext {
	position: relative;
	clear: both;
	margin-left: 100px;
	text-align: left;
	line-height: 1.2;
	width: 600px;
}
#shows {
	clear: both;
	margin-left: 100px;
	white-space: pre;
	position: relative;
	text-align: center;
	line-height: 2;
	width: 600px;
}
#shows p:first-line {
	font-size: 140%;
	font-weight: bold;
}

.exhibityear {
    #font-family: Georgia, "Times New Roman", Times, serif;
    font-size: large;
	font-weight: bold;
	font-style: oblique;
	color: #FFFFCC;
}
.exhibittitle {
	font-size: large;
	font-style: oblique;
}

div#footer {
	text-align: center;
	margin-top: 32px;
	margin-bottom: 8px;
	font-family: helvetica, sans-serif;
}

div.footer a {
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
}

.creative_lcol p:first-letter, .sold, .red {
	color: #FF0000;
}

.subtitle, .style4, .studies {        
	color: #FFFFFF;
        font-family: Georgia, 
		"Times New Roman", Times, serif;
        font-size: large;
}

/* Styles from here to end of file are from the original HTML */
.style1 {
	font-size: xx-large;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}

a:link, a:visited, a:hover {
	color: #66FFFF;
	text-decoration: none;
}

A:link	{color:#66FFFF;}
A:visited{color: #FF9900;}
A:hover	{color: red;}
