
@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:auto;
	margin-right:auto;
	font-weight:lighter;
	font-size:11px;
	line-height:12px;
	color:#FFFFFF;
}
h1 {
	font-size:12px;
	line-height:13px;
	color:#FFFFFF;
	margin:4px 0px 2px 0px;
}
a { 
	text-decoration:none;
	color:#FFFFFF;
}
a:hover h1, a:hover {
	text-decoration: underline;
	
}
#wrapper {
	width:784px;
	height:475px;
	background:url(images/bg.jpg) no-repeat;
	margin:auto;
	padding-top:159px;
	padding-left:15px;
}
#col_left {
	float:left;
	width:190px;
	padding-right:31px;
	font-size:24px;
	line-height:26px;
	color:#4b4b4b;
}
#col_right {
	float:right;
	width:556px;
}

/*FEATURES */
#feature_wrapper {
	float:left;
	width:263px;
	padding-right:15px;
}
#feature {
	height:107px;
	margin-bottom:6px;
	padding-left:10px;
	border:#FF00FF solid 0px;
}
#feature_text {
	width:139px;
	padding-top:18px;
	float:left;
	border:#FF00FF solid 0px;
}
#feature_image {
	float:right;
	width:114px;
	border:#FF00FF solid 0px;
}



.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
