/* Helpers and base rules */

img	{
	border: 0;
	}
/* The body style affect ALL type on the pages*/

body{
 font-family: "Adobe Caslon", Georgia, "Times New Roman", Times, serif;
	color: #413525;
	margin: 0px;
	padding: 0px;
	background-color: #f2f8d4;
}

/* Typography 	*/

p{
 font-size: 90%;
 line-height: 1.2em;
 margin: 0px;
 padding: 0px 0px 15px 0px;
 font-family: Arial, Helvetica, sans-serif;
}
h1{
 font-size: 125%;
 margin: 0px;
 padding: 0px 0px 5px 0px;
 font-family: "Adobe Caslon", Georgia, "Times New Roman", Times, serif;
}

h2{
 font-size: 95%;
 margin: 0px;
 padding: 2px 0px 6px 0px;
 font-family: "Adobe Caslon", Georgia, "Times New Roman", Times, serif;
}

h3{
 font-size: 95%;
 margin: 0px;
 padding: 5px 0px 5px 0px;
 font-family: "Adobe Caslon", Georgia, "Times New Roman", Times, serif;
}

h4{
 font-size: 90%;
 font-weight: normal;
 margin: 0px;
 padding: 0px;
}

h5{
 font-size: 90%;
 margin: 0px;
 padding: 0px;
}
.smallertext{
 font-size: 85%;
 line-height: 1 em;
 margin: 0px;
 padding: 0px 0px 15px 0px;
 font-family: Arial, Helvetica, sans-serif;
}
.caption{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center; 
 
}
/* Default links 	*/

a{
	color: #413525;
	text-decoration: underline;
}

a:link{
	color: #413525;
	text-decoration: underline;
}

a:visited{
	color: #413525;
	text-decoration: underline;
}

a:hover{
	color: #ab5606;
	text-decoration: underline;
}


		
/* This is the main wrapper "outer box" for the entire page*/
#pagewrapper{
	width: 640px;
	height: 766px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-image: url(/graphics/gallerybackground.jpg);
	background-repeat:no-repeat;
	background-color: #f2f8d4;
	}

/* This is the document header section*/
#title {
	width:640px;
	margin:0 auto;
	padding: 93px 0px 0px 0px;
	text-align: center;
	font-family: "Adobe Caslon", Georgia, "Times New Roman", Times, serif;
	}
#topnav {
	width:640px;
	margin:0 auto;
	padding: 3px 0px 10px 0px;
	text-align: center;
	}
#topnav a {	
	color: #413525;
	text-decoration: underline;
	}
#topnav a:hover {	
	color: #ab5606;
	text-decoration: underline;
	}

/* This is the main body section */

/* main content	*/
#content{
	width:640px;
	margin:0 auto;
	padding: 0px;
	text-align: center;
	}


/* These are for the bottom of the page 	*/
#bottomnav {
	width:640px;
	margin:0 auto;
	padding: 0px;
	text-align: center;
	font-family: "Adobe Caslon", Georgia, "Times New Roman", Times, serif;
	}
#bottomnav p{
 font-size: small;
 margin: 0px;
 padding: 0px;
}
#bottomnav a {	
	color: #413525;
	text-decoration: underline;
	}
#bottomnav a:hover {	
	color: #ab5606;
	text-decoration: underline;
	}
