		body {
			background-color: #ffffff;
			color: #000000;
			font-family: Trebuchet MS, Tahoma, Sans-Serif;
			margin:0px 0px 0px 0px;
			background-image: url("images/background.jpg");
			background-repeat: repeat-x;
		}
		hr {
			color:#000000;
			background-color: transparent;
			height: 1px;
		}
		a {
			background-color: transparent;
			text-decoration: none;
			color: #692b21;
			font-weight: bold;
		}
		.mainmenu {
		}

		.header {
			background-color: #672f2c;
			border-right:2px solid #000;
			border-bottom:2px solid #000;
			border-top:2px solid #000;
			color: #ffffff;
			padding-top: 1px;
			padding-bottom: 1px;
			padding-left: 10px;
			letter-spacing: 2px
		}
		.main {
			background-color: transparent;
			padding-left: 10px;
			width: 700px;
			left: 0px;
		}	
		table,td {
			font-family: Trebuchet MS, Tahoma, Sans-Serif;
			font-size: 90%;
		}
    p,h1,pre {
        margin:0px 30px 10px 30px;
        }
    
    
	#menu {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 700px;
		padding: 0px;
		margin: 0px;
		text-align: right;
		z-index: 1;
	}
	#top {
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 1;
	}
	#main {
		width: 700px;
		padding: 0px;
	}
	.searchbutton {
		background-color: #672f2c;
		color: #ffffff;
		border-right: 1px solid #000000;
		border-bottom: 1px solid #000000;
		border-top: 1px solid #d29a97;
		border-left: 1px solid #d29a97;
		font-size: 10px;
		font-family: sans-serif;
	}
	.search {
		font-size: 10px;
		font-family: sans-serif;
	}
