/* ---------- Site Layout - CSS GRID 18 column layout based on 960 http://960.gs/ -----------*/

.clear	{
		clear: both;
		margin: 0px 0px 0px 110px;
		}

/* ---------- Force footer to bottom of page -----------

html, body {height: 100%;}

#site-container {
	 min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto -90px;
}

#site-container .push {	height: 90px;}

#footer {height: 90px;}	

 -----------------------------------------------------*/

.wrapper {
	margin-left:auto;
	margin-right:auto;
	width:960px;
}


#header, #footer, #body {
	width: 100%;
	}

#header {
	
	}
	
.maincontent, .sidebar {
	padding-top: 20px;
	padding-bottom: 20px;
	}

#footer {
	
	
	}
			
.full-container, .footer-container, .header-container, .maincontent  {
	display:inline;
	float:left;
	margin-left:10px;
	margin-right:10px;
}

.sidebar  {
	display:inline;
	float:left;
	margin-left:10px;
}


.full-container, .footer-container, .header-container, .full-content  {
	width:940px;
	}
	
.header-container {
	position: relative;
	}
	
.semi-container {
	width:640px;
	}
	
.maincontent {
	width:640px;
	}
	
.sidebar {
	width: 280px;
	}
	
.sidebar-container {
	width: 280px;
	}
	

.sideboxl, .sideboxr {
	width: 130px;
	display:inline;
	float:left;
	}
	
.sideboxl {
	margin-right:10px;
	}
	
.sideboxr {
	margin-left:10px;
	}
