/* CSS Document */

body {
	background: #808080;
	text-align: center;
	}
#wrapper {
	width: 771px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px #000 solid;
	background: #f2f0e7;
	}
#header,#menu,#content,#sub-section,#footer {
	overflow:hidden;
	display:inline-block;
	}
#menu {
	height: 34px;
	background: #000 url(../images/buttons_bg.jpg) repeat-x;
	}
#header {
	background: #fff url(../images/top_image.jpg) no-repeat;
	height: 282px;
	}
#content,#sub-section {
	float:left;
	}
#content {
	width:520px;
	padding: 0px 15px 0px 15px;
	}
#sub-section {
	width:221px;
	}
#footer {
	clear:left;
	text-align: left;
	padding: 5px 15px;
	}
