body {
	background : #dbdbdb url(images/bg.jpg) repeat-y center top;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p {
	font-size: 1em;
	line-height: 1.4em;
}

#wrapper {
	margin: 0px auto 0px auto;
	text-align: left;
	display: block;
	width: 550px;
	border-right: 1px solid #886c52;
	border-left: 1px solid #886c52;
}

#headerPic {
	width: 550px;
	height: 140px;
	display: block;
	float: left;
	border-bottom: 8px solid #886c52;
	clear: both;
}

#headerPic a {
	margin: 0px;
	padding: 0px;
	border: 0px solid transparent;
}

#navbar {
	display: block;
	background: url(images/nav_bg.jpg) repeat-x top;
	float: left;
	width: 550px;
	margin: 0px;
	padding: 0px;
	height: 27px;
}

div#navbar {
}

#navbar ul li {
	list-style: none;
	display: inline;
}

#navbar a {
	color: #503215;
	font: bold 12px/16px Verdana, Arial, Helvetica, sans-serif;
	border-left: 1px solid #8c6238;
	border-right: 1px solid #8c6238;
	margin-left: 10px;
	background: #c2a589;
	position: relative;
	display: block;
	float: left;
	text-decoration: none;
	padding: 3px 8px 3px 8px;
	border-top: 1px solid #8c6238;
	margin-top: 3px;
}

#selected {
	color: #503215;
	font: bold 12px/16px Verdana, Arial, Helvetica, sans-serif;
	border-left: 1px solid #8c6238;
	border-right: 1px solid #8c6238;
	margin-left: 10px;
	background: #c6a079;
	position: relative;
	display: block;
	float: left;
	text-decoration: none;
	padding: 3px 8px 3px 8px;
	border-top: 1px solid #8c6238;
	margin-top: 3px;
	border-bottom: 1px solid #c6a079;
}

#navbar a:link, #navbar a:visited {
	background: #d7bca1 url(images/button_bg_norm.jpg) repeat-x top;
	color: #503215;
}

#navbar a:hover, #navbar a:active {
	background: url(images/button_bg_over.jpg) repeat-x top #ffc470;
}

#title {
	display: block;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	clear: both;
	width: 90%;
	margin-bottom: 40px;
}

#textCol {
	width: 364px;
	float: left;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	clear: both;
}

#picCol {
	width: 136px;
	display: block;
	float: left;
	margin-left: 10px;
}

#picCol img {
	border: 1px solid #503215;
}

p, td {
	margin-top: 0px;
	color: #503215;
	clear: left;
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
}

h1 {
	color: #503215;
	float: left;
	font: 150% Georgia, "Times New Roman", Times, serif;
	display: block;
	padding-bottom: 20px;
	padding-top: 10px;
}

#title h1, #title p {
	margin-bottom: 0;
	padding: 0;
}

#footer {
	float: left;
	display: block;
	text-align: center;
	border-top: 1px dotted #886c52;
	width: 100%;
	color: #503215;
	margin-top: 10px;
	padding-top: 5px;
	background: url(images/button_bg_norm.jpg) repeat-x top #d6baa0;
	margin-bottom: 5px;
	padding-bottom: 5px;
	clear: both;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

#textCol table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	display: block;
}

#textCol table td {
	border-width: 0px;
	border-style: hidden;
	background: #d7bca1;
	margin: 0px;
	padding: 5px 3px 5px 3px;
}

a {
	color: #a0491a;
}

a:hover
 {
	color: #fff8bc;
}

hr {
	border-top: 1px double #503215;
}