/*
	Basic Layout
*/

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: transparent url(../img/header.gif) no-repeat center bottom;
	height: 220px;
	margin: 0 10px 30px 10px;
	position: relative;
}

#header .logo {
	position: absolute;
	top: 0;
	left: 175px;
	border: none;
}

#left {
	float: left;
	width: 150px;
	margin: 0 10px;
}

#content {
	width: 760px;
	margin-left: 190px;
}

#footer {
	clear: both;
}

/*
	Specific Layout Adjustment
*/

#header h1 {
	font-size: 2em;
	padding-top: 50px;
}

