html, body {
	width:100%;
	margin:0px;
	background-color:#FFFFFF;
	background-repeat:repeat-y;
	overflow-x: hidden;
	overflow-y: auto;
}

#container {
	width:940px;
	margin:0px;
}
#footer {
	width:550px;
	margin:20px;
}

.inner {
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:0px;
}

#col1 {
	width:590px;
	float:left;
	min-height:450px;
	height:auto !important;
	height:450px;
}

#col2 {
	width:300px;
	float:left;
	min-height:450px;
	height:auto !important;
	height:450px;
}

.headB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.bodyB2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
}
.bodyB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999999;
}
.bodyB a:link {color: #333333; text-decoration:none;}
.bodyB a:visited {color: #333333; text-decoration:none;}
.bodyB a:hover {color: #999999; text-decoration:none;}
.bodyB a:active {color: #336699; text-decoration:none;}
}