body {
	background: url(images/bg_main.jpg) repeat-x #472613;
	margin: 0px;
	padding: 0px;
}
#container {	
	background: url(images/bg_container.jpg) repeat-y #ffffff;
	margin: 0px auto;
	width: 750px;
	text-decoration: none;
}
#content {

	float: left;
	margin-top: -40px;
	padding: 20px;
	width: 549px;
}
#footer {
	background: url(images/bg_footer.jpg) no-repeat;
	clear: both;
	color: #ffffff;
	font-size: 12px;
	height: 23px;
	padding-top: 5px;
	text-align: center;
}
#framedphoto {
	background: url(images/framedphoto.gif) no-repeat top right;
	margin-top: -115px;
	height:173px;
}
h2 {
	color: #9d6f32;
	margin-top: 2px;
	margin-bottom: 2px;
}
#header {
	background: url(images/bg_header.jpg) no-repeat;
	height: 117px;
}
#menu {
	list-style-type: none;
	margin: 12px 0px 0px 2px;
	padding: 0px;
	position: relative;
	z-index:100;
}
#menu li a {
	background: url(images/bg_menu.jpg) no-repeat;
	color: #f2ecc3;
	display: block;
	font-size: 12px;
	height: 20px;
	padding: 2px 0px 0px 15px;
	text-decoration: none;
}
#menu li a:hover {
	color: #330702;
}
#menu li:hover ul {
	display: block;
}
#menu li ul {
	display: none;
	margin: -1px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	top: 20px;
	left: 100%; /* to position them to the right of their containing block */
	width: 255px; /* width is based on the containing block */
	border: 1px solid #440905;
}
#menu  li ul li a {
	background-image: none;
	background-color: #d3a662;
	color: #330702;
}
#menu li ul li a:hover {
	background-color: #c39653;
}
#navbar {
	float: left;
	margin-top: -70px;
	width: 155px;
}
p {
	font-size: 14px;
	margin-top: 0px;
}