body {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	line-height: 17px;
	color: #000000;
	margin: 0;
	padding: 49px 0 0 0;
	background-color: #000;
	background-image: url(/images/bodybg.gif);
	background-repeat: repeat-x;
}
#logo div#frontContact {
	display: none;
}
#content-container {
	margin:0 auto;
	padding: 5px 5px 0 5px;
	background-color: #f9f3ee;
	background-image: url(/images/contcontbg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#pre-footer {
	clear: left;
	text-align: center;
 
	margin: 6px 0 0 0;
	padding: 3px 0px;
	height: 40px;
	line-height: 18px;
	/*border:1px solid green;*/
	font-size:11pt;
	color: black;
	background-color:#bbb;
	/* to position at the bottom of your browser, uncomment
    position: fixed;
    bottom: 0px;
	*/
}
#footer {
	clear: left;
	text-align: center;
	font-size: 11px;
	margin: 6px 0 0 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	/*border:1px solid green;*/
	color: #87766f;
	/* to position at the bottom of your browser, uncomment
    position: fixed;
    bottom: 0px;
	*/
}
#footer a {
	color: #87766f;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
}
div.clear-r {
	clear: right;
	line-height: 0;
}
div.clear-l {
	clear: left;
	line-height: 0;
}
div.clear-b {
	clear: both;
	line-height: 0;
}
.indent {
	margin-left: 25px;
}
