body				{
	background-color: #FFFFFF; 
	margin: 0px;
	font-family: courier new, courier, sans-serif; 
	font-size: 0.9em;
	color: #F9ECA7;
	background-color: #1C1C10
}

#container		{
	width: 770px; 
	background-color: #B70F1E;
}
#head		{
}
#nav		{
	border-top: solid 2px #D2D688;
	border-bottom: solid 2px #D2D688;
	background-color: #5A9228;
	padding: 4px;
	padding-left: 8px; 
	font-size: 1.1em;
}
#nav a	{
	color: #F9ECA7;
	text-decoration: none
}
#nav a:hover	{
	color: #B70F1E;
	text-decoration: underline
}

#nav span {
	color: #B70F1E;
	text-decoration: underline
}
#main		{
	padding: 10px; padding-top: 20px; height: 500px
}
#content	{
	float: left;
	width: 510px;
	margin-right: 20px
}
#sidebar	{
	float: left;
	width: 220px;
}
#clearer	{
	clear: both
}

h1	{
	font-size: 1.3em;
	text-decoration: underline;
	font-weight: normal;
	margin-top: 0px;
}
h2	{
	color: #1B1A12;
	font-size: 1.0em;
	text-decoration: underline;
	font-weight: normal;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 8px
}
h3	{
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 8px
}

p	{
	margin-top: 0px;
	margin-bottom: 8px
}
p.quote	{
	width: 340px;
	margin-top: 4px;
	margin-bottom: 20px
}
p.quote	span {
	display: block;
	width: 340px;
	font-family: arial, sans-serif;
	font-size: 0.7em;
}

li	{
	padding-bottom: 4px
}

div.panel	{
	background-color: #F9EBA6;
	padding: 10px;
	border-right: solid 4px #599328;
	border-bottom: solid 4px #599328;
	margin-bottom: 20px
}
div.panel	div {
	margin-bottom: 6px
}
div.panel	a {
	color: #665C45; text-decoration: none
}
div.panel	a:hover {
	color: #1B1A12;text-decoration: underline
}

a	{
	color: #F9ECA7;
	text-decoration: underline
}
a:hover	{
	color: #5A9228;
	text-decoration: underline
}

img	{
	border: none
}

