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

#container {
	margin-top:20px;
	text-align:left;
	width:940px;
	margin-right:auto;
	margin-left:auto;
}
#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;
	margin-top:30px;
}

.headB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}

.bodyB2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#ffffff;
}
.bodyB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:red;
}
.bodyB a:link {color: #ffffff; text-decoration:none;}
.bodyB a:visited {color: #ffffff; text-decoration:none;}
.bodyB a:hover {color: red; text-decoration:none;}
.bodyB a:active {color: #ffffff; text-decoration:none;}

.bodyB2 a:link {color: #ffffff; text-decoration:none;}
.bodyB2 a:visited {color: #ffffff; text-decoration:none;}
.bodyB2 a:hover {color: red; text-decoration:none;}
.bodyB2 a:active {color: #ffffff; text-decoration:none;}

