html,body  {
	font-family: times, serif;
	font-size: 14px;
	color: #21201b;
	background : #dadada;
	margin: 0;
	padding: 0;
	height: 100%;	

}

#container {
	position:relative; 
	width: 1000px;
	height:auto !important;
	height:100%;
	min-height:100%;
	text-align: left;
	margin-left: auto; 
	margin-right: auto;
	background : #ffffff;


}

#header {
	width: 1000px;
	height: 334px;
	background : url("/graphics/logo2.jpg");
}

#left {
	width: 252px;
	float: left; 
	margin-top: 75px;
	text-align: center;

}

#right {
	width: 703px;
	float: right; 
	margin-right: 45px;
	margin-top: 20px;
	padding:0 0 50px 0;

}
#clear {
	clear: both;
}


div#footer {
	position:absolute;
	width: 1000px;
	height: 35px;
	background : url("/graphics/footerbar.jpg");
	bottom:0; /* stick to bottom */
	font-size:10px;iz
	margin: 0 auto 0 auto;


}



