/*
	Title:      Grid styles
	Author:     Poort80 - Frontend
	Copyright:  2008, Poort80  All rights resevered
*/
/* wrapper
============================================================================= */
#wrapper {
	padding-bottom:20px;
	background:url(../gfx/background.jpg) no-repeat center left;
	overflow:hidden;
	min-height:1180px;
}
/* header
============================================================================= */
#header {
	margin:0px;
	padding:0px;
}
#header .content {
	margin:0px auto;
	padding:0px;
	width:940px;
	height:145px;
}
/* content
============================================================================= */
#content {
	margin:0px auto;
	padding:0px;
	width:940px;
	overflow:hidden;
}
/* content-main
============================================================================= */
#content-main{
	float:left;
	width:640px;
}
/* content-side
============================================================================= */
#content-side{
	float:right;
	width:300px;
}
/* footer
============================================================================= */
#footer {
	margin:0px;
	padding:0px;
	clear:both;
}
#footer .content {
	margin:0px auto;
	padding:0px;
	width:940px;
}