/*
	Title:      Grid styles
	Author:     Front-end
	Copyright:  Martijn de Valk  All rights resevered
*/

/* wrapper
============================================================================= */
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
}
/* header
============================================================================= */
#header {
	margin:0px;
	padding:0px;
}
#header .content-header {
	margin:0px auto;
	padding:30px 0px 0px 0px;
	width:980px;
	height:70px;
}
/* content
============================================================================= */
#content {
	margin:0px auto;
	padding:0px;
	width:980px;
}
#content .content-wrap{
	margin:40px auto;
	width:980px;
	overflow:hidden;
}
#content .content-wrap .main-content {
	float:left;
	width:670px;
	height:440px;
	background:url(../gfx/bg-main-content.png) #000 no-repeat;
}
#content .content-wrap .main-content .content-scrol{
	margin:20px 0px 0px 20px;
	padding-right:10px;
	width:620px;
	height:400px;
	overflow-y:auto;
}
#content .content-wrap .side-content {
	width:290px;
	height:430px;
	overflow:hidden;
	background-color:#222;
	border:5px solid #2c2c2c;
	float:right;
}
/* footer
============================================================================= */
#footer{
	margin:0px;
	padding:0px;
	background-color: #000;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	position:relative;
	height:40px;
	clear:both;
}
.push{
	height:40px;
}
#footer .content-footer {
	margin:0px auto;
	padding:0px;
	width:980px;
	height:40px;
	line-height:40px;
}
