<style type="text/css">

/* basic layout */

body 
	{ 
	text-align: center; 
	}

html
	{
	background: #F8F2E5;
	background-image: url('./images/bg_tile.jpg');
	margin: 0 0 0 0; 
	}

html,body 
	{
	height: 98%;
	}

div#container 
	{ 

	width: 600px; 
	text-align: left; 
	margin: 0 auto; 
	background: #fff;
	background: #F8F2E5;	
	}

div#footer
	{
	text-align: right;
	width: 600px; 
	margin: 0 auto; 
	}
div#mail
	{
	text-align: center;
	width: 600px;
	margin: 0 auto -10px auto;
	}

div#banner
	{
	margin: 0;
	padding: 0;
	text-align: center;
	height: 50px;
	}

div#banner h1
	{
	text-align: center;
	margin: 0 0 0 0;
	line-height: 220%;
	}

div#maincontent
	{
	padding: 10px;
	}

/* The 'look' of the objects */

div#footer
	{
	font-size: 10px;
	color: #AA3333;
	}
#footer a
	{
	color: #8D0500;
	font-size: 10px;
	text-decoration: none; 
	padding-bottom: 20px;
	}	

div#mail a
	{
	font-size: 10px;
	text-decoration: none; 
	color: #DA3333;;
	}
div#mail a:hover
	{
	font-size: 10px;
	text-decoration: none; 
	color: #FF00AA;
	}


body
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

hr
	{
	width: 25%;
	}

img
	{
	border: none;
	}

a
	{
	text-decoration: none;
	}

img.rhinset
	{

	float: right;
	margin: 10px;
	margin-top: -10px;
*	margin-top: 10px;
	height: 94px;
	}

img.rhinset2
	{

	float: right;
	margin: 10px;
	margin-top: -10px;
*	margin-top: 10px;
	width: 150px;
	}

img.lhinset
	{
	display: block;
	float: left; 
	margin-right: 10px;
	}

div#maincontent h1, h2, h3, h4
	{
	font-family: "Copperplate Gothic Light", Times;
	color: #DF8880;
	color: #C17871;
	color: #F84241;
	}
	
div#maincontent h1, h3
	{
	text-align: center;
	margin: 3px;
	}
div#maincontent h2
	{
	text-align: left;
	}
div#maincontent h4
	{
	text-align: left;
	margin: 3px;
	margin-top: -20px;
	}
div#maincontent h5
	{
	text-align: left;
	color: #9F6860;
	color: #BF6860;	
	font-size: 16px;
	}
	
div#maincontent a
	{
	color: #BF6860;
	}
	
p.question
	{
	margin-left: 50px;
	margin-right: 30px;
	text-align: left;
	color: #9F6860;
	color: #BF6860;	
	font-size: 16px;
	font-weight: bold;
	}	
p.answer
	{
	margin-left: 20px;
	margin-right: 20px;
	font-size: 85%;
	}
	
p.tiny
	{
	text-align: center;
	font-size: 60%;
	}

p.centered
	{
	text-align: center;
	}

p.outdent
	{
	text-align: left;
	text-indent: -40px;
	margin-left: 50px;
	margin-right: 30px;
	}
p.indent
	{
	margin-left: 50px;
	margin-right: 30px;
	text-align: left;
	}
p.indent2
	{
	text-align: left;
	text-indent: 20px;
	padding-bottom: 20px;

	margin-left: 10px;
	margin-right: 10px;
	}

/* stuff I'm mucking around with */

div#menu 
	{
	background: #684241;
	padding-bottom: 3px;
	text-align: center; 
	top: 30px; 
	left: 0; 
	font-size: 13px; 
	z-index: 100;
	}
div#menu a 
	{
	display: block; 
	display: inline;
	text-align: center; 
	padding: 0px 10px 3px; 
* 	padding: 0px 10px;
	margin: 0 0 1px; 
	border-width: 0; 
	text-decoration: none; 
	color: #FFC; 
	background: #684241;
	}
	
div#menu a:hover 
	{
	color: #711D22; 
	background: #C66223;
	}

div#menu span 
	{
	display: none;
	}
	
/* ie tweaks */
div#menu a:hover span.item1
	{
*	position: absolute;
*	top: 15px;
*	left: auto;
*	margin-left: -72px;
*	display: inline;
	}

div#menu a:hover span.item2
	{
*	position: absolute;
*	top: 15px;
*	left: auto;
*	margin-left: -132px;
*	display: inline;
	}

div#menu a:hover span.item3
	{
*	position: absolute;
*	top: 15px;
*	left: auto;
*	margin-left: -187px;
*	display: inline;
	}

div#menu a:hover span.item4
	{
*	position: absolute;
*	top: 15px;
*	left: auto;
*	margin-left: -285px;
*	display: inline;
	}

div#menu a:hover span.item5
	{
*	position: absolute;
*	top: 15px;
*	left: auto;
*	margin-left: -369px;
*	display: inline;
	}

div#menu a:hover span.item6
	{
*	position: absolute;
*	top: 15px;
*	left: auto;
*	margin-left: -453px;
*	display: inline;
	}

div#menu a:hover span.item7
	{
*	position: absolute;
*	top: 15px;
*	left: auto;
*	margin-left: -564px;
*	display: inline;
	}


/* Back to the correct standard */	
div#menu > a:hover span 
	{
	display: block;
	position: absolute; 
	top: 8px; 
	z-index: 100;
	color: #CCC; 
	font-size: 10px;
	text-align: center;
	}

div#menubottom
	{
	background: #684241;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center; 
	left: 0; 
	font-size: 13px; 
	z-index: 100;
	}
div#menubottom a 
	{
	display: block; 
	display: inline;
	text-align: center; 
	padding: 3px 10px; 
	margin: 0 0 1px; 
	border-width: 0; 
	text-decoration: none; 
	color: #FFC; 
	background: #684241;
	}
div#menubottom a:hover 
	{
	color: #711D22; 
	background: #C66223;
	}



img.menu_image
	{
	width: 600px;
	height: 115px;
	}

img.limited
	{
	width: 500px;
	}

div#maincontent a:link
	{
	text-decoration: none;
	color: #DA3333;
	}
div#maincontent a:visited
	{
	text-decoration: none;
	color: #DA3333;
	}
div#maincontent a:hover
	{
	text-decoration: none;
	color: #FF00AA;
	}

table
	{
	text-align: center;
	margin: 10px auto;
	}
td
	{
	text-align: center;
	}
tr.description
	{
	vertical-align: middle;
	font-size: 12px;
	}
td img
	{
	width: 120px;
	}
.smallpic
	{
	height: 94px;
	}
.smallishpic
	{
	height: 130px;
	}
.mediumpic
	{
	width: 300px;
	}
.mediumpic2
	{
	width: 370px;
	}


ol li
	{
	font-size: 85%;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 10px;
	list-style: upper-roman;
	}

</style>


