html, body {
	background: url('images/oldfashionedbg.jpg') repeat-y center top;
	margin: 0px;  
	background-color: #393939; 
	text-align: center; 
}

#container {
	margin: 0 auto;
	width: 706px;
	text-align: justify;
	position: relative; 
}

h1 {
	color: #211800;
	letter-spacing: 1px; 
	font-size: 18px;
	font-family: Georgia;
	text-transform: capitalize; 
	font-variant: small-caps;
	font-weight: lighter; 
	margin: 0;
	padding: 0 0 4px 10px;
	border-bottom: 2px solid #A28212;
}

body, tr, td { 
	font-size: 12px; 
	font-family: Arial, "Times New Roman", Times; 
	color: #211800; 
}

#content a, #footer a { 
	color: #9A4040; 
	text-decoration: none; 
	font-weight: bold; 
}

#content a:hover, #footer a:hover { 
	color: #5E1818; 
	text-decoration: none;
	font-weight: bold; 
}

input, textarea {
	font-size: 12px; 
	font-family: Arial, "Times New Roman", Times; 
	color: #211800; 
	padding: 2px; 
	background-color: #cfb787;
	border: 1px solid #A28212;
}

.contact {
	width: 100%; 
}

#content { 
	position: absolute;
	left: 90px; 
	top: 350px; 
	width: 527px;
	padding: 0 0 20px 0; 
	line-height: 18px;
}

#menu {
	position: absolute;
	left: 470px; 
	top: 195px; 
	width: 150px; 
	text-align: left; 
	text-transform: lowercase; 
	font-family: Georgia; 
	font-size: 16px; 
	line-height: 22px;
}

.left {
	float: left; 
	text-align: left; 
}

.right {
	text-align: right; 
}

#menu ul {
	margin: 0;
	padding: 0;
	display: block;
} 

#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li a {
	text-decoration: none;
	color: #912424;
}

#menu html>body li a {
	width: auto;
}

#menu li a:hover {
	color: #5E1818;
	border-bottom: 1px solid #5E1818;
}

b, i {
	color: #755A12;
}

#footer {
	margin: 20px 0 0 0;
	border-top: 1px dashed #A28212;
	font-size: 11px; 
	font-family: Georgia; 
	text-align: center; 
	font-style: italic; 
}

#pages {
	text-align: center; 
	font-style: italic; 
	word-spacing: 5px;
	font-family: Georgia; 
}

#thumb {
	margin: 2px; 
	border: 1px solid #A28212;
	background-color: #cfb787;
	padding: 5px;
}

.photo {
	border: 1px solid #A28212;
	background-color: #cfb787;
	padding: 5px;
}