BODY	{   
	background-color:#ffffff;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
#pageTop {
	overflow:hidden;
	margin:0px;
	padding:0px;
	height:14px;
	width:790px;
	background: url(../images/bg_top.jpg) no-repeat top left;
}
#pageHolder {
	width:790px;
	padding-left:21px;
	overflow:hidden;
	background: url(../images/bg_middle.jpg) repeat-y left top;
}

#pageBottom {
	width:790px;
	background: url(../images/bg_bottom.jpg) no-repeat left top;
	height:120px;	
}

#mainContent {
   width:790px;
   margin-top:0px;
   padding:0px;
   margin-left:auto;
   margin-right:auto;
}

#homeHeader {
	width:740px;
	height:104px;
	float:left;
	/*border: 1px solid #00ff33;*/
}
#header {
	width:748px;
	height:72px;
	overflow:hidden;	
}

#homeImageHolder {
	width:748px;
	height:150px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

#level1Header {
	float:left;
	width:740px;
	height:68px;
	/*border: 1px solid #00ff33;*/
}

#logo {
	float:left;
	width:400px;
	padding-top:0px;
	padding-left:14px;
}

#homeSubNavContainer {
   width:300px;
   float:right;
   margin-right:10px;
  margin-top:70px;
}

#subNavContainer {
   width:300px;
   float:right;
   margin-right:10px;
   margin-top:40px;
}


#mailingListSignUp {
	margin-top:1px;
	width:748px;
	background: #DEDBA4;
	height:20px;
	margin-bottom:1px;
}
#bodyContent{
	 margin-top:0px;
	 width:748px;
	 border-top:1px solid #000000;
}

#currentEvents {
   float:left;
   margin-top:4px;
   padding-top:12px;
   width:160px;	
   height:664px;
   border-right:1px solid #CCC;
}

#leftColumn {
   float:left;
   margin-top:4px;
   margin-left:2px;
   width:242px;	
}

#leftNav {
   float:left;
   margin-top:4px;
   width:100px;	
   height:834px;
   border-right:1px solid #CCC;
}

#artNav {
   float:left;
   margin-top:4px;
   width:170px;	
   height:834px;
   border-right:1px solid #999;
   text-align:center;
}

#leftNav ul {
	margin:0px;
	text-indent:0px;
  	list-style: none;
	line-height:20px;
	padding-top:6px;
	padding-left:16px;
}

#leftNav li {
   	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCCC;
}

#leftNav li a {
	color:#815E29;
	text-decoration:underline;
}

#leftNav li a:hover {
	text-decoration:none;
}

#blogNav {
   float:left;
   margin-top:4px;
   width:160px;	
}

#imgInfo {
   float:left;
   width:130px;
   height:300px;
   text-align:right;
}

#enlargedImage {
	margin-top:10px;
	float:right;
	height:440px;
	width:420px;
	text-align:center;
}

.enlargedImg {
	font-size:9px;
	color:#FFF;
	border:2px solid #000;
}	

#imgOver {
   width:200px;
   height:180px;
   padding-top:20px;
  text-align:center;
}

#homeBody {
    margin-top:4px;
	padding-right:22px;
	float:right;
	width:550px;
	height:664px;
}

#homeBody Form {
	font-size:14px;
	margin-left:20px;
	margin-top:0px;
}
#bodyCopy {
	margin-top:2px;
	float:right;
	width:500px;
	text-align:justify;
	border-left:1px solid #CCC;
	padding-bottom:100px;
}

#blogCopy {
	margin-top:2px;
	float:right;
	overflow:hidden;
	width:580px;
	border-left:1px solid #CCC;
	padding-bottom:100px;
}

#imgBody {
	float:right;
	width:560px;
	padding-right:6px;
	padding-top:4px;
}

#imgInstructions {
	font-size:10px;
	color:#333;
	margin-right:100px;
}

#imgNav {
	font-size:12px;
	width:470px;
}

#imgNav a {
    margin-left:20px;
	margin-right:20px;
	color:#815E29;
	text-decoration:underline;
}

#imgNav a:hover {
	color:#666;
	text-decoration:none;
}


#thumbNailsHolder{
	position:relative; 
    z-index:80; 
	height:336px;
	width:166px;
	overflow:hidden;
	border:1px solid #CCC;
}

#thumbNails {
  z-index:70;
  float:left;	
  width:150px;
  text-align:center;
}

#thumbNails img {
	float:left;
	margin:4px;
	/*padding:1px;*/
}

.imgThumb {
	font-size:9px;
	color:#FFF;
	border:2px solid #000;
}

.imgThumbHighlighted {
	font-size:9px;
	color:#FFF;
	border:2px solid #F00;
}

#welcome {
	float:left;
	padding-left:20px;
	padding-top:16px;
	padding-bottom:20px;
}

#homeFooter {
	float:left;
	width:748px;
	margin-top:4px;
	border-top:1px solid #CCC;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}
.homeArt {
	width:270px;
	height:150px;
}

.homeArt P{
	text-align:center;	
}
.homeArt img {
	padding-top:8px;
}

.blogImage {
	border:#333 1px solid;
}
.imageCaption {
	background-color:#815E29;
	border:#333 1px solid;
	color:#FFF;
	font-size:12px;
}
