body {
	text-align: center;
	font-family: georgia, serif;
	font-size: 0.9em;
	color: #333333;
	margin: 0px
}

#container {
	width: 770px;
	height: 575px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#nav		{
	text-align: center;
	border: solid 2px #4F482C;
	margin-top: 8px;
	padding: 4px
}
#nav a		{
	color: #333333;
	text-decoration: none;
	padding: 1px;
}
#nav a:hover		{
	color: #853C24;
	background-color: #F1EFE2
}
#nav span	{
	color: #853C24;
	background-color: #F1EFE2;
	padding: 1px;
	font-weight: bold
}

#content	{
	margin-left: 365px;
	width: 400px;
	height: 519px;
	margin-top: 15px;
	background-color: #FCF7E6;
	border: solid 2px #4F482C;
	filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity: 0.85;
	overflow: auto;
  scrollbar-3dlight-color:#FCF7E6; 
  scrollbar-arrow-color:#FCF7E6; 
  scrollbar-base-color:#4F482C; 
  scrollbar-darkshadow-color:#333333; 
  scrollbar-face-color:#4F482C; 
  scrollbar-highlight-color:#FCF7E6; 
  scrollbar-shadow-color:#333333; 
  scrollbar-track-color:#DCD0A6;
}

#content div {
	padding: 10px;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	text-align: center;
}

h1	{
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 16px
}
h2	{
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 4px
}

p	{
	margin-top: 0px;
	margin-bottom: 12px
}
small	{
	font-size: 0.7em
}

a	{
	color: #853C24;
	text-decoration: none
}
a:hover	{
	text-decoration: underline
}

img	{
	border: solid 1px #4F482C
}
img.no_border	{
	border: 0px
}

hr	{
	color: #4F482C; width: 70%; height: 2px;
	border-bottom: solid 1px #DECFA9;
	margin-bottom: 12px
}

table	{
	text-align: left
}
th	{
	vertical-align: top
}
td	{
	vertical-align: top
}

input	{
	font-family: georgia, serif;
	font-size: 0.9em
}
textarea	{
	font-family: georgia, serif;
	font-size: 0.9em
}





		
