#container {
	background: url(../images/bgfooter.png) no-repeat bottom center;
}

#main {
	width: 800px;
	margin: 50px auto;
	background: #ecddc5 url(../images/bgcontent.gif) repeat-y;;
}

#header {
	height: 135px;
	background: #a14f15 url(../images/bgheader.jpg) no-repeat;
	position: relative;
}
	
	#header h1 a {
		display: block;
		width: 320px;
		height: 76px;
		position: absolute;
		top: 14px;
		left: 50px;
		background: url(../images/logo.jpg) no-repeat;
	}
	
	#header h1 a:hover {
		background: url(../images/logo.jpg) no-repeat 0 -76px;
	}

	#header a span {
		display: none;
	}

#menutop {
	position: absolute;
	bottom: 0;
	border: 2px solid #e6ae75;
	background: #2b0e05;
	width: 796px;
}

	#menutop li {
		float: left;
	}
	
	#menutop li a {
		display: block;
		float: left;
		padding: 0 20px;
		text-decoration: none;
		color: #e3ab72;
		font: .9em/31px Georgia, "Times New Roman", Times, serif;
		border-right: 2px solid #e6ae75;
	}
	
	#menutop li a:hover, #menutop li a#current:hover {
		background: #e3ab72;
		color: #2b0e05;
	}
	
	#menutop a#current {
		background: url(../images/bgmenutop.gif) no-repeat 1px 8px;
	}

#content {
		
}

.block {
	margin: 10px 20px;
	border: 1px solid #d1cba7;
	background: #f3eadb url(../images/bgblock.jpg) no-repeat right center;
	clear: both;
	padding-bottom: 15px;
}

	.block h2 {
		font: bold 1.5em/30px Georgia, "Times New Roman", Times, serif;
		background: #cacfaf url(../images/bgblocktitle.jpg) no-repeat right center;
		color: #303611;
		padding: 0 15px;
	}
	
	.block h3 {
		font: bold .9em Georgia, "Times New Roman", Times, serif;
		color: #443c2f;
		padding: 5px 10px;
		margin: 5px 0;
	}
	
	.block p {
		padding: 5px 10px;
		text-align: justify;
		color: #6b6b6b;
		font-size: 1.1em;
	}
	
	.block img {
		padding: 5px;
		margin: 5px 10px;
		background: #FFF;
		border: 1px solid #d1bea0;
	}
	
	.block ul {
		list-style-image: url(../images/list-icon.gif);
		margin-left: 40px;
	}
	
	.block a {
		border-bottom: 1px dotted #303611;
		text-decoration: none;
		color: #560300;
	}

#footer {
	background: #550100 url(../images/bgfooter.jpg) repeat-x;
	height: 141px;
	color: #ecddc5;
	position: relative;
	clear: both;
}

	#info {
		width: 400px;
		float: left;
		clear: both;
		font: .8em Georgia, "Times New Roman", Times, serif;
		margin: 35px 30px;
	}
	
	#info a {
		color: #FFF;
	}
	
#menubottom {
	float: left;
	margin: 20px;
	position: absolute;
	right: 15px;
}

	#menubottom li {
		height: 15px;
	}
	
	#menubottom a {
		display: block;
		font: .8em Georgia, "Times New Roman", Times, serif;
		color: #D9C5A5;
		text-align: right !important;
		text-decoration: none;
	}
	
	#menubottom a:hover {
		border-bottom: 1px solid #FFF;
	}
	
#frm {
	width: 75%;
	margin: auto;
	padding: 20px;
}

	#frm fieldset {
		padding: 5px;
		background: #FFF;
	}
	
	#frm legend {
		font: bold 1.4em Georgia, "Times New Roman", Times, serif;
		color: #303611;
	}
	