/* 	General uber tag formatting */

body {
	background:#FFFFFF;
	color:#404040; 
	font-family:Helvetica, Arial, sans-serif;
	line-height:1.3em;
	}
a:link {
	color:#CC9966;
	text-decoration:none;
	}
a:visited {
	color:#CC9966;
	}
a:hover {
	color:#E5B98E;
	text-decoration:underline;
	}
h1 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
	}
p {
	margin-bottom:20px;
	}
em {
	font-style:italic;	
	}
strong {
	font-weight:bold;	
	}

/* 
 *	Wrappers for the screen 
 *	and	page, which encompasses
 *	the header and content  
 */
	
#wrapper {
	height:100%;
	width:100%;
	}
#page {
	margin:0 auto;
	width:600px;	
	}

/* Header */

h1#logo {
    font-size: 33px;
    font-weight: bold;
    line-height: 38px;
    margin-bottom: 3px;
    margin-top: 20px;
    text-align: right;
	}
h1#logo span:first-child {
	color:#C09060;
	font-weight:normal;
	}
h1#logo a {
	text-decoration:none;	
	}
h1#logo span{
	color:#000000;
	}

/* A little shared formatting between nav and footer */

#navigation, #footer {
	height: 21px;
	margin-bottom: 20px;	
    padding: 4px 7px;
	}

/* Navigation */

#navigation ul {
	float: right;	
	}
#navigation li {
	float:left;
	padding-left: 10px;
	}
#navigation .activepage a {
	color:#E5B98E;
	text-decoration:none;	
	}	
#navigation {
	background:#606060;	
	font-size:.8em;
	font-weight: bold;
    text-align: right;
	}

/* Content */

#content.pastexhibitions p {
	text-align:center;	
	}
.contentnote {
	font-size:12px;
	}
.caption {
	font-size:12px;	
	}
.section {
	margin-bottom:50px;	
	}

	
/* Footer */
	
#footer {
	background:#C0C0C0;	
	color:#FFF;
	font-size:.8em;
	}
#footer a {
	color:#A57F72;
	}
#footer span:first-child {
	float:left;	
	}
#footer span {
	float:right;	
	}
.gallery {
	font-size:10px;
	line-height:20px;
	}

/* About-specific formatting */
#aboutportrait {
    float: right;
    padding-left: 11px;	
	}
	
/* Past exhibitions formatting */

.pastexhibitions h1 {
	text-align:center;	
	}
