html, body {
	height: 100%;
}

#container {
	position: relative;
	min-height: 100%;
	margin-bottom: -180px;
}

body {
	font-family: Lucida, Verdana, Helvetica;
	font-size: 14pt;
	background: #D6CCB5 url(/Misc/directory/bg.jpg) repeat;
	color: #222;
	margin:0;
}

.description {
	font-style: italic;
	font-size: 90%;
	color: #777;
}

/* Header Area!
----------------------------------------------------------------------------------------------------*/
.header {
	background: transparent url(/Misc/directory/menubar-bg.png) repeat-x scroll 0% 0%;
	width: 100%;
	min-width: 805px;
	overflow: hidden;
	height: 77px;
	padding: 0;
	margin: 0;
}

.logo a {
	float: left;
	position: relative;
	left: 30px;
	background: transparent url(/Misc/directory/circle-13.png) no-repeat;
	width: 130px;
	height: 77px;
}

.header ul {
	position: relative;
	left: 50px;
	list-style-type: none;
	margin: 0;
}

.header ul li {
	display: list-item;
	float: left;
	color: #D6CCB5;
	font-size: 17px;
	line-height: 1;
	height: 20px;
	margin: 4px 40px 0px -20px;
	padding: 8px 20px;
	white-space: nowrap;
}

.header ul li.active {
	background: transparent url(/Misc/directory/activemenu-bg.png) repeat-x scroll 0% 0%;
}

.header ul li a {
	color: #D6CCB5;
	text-decoration: none;
	display: block;
	border: medium none;
	margin: 0;
	text-shadow: none;
}

.header ul li a:first-letter {
	color: #ec6941;
}


/* Footer Area!
----------------------------------------------------------------------------------------------------*/
.clearfooter {
	height: 180px;
	clear: both;
}

.footer {
	background: transparent url(/Misc/directory/bg-dark.jpg) repeat scroll 0% 0%;
	border-top: 2px solid #C22208;
	min-width: 740px;
	height: 178px;
	width: 100%;
	color: #1E1E1E;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	margin: 0;
	position: relative;
}

.footer p {
	color: #555;
}

.row {
	zoom: 1;
}

.row:before,.row:after {
	content: "";
	display: table;
	zoom: 1;
}

.row:after {
	clear: both;
}

.row>[class*="span"] {
	display: inline;
	float: left;
	margin-left: 20px;
}

.span2 {
	width: 100px;
}

.span3 {
	width: 110px;
}

.span4 {
	width: 220px;
}

.footer a {
	color: #593002;
	font-weight: inherit;
	line-height: inherit;
	text-decoration: none;
}

.footer a:hover {
	color: #301A00;
	text-decoration: underline;
}