/*Welcome to the Cascading Style Sheet 
for the Art Produce Gallery by Pixel Lava Interactive. 

Notes:
/*padding values: top right bottom left*/

/* Colors
purple #6674a3
green #CCCC33

/* basic layout ____________________________*/
body,
html {
    margin:0;
    padding:0;
    background-position: center;
	background-color: #CCCC33;
	font-family: Trebuchet MS, Verdana, Geneva;
	font-size: 12px;
    }
body {
    min-width:900px;
    }
/*main page container ____________________________*/
#container {
    margin:0 auto;
    width:900px;
    }

#main {
    width:900px;
    }

#header h1 {
    margin:0;
    }	
	
/* manual text formatting _______________________*/

.H1 {
	font-family: Courier New, Courier, monospace;
	font-size: 20px;
	color: #000;
	font-weight: bold;
}

.H2 {
	font-family: Courier New, Courier, monospace;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #000;
}

.H3 {
	font-family: Courier New, Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.normal {
	font-family: Trebuchet MS, Verdana, Geneva;
	font-size: 12px;
	color: #000;
}


.speciallink {
	color: #ecf4a2;
	text-decoration: none;
	font-weight: bold;
}

.speciallink: hover {
	text-decoration: underline;
}


/* automatic text formatting _______________________*/
h1{
	font-family: Courier New, Courier, monospace;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	}
h2{
	font-family: Courier New, Courier, monospace;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #000;
	}
h3{ 
	font-family: Courier New, Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	}
.showtitle {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
	color: #666;
}
p{
	font-family: Trebuchet MS, Verdana, Geneva;
	font-size: 12px;
	color: #000;
	}	
a{
	font-weight:bold;
	color: #000;
	text-decoration:underline;
	}
a:hover{
	font-weight:bold;
	color: #FFF;
	text-decoration:underline;
	}

/* footer ______________________________*/
#footer {
    clear:both;
    height: 50px;
	width: 890px;
	border-top: solid 2px #000;
	text-align: right;
	color: #000;
	padding:5px;
	font-size: 12px;
    }
#footer a:link, #footer a:visited {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	font-size:10px;
	padding: 2px;
	font-size: 12px;
 }	
#footer a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
    }
/* previous exhibit ______________________________*/
#previousexhibit {
	float: center;
	width: 700px;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
#previousexhibit h1 { font-family: "Courier New", Courier, monospace; font-size: 20px; color: #000000; margin: 0px 0 0 0px; padding: 0px 0px 0px 70px; text-transform: uppercase;}
#previousexhibit a { color: #000000;}
#previousexhibit a:hover { color: #FFFFFF;}
#previousexhibit h2 { font-family: "Courier New", Courier, monospace; font-size: 16px; margin: 0px 0 0 0px; padding: 0 0px 0px 70px; color: #000000;}
#previousexhibit h3 { font-family: "Courier New", Courier, monospace; font-size: 13px; margin: 0px 0 0 0px; padding: 0 0px 15px 70px; color: #000000;}
#previousexhibit p { font-family: "Trebuchet MS", Verdana, Geneva; font-size: 11px; color: #000000;}
#previousexhibit img { float: left; width: 62px; margin: 0 0 0 5px; padding: 0 10px 0 0;}