/*  
	Description:	A theme for Biery Engineering
	Version: 		1.0
	Author: 		SevenFour Web Development
	Author URL: 	http://www.sevenfourweb.com/ 
*/
	body{
		background: #fff url(images/be_background.jpg) repeat-x left top;
		/*background: #fff;*/
		background-repeat:no-repeat;
		background-position: top;
		background-align: center;
		background-attachment: fixed;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
		margin-bottom: 0px;
		font-size: 75%;
		font-family: arial, verdana, sans-serif;
		text-align: center;
	}
	
	#container
	{
		margin: 0 auto;
		width: 800px;
	}
	
	#header
	{
		width: 800px;
		height: 100px;
		background: url(images/header_back.jpg) repeat-x left top;
		/*background: #fff;*/
		background-position: top;
		background-align: center;
		background-attachment: fixed;
		padding: 0px;
		padding-bottom: 30px;
		color: #fff;
		text-align:left;
		position: fixed;
	}
	
	#logo { margin: 0; padding-left: 20px; width:300px; float:left;}
	
	#social { width:60px; float:right; padding:10px 5px 10px 5px; }
	
	#content-container
	{
		float: left;
		width: 800px;
		padding-top: 80px;
		padding-left: 10px;
		padding-bottom: 20px;
	}
	
	#content
	{
		clear: left;
		float: left;
		width: 480px;
		padding: 20px 0;
		margin: 0 0 0 30px;
		display: inline;
		text-align: left;
		line-height: 18pt;
	}
	
	#content h2 { margin: 0; }
	
	strong { color:#006; }
	
	#aside
	{
		float: right;
		width: 220px;
		padding: 10px 0 0 20px;
		margin: 0 20px 0 0;
		display: inline;
		text-align: left;
		line-height: 18pt;
		border-left: 1px solid #ccc;
	}
	
	#aside h3 { margin: 0; }
	
	#footer
	{
		padding: 20px;
		padding-left: 30px;
		height: 1%;
	}	
	
	#left {
		width: 300px;
		float: left;
		text-align:left;
	}
	
	#right {
		width: 300px;
		float: right;
		text-align: right;
	}