* {
margin:0;
padding:0;
}

#main_wrapper {
	width:100%;
	height: 100%;
	margin-right:auto;
	margin-left:auto;
	position:absolute;
	top: 30px;
}

body {
	background-color:#FFFFFF;
	list-style-type: none;
}
#artgallery {
	width:890px;
	height:440px;
	position:absolute;
	font-family:verdana, arial, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: thick;
	border-right-width: thin;
	border-bottom-width: thick;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

#wrapper {
	width: 900px;
	left: 0px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 700px;
	position: relative;
	}
	
#header {
	height: 80px;
	width: 900px;
	position: relative;
	top: 0px;
	list-style-type: none;
	text-decoration: none;
	}
	
.gragland {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	letter-spacing: 1em;
}

.fineart {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 20px;
	color: #999999;
	letter-spacing: .8em;
	font-weight: normal;
}


#logo {
	position: absolute;
	height: 60px;
	width: 900px;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: center;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1.5em;
	font-weight: bold;
	position: absolute;
	top: 0px;
	text-decoration: underline;
}

#footer_wrapper {
	height: 23px;
	left: 0px;
	position: absolute;
	width: 900px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	padding-top: 7px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	bottom: 0px;
	}
#nav {
	position: absolute;
	height: 140px;
	width: 760px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	top: 530px;
	text-align: center;
	padding-left: 140px;
	left: 0;
}

.art_info_title  {
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 5px;
	

}

.art_info_title a  {
	color: #999;
	text-decoration: none;	

}

.art_info_title a:hover  {
	color: #000;
	text-decoration: none;
}
.art_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	padding-top: 15px;
	color: #666666;
}



	#dhtmlgoodies_slideshow{
	width:765px;	/* Total width of slideshow */

	}
	
	#previewPane{
	text-align:center;
	/* CSS HACK */
	
	height: 432px;	/* IE 5.x */
	height/* */:/**/400px;	/* Other browsers */
	height: /**/400px;
	width:600px;
	float:left;
	padding-top: 20px;
	left: 140px;
	position: absolute;
	top: 0px;
	visibility: inherit;
	display: block;
	color: #EDEDED;
	}
#statement_container {
	position: absolute;
	height: auto;
	width: 600px;
	top: 0px;
	margin-right: 150px;
	margin-left: 150px;
	padding-top: 20px;
	overflow: auto;
	left: 0px;
}
.statement_head   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.2em;
	font-weight: bold;
	color: #999999;
	padding-bottom: 8px;
	text-align: center;
}

.statement_subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.50em;
	font-weight: bold;
	color: #000000;
	padding-top: 8px;
}

.statement_subhead a {
	color: #666666;
	}
	
.statement_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.50em;
}
	
	
	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}	
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
	/* CSS HACK */
	height: 416px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
	height/* */:/**/400px;	/* Other browsers */
	height: /**/400px;
	/* CSS HACK */
		width: 104px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
	width/* */:/**/100px;
	padding-left: 10px;
	position: absolute;
	left: 760px;
	top: 0px;
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
	height:20px;
	text-align: center;
	}
	#galleryContainer #arrow_up{
	height:20px;
	text-align: center;
	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:400px;	/* Height of boxes for the images */
		width:auto;
	}
	#theImages div{	
		position:relative;	/* Don't change this */
		height:3000px;	/* Higher than total height of thumbnails */
		
	}
	#theImages img{
		border:0px;	/* No border */
		filter: alpha(opacity=50);	/* Transparency - IE */
		opacity:0.5; /* Transparency - Firefox */
		padding-top:1px;	/* Space between images */
	}
#largeImageCaption {	/* CSS styling of image caption below large image */
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;	/* Font to use */
	font-size:0.7em;
	position: relative;
	height: 380px;
	width: 100px;
	left: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 20px;
	padding-top: 20px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
	}
	#theImages .imageCaption{
		display:none;
	}
#greg_photo {
	position: absolute;
	width: 130px;
	top: 85px;
	left: 0px;
}
