body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font:normal 18px arial,sans-serif;
	color: #000;
	text-align:Center;
}

#wrapper {
	clear: both;
	float: center;
	width: 968px;
	margin: 0 auto;
	z-index:0;
}

#header {
	float: left;
	width: 968px;
	height: 220px;
	margin: 0 auto;
	background:url(images/titlebar.jpg) no-repeat;
	position:relative;
	z-index:0;
}

#logo{
	position: absolute; 
	top: 0px; left:0px; width: 250px; height:250px;
	background:url(images/logo.gif) no-repeat;
	z-index:9001;
}

#column{
	float:left;
	width:484px;
}

#AboutUs{
	clear:both;
	float:left;
	font:normal 24px times;
	color: #000;
	text-align:center;
}

#frmContactUs{
	float:left;
	height:250px; width:350px;
	background:url(images/ContactUs.gif) no-repeat;
	z-index:9001;
}

#titleContactUs{
	padding: 10px 10px 0px 10px;
	clear:both;
	float:Center;
}

#contentContactUs{
	clear:both;
	float:center;
}

#filler {
	display:block;
	float: left;
	width: 65px;
	height: 250px;
	content: ".";
 }

