#container {

	width: 760px;
	margin: 0 auto;
	
	background-color: #fff;
	padding: 0 10px;
	}

/* HEADER */

#top {
	width: 100%;
	border-top: 10px solid #bbb;
}

#banner {
	width: 317px;
	float: left;
	margin: 0;
	paddding: 0;
}

#contact {
	margin: 0;
	padding: 0;
	float: right;
	width: 443px;
	height: 110px;
	display: inline;
	background-image:url('http://localhost/aeson/img/bgrepeat.jpg');
	background-repeat: repeat-x;
	background-position:left bottom;
	background-color: #ffffff;
}

#menuBar {
	width: 100%;
	background-color: #01356e;
	margin: 10px 0;
	padding: 5px 0;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

/* MIDDLE */

#middle {
	width: 760px;
	display: block;
	}

#sidebar {
	width: 200px;
	margin-right: 10px;
	background-color: #01356e;
	color: #ffffff;
	padding: 10px;
	float: left;
	height: 280px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	}
#content {
	width: 530px;
	margin: 0;
	padding: 0;
	float: right;
	font-size: 12px;
	height: 300px;
	}
	
/* FOOTER */

#bottom {
	width: 100%;
	margin: 10px 0;
	
	}

#corporate {
	width: 200px;
	margin-right: 10px;
	padding: 10px;
	float: left;
	height: 280px;
	color: #999999;
	font-size: 12px;
	}
#corporate p {
	padding: 0.5em;
	}

#boxouts {
	width: 530px;
	float: right;
	font-size: 11px;
	}

div.boxout {
	width: 154px;
	padding: 8px;
	}

#webBox, #projBox {
	margin-right: 10px;
	float: left;
	}

#webBox {
	float: left;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	}
#techBox {
	float: right;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	}

#webBox, #techBox {
	background-color: #01356e;
	color: #ffffff;
	}
	
#projBox {
	background-color: #ff9a00;
	color: #01356e;
}
	
	