@import url("text.css");

html,body  {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../pix/bk-background.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	margin:0;
	padding:0;
	height:100%;
	text-align: center;
	color: #222222;
} 
#page {
	position:relative; /* needed for footer positioning*/
	margin:0px auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
	background-image: url(../pix/bk-page.jpg);
	background-repeat: no-repeat;
	width: 100%;
	background-position: center 0%;
}
#wrapper {
	margin: 0 auto;width: 794px;
	text-align: left;
	background-image: url(../pix/bk-header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 22px;
}
#header {
	width: 794px;
	height: 288px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}
#headermain {
	width: 794px;
	height: 288px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

#colLeft {
	margin: 0 0 0 40px;
	padding: 0px;
	width: 490px;
	float: left;
}
#colRight {
	margin: 0;
	padding: 0px;
	float: right;
	width: 264px;
}
#footer {
	margin: 0px;
	width:754px;
	height:142px;
	bottom:0;
	text-align:center;
}
/* tidying */
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}