/******* Positioning Styles *******/
body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-color: #e7d8ac;
	font:12px georgia, times, serif;
}
#page {
	margin: 10px auto;
	border: 3px solid #ffffff;
}
#hdrtext {
	padding: 10px;
	text-align: center;
	background-color: #5A461B;
	border-top: 3px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#main {
	text-align: left;
	padding: 24px 15px 15px 15px;
	background: #e3d9ba url(../images/bkgrnd_main.gif) repeat-x 100% 0;
}
#main table {
	width:100%;
}
#sidebar {
	width: 159px;
	background: #b0b58c url(../images/bkgrnd_sidebar.gif) repeat-x;
	border-right: 1px solid #ffffff;
}
#nav {
	text-align: right;
	margin-top: 20px;
}
#nav, #nav .navitem {
	width:160px;
}
.navitem a, .navitem a:hover, .on, .navhd {
	display: block;
	xwidth: 100%;
	width: 148px;
	padding: 4px 6px;
}
#nav hr {
	border: 1px solid #fff;
}
#stats {
	background-color: #5A461B;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	text-align: center;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
#stats hr {
	border: 1px dotted #ffffff;
	margin: 10px auto;
}
.gallery img {
	border: 1px solid #5A461B;
	margin: 0px 10px 10px 0px;
}
/******* Font Styles *******/
.navitem, .navitem a {
	font: bold 11px georgia, times, serif;
	color: #707845;
	text-decoration: none;
}
.navitem a:hover, .on {
	background-color: #fff;
	color: #5a461b;
}	 
#hdrtext {
	font: 14px georgia, times, serif;
	color: #d6cca3;
	letter-spacing: 2px;
	word-spacing: 2px;
}
#sidebar, #main, #checkin {
/*	font: 11px/16px georgia, times, serif; */
	line-height:18px;
	color: #000;
}
#checkin th, #checkin td {
	padding:5px 3px;
}
.elotro, #checkin .odd { /* Alternating row color on check-in page */
	background-color: #f2e8c7;
}
#main {
	color: #5a461b;
}
#main a, #checkin a {
	color: #707845;
}
#main a:hover, #checkin a:hover {
	color: #5A461B;
	text-decoration: none;
}
#stats {
	font: 11px georgia, times, serif;
	color: #ffffff;
}

