body {
	width:100%;
	padding:0;
	margin:0;
	font:100%/1.4em garamond,arial,helvetica;
	}
h1,h2,h3 {
	font-family:garamond,sans-serif;
	line-height:1.4em
}
h1 {
	font-size:160%;
}
h2 {
	font-size:140%;
}
h3 {
	text-decoration:underline;
	font-size:120%;
}
#wrapper {
	background:url("images/top_tile.jpg") ;
	width:100%
} 
#container {
	position:relative;
	width:764px;
	margin:0 auto
}
#header {
	width:100%;
	background-color:#3CF;
	text-align:center
}
#footer {
	clear:both;
	font-size:90%;
	margin:10px 0;
	border-top:1px solid #ccc;
	color:#666	
}
#nav {
	padding:5px	
}
#nav ul,#nav li {
	list-style:none;
	padding:0;
	margin:0;
}
#nav li {
	display:inline
}
#nav a {
	color:white;
	text-decoration:none;
	font-family:tempus sans itc, arial, sans-serif;
	font-size:120%;
	font-weight:bold;
	margin-right:2em	
}
#nav a:hover {
	color:yellow;
}
.center {
	text-align:center	
}
.pictureframe {
	border:4px solid #CCC;
	padding:2px;
	margin:10px
}
.picturebox {
	width:350px;
	text-align:center
}
.bigpicturebox {
	width:100%;
	clear:both;
	text-align:center	
}
.bigpicturebox img {
	margin:0 auto	
}
.picturebox p, .bigpicturebox p {
	clear:both;
	padding:0;
	margin:0
}
.right {
	float:right	
}
.left {
	float:left	
}
hr {
	clear:both	
}
