body {
	text-align: center;
}

p, h2 {
	font-family: georgia;
	color: #F8EDCD;
	font-weight: normal;
	font-size: 0.9em;
}
h2 {
	padding: 20 0 0 0;
	font-style: italic;
	font-size: 1.3em;
	
}
#wrapper {
	margin: 40px auto;
	width: 535px;
	background-color: #33321C;
	text-align: center;
	border: 0;
	padding: 0;
}
.top {
	border-bottom: 0 !important;
	margin: 0 !important;
	margin-bottom: -1px;
	font-size: 1px;
	background-color: #33321C;
	width: 533px;
}
table, tr, td {
	font-size: 1em;
	border: 0;
	margin:0;
	padding:0;
	text-align: center;
	background-color: #33321C;
}
table {
	width: 513px;
	margin: 0 5px 0 5px;
	border:0 !important;

}
.middle {
	border: 0 !important;
	border-left: 1px solid #3C6157;
	border-right: 1px solid #3C6157;
	margin:0;
	padding:0;
	margin-top:0px;
	margin-bottom:0px;
	width: 533px;
	background-color: #33321C;
}
.middle a {
	color: #EDD17C;
	text-decoration: none;
}
.middle a:hover {
	color: #ffdd66;
	text-decoration: underline;
}
.bottom {
	background: #1B2F2A !important;
	border-bottom: 0 !important;
	margin: 0 !important;
	font-size: 1px;
	width: 533px;
	background-color: #33321C;
}
.nav a{
	margin-top:3px;
	width: 90px;
	display:inline;
	filter: alpha(opacity=60);-moz-opacity:.6;opacity:.6; /* IE's opacity*/	
	background-color:#33321C;
	color: #F8EDCD;
	line-height: 1.1em;
	font-weight: bold;
	text-decoration: none;
	color: #F8EDCD;
	font-family: georgia; font-size:0.9em;
	padding: 3px;
}
.nav a:hover{
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1; /* IE's opacity*/	
	background-color:#33321C;
	color: #F8EDCD;
	line-height: 1.1em;
	font-weight: bold;
	text-decoration: none;
	color: #F8EDCD;
	font-family: georgia; font-size:0.9em;
}
td.nav {
	height: 40px; 
	background: #222113 url(images/grass.jpg); 
	background-repeat: no-repeat;
}
.nav2 a{
	margin-top:3px;
	width: 90px;
	display:inline;
	filter: alpha(opacity=60);-moz-opacity:.6;opacity:.6; /* IE's opacity*/	
	color: #F8EDCD;
	line-height: 1.1em;
	font-weight: bold;
	text-decoration: none;
	color: #F8EDCD;
	font-family: georgia; font-size:0.9em;
	padding: 3px;
	border: 1px #222113 solid;
	
}
.nav2 a:hover{
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1; /* IE's opacity*/	
	color: #F8EDCD;
	line-height: 1.1em;
	font-weight: bold;
	text-decoration: none;
	color: #F8EDCD;
	font-family: georgia; font-size:0.9em;
	border: 1px #F8EDCD solid;
}
td.nav2 {
	height: 20px; 
	background: #222113; 
}

.welcome {
	text-align:right;
	font-family: georgia; 
	font-size:1.3em; 
	color:#F8EDCD;
}
.emphasis {
	font-style: italic;
	font-family: georgia; 
	font-size:1.4em; 
	color:#F8EDCD;
}
textarea {
	scrollbar-face-color: #33321C;
	scrollbar-highlight-color: #005000;
	scrollbar-shadow-color: #003000;
	scrollbar-3dlight-color: #003000;
	scrollbar-arrow-color:  #ffcc00;
	scrollbar-track-color: #004000;
	scrollbar-darkshadow-color: #000000;
}