<pre>.main {
	float: none;
	width:100%;
	min-height:100%;
	border-right: 1px solid #CFCFCF;
	background-color:#444444;
}


.imageblock {
	width:100%;
	height:250px;
	background:#e8e8e8 url('../images/imagebg.jpeg') no-repeat;
	background-position:center; 
	text-align:center;
	overflow:hidden;
}

.imageblock2 {
	width:100%;
	height:100%;
	background:#e8e8e8 url('../images/imagebg.jpeg') no-repeat;
	background-position:center; 
	text-align:left;
	overflow:hidden;
}

.image {
	border:1px solid #888;
	width:900px;
	height:350px;
	background-color:#fff;
	margin: auto;
	margin-top:25px;
}


.buttonblock {
	display:none;
	width:100%;
	height:0px;
	display:block;
	background-color:#444444;
	text-align:center;
	/*border:1px solid #444444;*/
}

.infoblock {
	width:100%;
	background-color:#e8e8e8;
	text-align:center;
	padding-top:40px;
	height:650px;
}

.infoblock2 {
	width:100%;
	background-color:#e8e8e8;
	text-align:left;
	padding-top:40px;
	height:100%;
}

.infoblock h1 {
	font: 30px/24px 'OpenSansCondensedBold', Trebuchet, Verdana, Helvetica, Arial,sans-serif;
	text-transform:uppercase;
	padding-bottom:15px;
	border-bottom: 1px solid #ccc;
	width:900px;
	margin:auto;
	margin-bottom:15px;
	color:#2C3B63;
}

.infoblock p {
	font: 15px/20px 'OpenSansRegular', Trebuchet, Verdana, Helvetica, Arial,sans-serif;
	width:750px;
	margin:auto;
	color:#666;
}

.infoblock .columnframe {
	width:990px;
	margin:auto;
	text-align:center;
	background-color:#444444;
	margin-top:35px;
}


.column.offset {
	margin-right:40px;	
}


.column {
	width:300px;
	float:left;
	display:block;
	border:1px solid #ccc;
	background-color:#2C3B63;
	min-height:400px;
}

.column img {
	border:none;
	width:300px;
	height:200px;
	background-color:#fff;
}

.column h2 {
	
	font: 18px/24px 'OpenSansCondensedBold', Trebuchet, Verdana, Helvetica, Arial,sans-serif;
	text-transform:uppercase;
	color:#fff;
	padding-bottom:5px;
	border-bottom: 1px solid #fff;
	margin:10px 15px;
}

.column p {
	font: 13px/18px 'OpenSansRegular', Trebuchet, Verdana, Helvetica, Arial,sans-serif;
	text-align:left;
	color:#444;
	width:270px;
	margin-top:15px;
	color: #fff;
	margin:5px 15px;
}

</pre>