	body
	{
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		color: #a76565;
		background-color: #6b0404;
	}
	
	a:link { color: #d1acaf; }
	a:visited { color: #412834; }

	a:hover, a:active
	{
	color: #000;
	background-color: #efc5cb;
	}

	h2
	{
	color: #B52C07;
	font: 150% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 2px 0;
	}

	h2 a { text-decoration: none; }

	h3
	{
	color: #5B5E0E;
	font: 106% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
	 }
	
	#container
	{
		position: relative;
 		margin-top: 50px;
 		margin: 1em auto;
 		width: 700px;
		height: 600px;
		text-align: left;
		background-color: #fff1f1;
		border: 0px solid black;
	}
 	
	#headerup
	{
		height: 90px;
		padding-top: 12px;
		background-color: #fff1f1;
		background-repeat: no-repeat;
		background-position: 0 0;
		border-bottom: 1px solid #fff;
		position: relative
		text-align: center;
	}
	
	#headerup h1
	{
	font-size: 230%;
	font: georgia, times, "times new roman", serif;
	text-align: center;
	color: #7d3131;
	margin: 0;
	padding: 0;
	}
	
	#headerup h2
	{
	font-size: 140%;
	font: georgia, times, "times new roman", serif;
	text-align: center;
	color: #7d3131;
	margin: 0;
	padding: 0;
	}

	#header
	{
		height: 100px;
		background-image: url('images/head.jpg');
		background-repeat: no-repeat;
		background-position: 0 0;
		border-bottom: 0px solid #fff;
		position: relative
	}
	
	#mainnav
	{
		height: 25px;
		background-color: #ae5e5e;
	}
	
	#mainnav u1
	{
		list-style-type: none;
		font-size: 100%;
		font: georgia, times, "times new roman", serif;
		text-align: left;
		color: #7d3131;
	}

	
	#mainnav li 
	{ 
		display: inline; 
	}
	
	#contents
	{
		margin-top: 10px;
		height: 360px;
		border:0pt solid #0000ff;
		padding-left: 20px;
		padding-right: 20px;
		background-color: #fff1f1;
		
	}
	
	#contents2
	{
		margin-top: 10px;
		float: left;
		border:0pt solid #000;
		padding-left: 20px;
		padding-top: 10px;
		background-color: #fff1f1;
		color: rgb(109, 56, 56);
		height: 340px;
		width: 450px;
	}

	#contents2a
	{
		margin-top: 10px;
		float: left;
		border:0pt solid #000;
		padding-left: 20px;
		padding-top: 10px;
		background-color: #fff1f1;
		color: rgb(109, 56, 56);
		height: 1180px;
		width: 680px;
	}


	
	#contents3
	{
		margin-top: 10px;
		float: right;
		border:0pt solid #0000ff;
		background-color: #fff1f1;
		padding-left: 20px;
		padding-top: 10px;
		height: 340px;
		width: 200px;
		
	}
	.imagefloat { float: right;}
	.imagecenter { float: center; }
	
	#fuss
	{
		clear: both;
		margin-bottom: 0px;
		padding-right: 20px;
		border:0pt solid red;
		height: 40px;
		background-color: #fff1f1;
		text-align: right;
		font-size: 90%;
		color: #7d3131;
	}	
	
	

