/* CSS Document */

html, body {
	background-color: #43220E;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #993300;
	width: 778px;
	margin: 0px;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

p {
	font-size: 10pt;
	color: #000000;
	margin: 0px;
	padding: 0px;
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px;
}

div.container {
	margin: auto;
	width: 800px;
	background-color: #FFFFFF;
/*	min-height: 100%;
	height: auto !important;
	height: 100%; */
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
}

div.header {
	background-image: url(img/header.jpg);
	width: 800px;
	height: 200px;
}

div.menu {
	background-color: #3E2300;
	width: 800px;
	height: 20px;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

span.menuitem {
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 6px;
	vertical-align: middle;
	border-right: #000000 1px solid;
	font-size: 12px;
	color: #CCCCCC;
}

span.menuitem a {
	color: #CCCCCC;
	text-decoration: none;
}

span.menuitem:hover {
	padding-bottom: 2px;
	border-bottom: #990000 4px solid;
}

span.menuitem#active {
	padding-bottom: 2px;
	border-bottom: #993300 4px solid;
}

div.content {
	background-color: #FFCC9D;
	margin: 5px;
	margin-bottom: 0px;
	padding: 0px;
	padding-bottom: 4px;
	width: 788px;
	border: #333333 1px solid;
}

div.footer {
	background-image: url(img/footer_bg.gif);
	background-position: bottom;
	height: 22px;
	width: 795px;
	margin: auto;
	font-size: 10pt;
	padding-left: 7px;
}