body {
	background: #F5F5DC;
	padding: 20px;
}
h1 {
	font-family: georgia,verdana,sans-serif;
	font-size: 1.3em;
	color: #483D8B;
	clear: both;
	padding-top: 30px;
}
h2 {
	font-family: georgia,sans-serif;
	font-size: 1.3em;
}
h3 {
	font-family: georgia,sans-serif;
	font-size: 1.1em;
}
#container {
	margin:20px auto;
	width:700px;
	background: #F5F5DC;
	padding: 20px;
}
#content{
	font-family: "trebuchet ms",sans-serif;
	font-size: 0.85em;
	background: url("pictures/watermark.gif") repeat-y #F5F5DC;
	padding: 20px;
	width:700px:
	margin: 0px;

}
#copy {
	padding: 10px;
}
#header {
	clear: both


}
#nav {
	background: #CCC;
	width: 650px;
	text-align: center;
	padding: 2px;
	margin: 0px;
	height: 22px;
}
#nav ul{
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
}
#nav ul li {
	display: inline;
}
#nav ul li a{
	color: black;
	background: #cecece;
	padding: 3px 6px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	/* Edit the border effect for the links */
	border-top: #eee 1px solid;
	border-left: #eee 1px solid;
	border-bottom: #444 1px solid;
	border-right: #444 1px solid;
	
}
#nav ul li a:hover{
	background: #eee;
	
}
#nav ul li a.active{
	background: #eee;
}