body {
	background: #ffffff;
	font-family: verdana, sans-serif, arial;
	/*font-size: 11px;*/
	font-size: 12px;
	padding: 0;
	margin: 0;
	text-align: center;
}

a	{
	text-decoration: none;
	color: #6E3C1B;
	}

a:hover	{
	text-decoration: underline;
	}

#container {
	background: #ffffff;
	padding-top: 0px;
	margin: 0px auto;
	width: 800px;
	/*
	border-left: 10px solid black;
	border-right: 10px solid black;
	border-bottom: 10px solid black;
	*/
	text-align: left;
	}

#head {
	width: 800px;
	/* background-image: url(title.jpg); */
}

#head p {
	display: none;
	}
	
#links {
	width: 800px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 1.65em;
	font-family: Arial,sans-serif;
}

#left	{
	float: left;
	display: inline;
	width: 400px;
	margin: 0px;
	margin-top: 10px;
	/*clear: both;*/
	}
	
#left a {
	font-weight: bold;
	}

#left p {
	margin: 0px;
	margin-bottom: 8px;
	padding-right: 5px;
	}
	
#left hr {
	width: 80%;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	}

#left h1 {
	margin: 0px;
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 1.55em;
	font-family: Arial,Sans-Serif;
	}
	
#left h2 {
	margin: 0px;
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 1.3em;
	font-family: Arial,Sans-Serif;
	color: #39354C;
	}

/*

The following hack fixes the Internet Explorer pixel-jog problem.
Found at http://positioniseverything.net/explorer/threepxtest.html

*/

/* Hide from IE5-mac \*/
* html #left {
margin-right: 10px;
}
* html #right {
height: 1%;
margin-left: 0;
}
/* End IE5/mac hide */

#right	{
	padding-top: 10px;
	float: right;
	display: inline;
	width: 400px;
	text-align: right;
	}
	
#right img {
	float: right;
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
}

#right p {
margin: 0px;
padding: 0px;
padding-top: 5px;
font-size: smaller;
text-align: right;
}


#footer {
	margin: 0px;
	padding-top: 8px;
	clear: both;
	text-align: right;
	font-size: smaller;
	}
	
.hidden { display: none; }
.unhidden { display: block; }