*{
  margin: 0;
  padding: 0;
  
}

html{       
	font-family: Baskerville, Times, Times New Roman, serif ;
	font-size: 1em;     
	
}

body{
	background: #000000;
   
}

#wrapper{
	
	margin: 0 auto;
	height: auto;
	width: 899px;
	
}

/* TYPOGRAPHY */
h2{
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;     
	margin: 0 0 30px 0;
	color: #e4e4e4;
}  

h3{
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	color: #e4e4e4;
  
}

body em{
	color: #ffcc66;
	padding: 0;
	
}

body strong{
	color: #ffcc66;
	padding: 0; 
}

body a:link, body a:visited{
	color: #e4e4e4;
	padding: 0;
	text-decoration: none;
	border-bottom: 1px dashed #ffcc66;       
}

body a:hover{
	color: #ffcc66;
	padding: 0;
	text-decoration: none;
	border-bottom: 1px dashed #ffcc66;    
} 


/* HEADER */

#header{
	float: left;
	background-color: #000000;
	height: 144px;
	border-bottom: 1px solid #4e4e4e;
	width: 899px;
}

#title-link{
	float: left;
	padding: 30px 0 0 10px;
	color: #e4e4e4;
	font-style: italic;
	text-indent: -99999px;
	background: url(images/title.jpg) no-repeat;
	width: 351px;
	height: 144px;
	border: none; 
}

/* NAVIGATION */

#nav-container{
	float: right;
	width: auto;
	text-align: right;
	margin: 10px 0 0 0;
	
}

#nav-container ul li{
	margin: 5px 0 0 0;
}

#nav-container ul{
	list-style-type: none;
	color: #e4e4e4;
}

#nav-container a:link, #nav-container a:visited{
	text-decoration: none;
	color: #e4e4e4;
	border: 0;
	
}

#nav-container ul li a:hover{
	background-color: #506666;
}

#home #home-header a, #galleries #galleries_header a, #artiststatement #artiststatement_header a,
#events #events_header a, #contactus #contact_header a{
background-color: #506666;   
}


/* CONTENT */

#body-wrap{
	float: left;
	margin: 30px 0 20px 0;
	width: 899px;
	color: #e4e4e4; 
	min-height: 400px;
	height: auto !important;
	height: 400px;

}   

#body p{
	padding: 0 20px 20px 20px;
	line-height: 1.3em;
}

.page-image{
	float: right;
	margin: 0 0 0 0;
	width: 420px;
	
}

#body .page-image p{
	float: right;
	margin: 0;
	color: #e4e4e4;
	text-align: right;
	padding: 0;
	font-size: .9em;
}

#body .quote {
	float: left;
	margin: 50px 0 30px 0;
	color: gray;
	font-size: 1em;
	font-style: italic;
	padding: 0;
	width: 400px;
}

#series{
	float: left;
	margin: 0 0 30px 0;
}

#series li{
	text-align: left;
	list-style-type: none;
	margin: 0 0 20px 0;
}


/* HOME SPECIFIC */

#home #body{
	background: url(images/home_bckgrnd.jpg) repeat-x;
	height: 350px;
	width: 899px;
	margin-top: 37px;
} 

#home #body .home-image img{
	float: right;
	margin: 20px 20px 0 0;
}
#home #body .home-image p{
	float: right;
	margin: 5px 20px 0 0;
	clear: both;
	padding: 0;
	width: 250px;
	text-align: right;
	display: inline; /*IE6 hack*/
}

#home #body .quote blockquote{
   	font-family: Baskerville, Times, Times New Roman, serif ;   
	float: left;
	font-size: 1.7em;
	width: 328px;
	font-style: normal; 
	padding: 75px 0 0 20px;
	clear: both; 
}

#home #body .quote{
	margin: 0;
}


/* GALLERIES */

.gallery-image {
	float: left;
	margin: 0 auto 40px auto;
	width: 899px;
}

.gallery-image img{
	float: left;
	margin: 0 0 10px 0;
	clear: both;
}

#body .gallery-image p{
	float: left;
	color: #ffcc66;
	font-size: .9em;
	clear: both;
	padding: 0;
}

.galleryquote{
	float: left;
	margin: 100px 0 0 0;
	color: gray;
	font-size: 1em;
	font-style: italic;
	padding: 0;
	width: 400px;
	clear: both; 	
}


#aztec-calendar #body-wrap{
	float: left;
	margin: 30px 0 20px 0;
	width: 899px;
	color: #e4e4e4; 
	min-height: 600px;
	height:auto !important;
	height: 600px;
}  


#places #body-wrap{
	float: left;
	margin: 30px 0 20px 0;
	width: 899px;
	color: #e4e4e4; 
	min-height: 600px;
	height:auto !important;
	height: 600px;
}

   

/* CONTACT */

#contactus .page-image {
	float: right;
}

#contactus .textbox{
	float: left;
	clear: both;
	margin: 0px 0 0 20px; 
}

#contactus .textbox p{
	float: left;
	padding:0;
	margin: 10px 0 0 0;
	line-height: 1.4em; 
} 

#contactus #body .page-image img{
	float: right;
	margin: 0 20px 0 0;
}
#contactus #body .page-image p{
	float: right;
	margin: 0 20px 0 0;  
	clear: both;
	padding: 0;
	width: 300px;
	text-align: right;
	display: inline; /*IE6 hack*/
}

#contactus .quote{
	float: left;
	clear: both;
	margin: 100px 0 0 0 !important;
}

#aztec-calendar .textbox{
	margin: 0 0 30px 0;
}

/* FOOTER */

#footer-container{
	float: left;
	color: #e4e4e4;
	height: 103.3px;
	width: 899px;
	background-color: #000000;
	/*margin-top: 20px;*/
	border-top: 1px solid #4e4e4e;
}



#footer-container ul li{
	display: inline;
}

#footer-container ul li a{
	float: left;
	text-decoration: none;
	padding: 0 10px;
	color: #e4e4e4;
	margin-top: 20px;
	border-right: 1px solid white;
	border-bottom: 0; 
}


#footer #contact-footer a{
	border-right: 0;
}

#footer-container ul li a:visited{
	color: #e4e4e4;
} 

#footer-container ul li a:hover{
	background-color: #506666;
}
#footer-container p{
    position: relative;
	clear: both;
	float: left;
	padding: 20px 0 0 10px;

}

#footer-inside .gfnote {
	clear: none;
	color: #666;
	float: right;
}


/* ---------- EVENTS ----------*/


#events .event-photos li{
	list-style: none;
    display: inline;
	list-style-type: none;  
}

ul.event-photos{
    width: 250px;
}

#events h3{
    font-size: 1.3em;    
    padding: 0 0 0 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #e4e4e4;
}

.exhibitions{
	margin-bottom: 80px;
    clear: both;
}

#body .exhibitions p{
	line-height: 1.4em;
    padding-left: 0;
}



.ss img{
    width: 500px;
    float: right;
    margin: 0 0 40px 0;
    clear: both;
    height: auto;
    border: 2px solid white;
}

body .thumbs .selected {
    border: 2px solid #ffcc66;
}

body .thumbs {
    width: 380px;
}

body .thumbs li {
    float: left;
    list-style: none;
    margin: 10px 10px 0 0;
    overflow: hidden;
    height: 80px;
	width: 80px;
    border: 2px solid #ffffff;    
}

.thumb img { 
  width: 120px;
  border: none;

}



