/*  
BobBredemeier.com website CSS by Headstand Media LLC
*/

/* CONTAINER */

	#container {
	margin: auto;
	width: 903px;
	overflow: auto;
	}

/* CONTAINER END */

#header {
	height:45px;
	width:901px;
	position:relative;
	color:#000;
	margin-bottom:3px;
	float: inherit;
	padding:0;
}


#logobar{
	height:91px;
	width:901px;
	position:relative;
	color:#000;
	margin-bottom:0px;
	float:inherit;
	padding:0;
}

#mainbody{
	height:333px;
	width:901px;
	position:relative;
	color:#000;
	margin-bottom:0px;
	float:inherit;
	padding:0;
	background:url(/images/double-ripple.jpg);
}

#body{
	width:901px;
	position:relative;
	color:#000;
	margin-bottom:0px;
	float:inherit;
	padding:0;
	background-color:#f5f6f7;
}

#spacer {
	height:2px;
	width:901px;
	text-align:right;
	float:inherit;
	clear:both;
	padding:0;
}

#footer {
	height:39px;
	width:901px;
	text-align:right;
	clear:both;
	padding:0;
	background:url(/images/footer-bar.jpg);
}

.bodytext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	margin: auto;
	text-align: left;
	padding-bottom: 0px;
}

.formtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: auto;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
}

.footertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
	padding-top: 14px;
}
