/*
	TABLE OF CONTENTS
	
		Typography
		Layout
*/


/* TYPOGRAPHY
-----------------------------------------------------------------*/
h1 {
	font-size:2.25em;
	line-height:1.1em;
	}
h2 {
	}

#content {
	font-size:.9em;
	line-height:1.6em;
	}
#content p {
	margin:0 0 15px 25px;
	}

.quote {
	font-size:1em;
	font-weight:bold;
	}
.quotee {
	font-size:.8em;
	}

#nav a:link		{color:#513f25;text-decoration:none;}
#nav a:visited	{color:#513f25;text-decoration:none;}
#nav a:hover	{color:#513f25;text-decoration:underline;}
#nav a:active	{color:#513f25;text-decoration:underline;}	

#content a:link		{color:#513f25;text-decoration:underline;}
#content a:visited	{color:#513f25;text-decoration:underline;}
#content a:hover	{color:#F1E2CC;text-decoration:none;background:#513f25;}
#content a:active	{color:#F1E2CC;text-decoration:none;background:#513f25;}

#content a:hover img	{color:#F1E2CC;text-decoration:none;background:#F1E2CC;}



/* LAYOUT
-----------------------------------------------------------------*/
body {
	margin:0;
	padding:0;
	xbackground-color: #e5e0d4;
	xbackground-image: url(../images/background.gif);
	xbackground-repeat: no-repeat;
	xbackground-position: left top;
	font-family:"Times New Roman", Times, serif;
	color:#513f25;
	}
#site-container {
	margin:54px 0 0 41px;
	width:863px;
	}
#site-wrapper {
	width:863px;
	background-image: url(../images/site-wrapper_background.gif);
	background-repeat: repeat-y;
	min-height:700px;
	display:table;
	}
#nav {
	float:left;
	width:235px;
	display:none;
	}
#nav img {
	margin:0 0 0 17px;
	}
	
#nav ul {
	font-size:1.1em;
	line-height:1.25em;
	font-weight:bold;
	list-style:url(../images/listIcon.gif);
	margin:0 0 0 45px;
	padding:0;
	}
#nav ul li {
	margin:8px 0 8px 0;
	}
#nav ul li ul {
	font-size:.75em;
	line-height:1.25em;
	list-style:outside;
	margin:0 0 15px 0;
	}
#nav ul li ul li {
	margin:0 0 2px 15px;
	}
	
#content {
	position:absolute;
	top:0;
	left:0;
	}
#headerImage {
	display:none;
	}
#footerImage {
	display:none;
	}
	
	
/* Homepage specific */
#titleImage {
	margin:0 0 15px 0;
	}
#homepage {
	}
#homepage img {
	/* book cover */
	float:right;
	border:1px solid #000;
	margin:0 0 15px 15px;
	}
	
	
/* GUF Letters Exhibiit Specific */
#gufExhibitThumbs ul {
	list-style:none;
	}
#gufExhibitThumbs ul li {
	float:left;
	margin:0 10px 10px 10px;
	width:150px;
	height:225px;
	}
#gufExhibitThumbs ul li img 		{border:1px solid #F1E2CC;}
#gufExhibitThumbs ul li img:hover 	{border:1px solid #000;}

.letterThumbRight {
	float:right;
	border:1px solid #F1E2CC;
	margin:0 0 10px 10px;
	}
#content .letterThumbRight:hover {border:1px solid #000;}

.letterThumbLeft {
	float:left;
	border:1px solid #F1E2CC;
	margin:0 10px 10px 0;
	}
#content .letterThumbLeft:hover {border:1px solid #000;}