html { 
min-height: 100%; 
margin-bottom: 1px; 
}

body {
	background: #696969;
	margin: 0;
	padding: 0;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-color: #000;
}

div#header {
	background: #555 url('../images/header.gif') top left no-repeat;
	width: 1000px;
	height: 180px;
	margin: auto;
	padding: 0;
}

div#middle {
	background: #555 url('../images/bodybg.gif') top left repeat-y;
	width: 1000px;
	margin: auto;
	padding: 0;
}

div#middle div#content {
	padding: 0 22px;
	margin: 25px;
}

div#middle div#content p {
	padding: 0 0 10px 0;
	margin: 0;
	text-indent: 0px;
}

div#middle div#content p.last {
	padding: 0;
}

div#contentBottomBar {
	background: #555 url('../images/bottombar.gif') top left no-repeat;
	width: 1000px;
	height: 16px;
	margin: auto;
	padding: 0;
}

div#footer {
	background: #555 url('../images/footer.gif') top left no-repeat;
	width: 1000px;
	height: 52px;
	margin: auto;
	padding: 0;
}

/* fixes */
.clfx {
	overflow: hidden;
	clear: both;
}

.clfx:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

