* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff url('../images/background.png') fixed repeat-x;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
}

input {
	border: 1px solid #000000;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #5b5b5b;
}

div#container {
	width: 990px;
	margin: 2em auto;
	background-color: #ffffff;
	background: url('../images/content-background.png') repeat-y;
}

div#header {
	height: 200px;
	background: url('../images/banner.png') right no-repeat;
}

div#content {
	padding: 0.5em;
	min-height: 500px !important;
}

* html div#content {
	height: 500px;
}

div#text {
	margin-left: 230px;
	width: 745px;
}

div#footer {
	clear: both;
	background-color: #eaeaea;
	text-align: right;
	padding: 0.2em 0;
	padding-right: 0.2em;
	border: 3px solid #a37f41;
	border-left: 0;
	border-right: 0;
}

hr {
	margin-top: 0.3em;
	border: 1px solid #a29469;
}

h1 {
	background-color: #a37f41;
	text-align: right;
	color: #f6f0e0;
	font-size: 1.2em;
	padding: 0.2em 0;
	padding-right: 0.2em;
	border: 3px solid #4158b3;
	border-left: 0;
	border-right: 0;
}

h2 {
	color: #a29469;
}

h3 {
	color: #252c9e;
}

ul#navi {
	list-style-type: none;
	float: left;
}

ul#navi li {
	margin-bottom: 0.75em;
}

ul#navi li a {
	font-size: 1.15em;
	padding: 0.3em 0;
	display: block;
	width: 210px;
	border: 3px solid #4158b3;
	border-left: 0;
	border-right: 0;
}

ul#navi li ul.subnavi {
	padding-left: 20px;
	list-style-type: none;
	display: none;
}

ul#navi li ul.subnavi li {
	margin: 0;
}

ul#navi li ul.subnavi a {
	width: 190px;
	border: 0;
}
