* {
	margin: 0;
	padding: 0;
	}

div#header {
	position: relative;
	height: 95px;
	}

div#header h1 {
	height: 70px;
	line-height: 70px;
	}

div#header h1 a {
	display: block;
	height: 70px;
	width: 150px;
	}

div#header h1 a span {
	display: none;
	}

div#container {
	text-align: left;
	}

div#wrapper {
	/* margin-top: 25px; */
	}

div#footer p {
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	}

div#footer a {
	display: inline;
	}

div#container {
	width: 754px;
	margin: 0 auto;
	}

div#content {
	float: left;
	width: 500px;
	padding-top: 2px;
	}

div#sidebar {
	float: right;
	width: 254px;
	}

div#sidebar img {
	margin-bottom: 7px;
	}

div#sidebar div {
	margin: 10px;
	}

div#extra {
	clear: both;
	width: 100%;
	height: 8px;
	line-height: 1px;
	background: #fff;
	}