body
{
	background: #EEEEEE url(../images/background.gif) repeat-x fixed top;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: black;
	margin: 0;
	padding: 0;
	
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px #860E0D solid;
}

a, a:link, a:visited, a:active
{
	color: #860E0D;
	text-decoration: underline;
}

a:hover
{
	color: black;
}

img
{
	margin: 2px;
}

em
{
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
}

#main
{
	background-color: #D5D6D7;
}

#header
{
	background-color: white;
	font-weight: bold;
	font-size: 200%;
	border-top: 2px ridge #CC0000;
	border-left: 2px ridge #CC0000;
	border-bottom: 2px ridge black;
	margin-bottom: 5px;
	padding: 2px;
	white-space: nowrap;
}

/* MENU */

#menu {
	border-bottom: .5em solid white;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0 15px 0 15px;
	padding-bottom: 1em;
	white-space: nowrap;
}

#menu a {
	margin-right: 5px;
	margin-left: 5px;
	color: black;
	float: left;
	padding: 1px 10px;
	text-decoration: none;
}

#menu a:hover
{
	text-decoration: underline;
	background: white;
	color: black;
}
#menu #current
{
	background: white;
	color: black;
}

#menu li {
	display: inline;
	margin: 0;
	text-align: center;
	white-space: nowrap;
}

#content
{
	font-size: 13px;
	padding: 5px;
	margin: 2px;
	background: white;
	border: 1px dotted #CC0000;
	line-height: 1.5;
}

#content h1
{
	font-size: 16px;
}

#content h2
{
	font-size: 14px;
}

#footer
{
	background: white;
	padding: 2px;
	border-top: 2px solid black;
	text-align: center;
	margin-top: 10px;
	font-size: 80%;
	font-family: Verdana, Arial, Sans-Serif;
	white-space: nowrap;
}