BODY
{
	text-align: center;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:  10pt;
	background-color: #775532;
}

#container
{
	width: 800px;
	\width: 820px;
	w\idth: 800px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding:  0px;
	text-align: left;
	background-color:  #FCEDD6;
	color: #333;
	border: 1px solid gray;
	line-height: 150%;
}

#banner
{
	width: 800px;
	height:  100px;
	line-height: 100%;
	background-color: white;
	border-bottom: 1px solid gray;
	background-image: url(images/banner.jpg);
}

#banner h1
{
	margin: 0;
	text-indent: -100em;
}

#menu
{
	text-align: left;
	float: left;
	width: 200px;
	\width: 220px;
	w\idth: 200px;
	margin: 0 0 0 0;
	padding: 2px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333;
	line-height: 200%;
}

#menu .nolink
{
	list-style-type: none;
}

#content
{
	margin-left: 210px;
	min-height: 400px;
	border-left: 1px dashed gray;
	padding: 2em;
}

#content .randomquote
{
	text-align: right;
	margin-top: 100px;
}

#content .underlined
{
	text-decoration: underline;
}

#content .centered
{
	text-align: center;
} 

#footer
{
	text-align: center;
	clear: both;
	margin: 0;
	padding: 1em;
	color:  #333;
	border-top: 1px solid gray;
}

a:link
{
	text-decoration: none;
	color: #06C;
}

a:visited
{
	text-decoration: none;
	color: #39F;
}

a:hover
{
	text-decoration: underline;
	color: #06C;
}

