@CHARSET "ISO-8859-1";



/* ------------------------------------------------------------------------------------ //
	SITE LAYOUT
	These are the containers for the various content sections on the page.
// ------------------------------------------------------------------------------------ */

div#site-container {
	margin: 0px 0px 0px 0px;
	position: relative;
	width: 100%;
	}

div#site-header {
	height: 100px;
	}
	
div#site-navbar {
	height: 40px;
	}

div#site-titlebar {
	height: 60px;
	text-align: left;
	}

div#site-content {
	width: 700px;
	float:left;	
	margin-bottom: 30px ;
	}
	
div#site-sidebar {
	width: 260px;
	float:right;
	}

div#site-footer {
	clear: both;
	padding-top: 15px;
	}
	
div.ContentWrapper {
	width: 960px;
	margin: 0px auto 0px auto;
}
