body
	{
		background-image: url(images/background_test.gif);
	}

.fullpage
	{
		width:791px;
		margin:0 auto;
		height:690px;
	}
.header
	{
		width:791px;
		height:183px;
	}
.menu
	{
		width:165px;
		float:left;
		background-image: url(images/repeater.gif);
		z-index:2;
		position:absolute;
	}
.menu img
	{
		border:none;
	}
.repeater
	{
		width:122px;
		float:right;
		background-image: url(images/repeater.gif);
	}
.textarea
	{	
		background-image: url(images/repeater.gif);
		background-position: left;
		background-repeat: repeat-y;
		background-color:#E7D0BD;
		border-right: solid 6px #80522a;
		width:585px;
		padding-left: 200px;
		min-height: 600px;
	}
.footer
	{	
		width:791px;
		height: 161px;
	}

.bottommenu
	{	
		position:relative;
		top: -130px;
		left: 210px;
		z-index: 2;
		width: 500px;
		border: 3px #80522a groove;
		font-family: arial;
		font-size: 16px;
		text-align: center;
		padding: 5px;
		background-color:#E7D0BD;
	}
.bottommenu a:link
	{
		color: black;
	}
.bottommenu a:visited
	{
		color: #623e21;
	}
.bottommenu a:hover
	{
		background: tan;
	}

h1 
	{
		padding-left: 60px;
		font-family: verdana;
		font-size: 25px;
		color:black;
	}
h2
	{
		margin-top:0px;
		padding-top: 10px;
		Padding-left:20px;
		text-align: left;
		font-family: verdana;
		font-size: 20px;
	}
h3
	{
		margin-top:0px;
		padding-top: 10px;
		padding-left:20px;
		text-align: left;
		font-family: verdana;
		font-size: 17px;
	
	}
	
p
	{
		padding:0px 20px 0px 20px;
		font-family: arial;
		
	}
li	{
	margin-right:20px;
	}
#hidden
	{
		display:none;
	}