﻿body
{
	margin-bottom: 50px;

}

.wrapper
{
	width: 980px;	
}

.header
{
}

.content
{
	
}

.navigation_container
{
	float: left;
	width: 94px;
}

.contentmainr	/* content when there is a right sidebar */
{
	float: left;
	width: 566px;
	padding: 15px 30px 15px 30px;
	position: relative;
}

.contentmainnr /* content when there is no right sidebar */
{	
	float: left;
	width: 826px;
	padding: 15px 30px 15px 30px;
	position: relative;
}

.sidebar_container
{
	float: right;
	width: 260px;
}

/* ------------- Content ------------ */
#contact
{
	float: left;
	padding-left: 94px;
}

.footer
{
	clear: both;	
}