body
{
	margin: 8px;
	padding: 0px;
	background: #FFF;
	font-family: arial, helvetica, sans-serif, trebuchet ms, verdana;
	font-size: 80%;
	/*color: #52543D;*/
}

a:active, a:link
{
	color: #3333CC;
	text-decoration: none;
}

a:visited
{
	color: #006666;
	text-decoration: none;
}

a:hover
{
	color: #4F3A31;
	text-decoration: none;
}

#images-stack-right
{
	clear: right;
	float: right;
	display: block;
}


#container
{
	margin: 0px auto;
	width: 850px;
}

#header
{
	width: 850px;
	height: 60px;
	border:1px solid #9F9F71;
	background: #FAFAF8 url('header.jpg');
	border-bottom: 0px;
}

#menu
{
	width: 850px;
	padding: 5px 10px;
	border:1px solid #9F9F71;
	margin-bottom: 10px;
	text-align: right;
	background: #FAFAF8;
	color: #000033;
}

#container2
{
	border:1px solid #9F9F71;
	background: #FAFAF8;
}

#content
{
	width: 850px;
	/*height: 400px;*/
	line-height: 150%;
}

#content h2
{
	font-family: arial;
	font-weight: 100;
	padding: 5px 0px;
	letter-spacing: 4px;
	font-size: 175%;
}

h3
{
	border-bottom: 1px dashed #808080;
	font-family: arial;
	font-size: 120%;
	letter-spacing: 2px;
}

.overflow
{
	overflow: auto;
	width: 850px;
	height: 350px; 
}

#textpadding
{
	padding: 1px 10px;
}

#footer
{
	width: 850px;
	padding: 5px 5px;
	border:1px solid #9F9F71;
	margin-top: 10px;
	text-align: right;
	background: #FAFAF8;
}
