#wrap {
	margin: auto;
	text-align: left;
	width: 960px;
	position: relative;
}

	#header, #content, #footer {
		float: left; display: inline;
		clear: both;
		position: relative;
	}

	#header {
		height: 230px;
		width: 100%;
	}
		#logo { margin: 0 }

			#logo a {
				/* background: url(images/logo.png) no-repeat; */
				cursor: pointer;
				position: absolute;
				top: 34px; left: 7px;
				display:block;
			}

	#content {
		padding: 0 0 4em;
		width: 100%;
	}
		.home #main {
			float: left;
			width: 374px;
		}
		#main {
			float: left;
			width: 598px;
		}
		.home #sidebar {
			float: right;
			width: 543px;
		}
		#sidebar {
			float: right;
			width: 333px;			
		}
		#sidebar h3 { margin-top:10px; }