body {
	background-color: #edd6a7;
	background-image: url(images/woodgrain.jpg);
	background-attachment: fixed;
	color: #FFFFFF;
	font-family: Baskervilles, Georgia, Serif, "Times New Roman";
	margin-top: 20px;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;

}

a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

#container {
	width: 850px;
	background-color: #FFFFFF;
	color: #000000;
	border: 3px solid #996633;
	margin-right: auto;
	margin-left: auto;
	}

#header {
	font-variant: small-caps;
	text-align: center;
	font-size: x-large;
	letter-spacing: 4px;
	padding-top: 10px;
}

img {
	border: 0px;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.thumb {
	border: 2px solid black;
	float: left;
	margin-right: 5px;
}

#main {
	text-align: left;
	width: 70%;
	float: right;
	padding-right: 10px;
}

#menu {
	font-variant: small-caps;
	float: left;
	background-color: #FFFFFF;
	text-align: right;
	width: 20%;
	padding: 5px;
	border-right: 1px solid black;
	font-size: large;
}

#submenu {
	font-size: small;
}

#footer {
	text-align: center;
	clear: both;
	padding-top: 20px;
	padding-bottom: 10px;
}

.center {
	text-align: center;
}

.break {
	clear: both;
}

p:first-line {
	font-variant: small-caps;
}

p:first-letter {
	font-size: xx-large;
}