html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #967851;
	font-size: 100.01%;
	color: #333333;
	background-image: url(images/bg.jpg);
	}

#wrapper{
	width: 800px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(images/page-bg.jpg);
	background-repeat: repeat-y;
	}
	
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
}

ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
}

li {
	margin-bottom: 10px;
}

#content {
	width: 750px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.photo {
	margin-bottom: 2px;
}

a {
	color: #330066;
	text-decoration: underline;
}

#footer {
	font-size: 90%;
	line-height: 140%;
	color: #7B5E32;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #7A5B2D;
	padding-top: 10px;
}

#footer a {
	color: #7B5E32;
	text-decoration: underline;
}

#footer a:hover {
	color: #663300;
	text-decoration: underline;
}#MenuPos {
	margin-top: 10px;
}
