body {
}

#page {
	margin: 20px auto;
	padding: 20px;
	width: 860px;
}

#header {
	height: 120px;
	position: relative;
}

#header .logo {
	float: left;
}

#header .title {
	position: relative;
	height: 120px;
	left: 220px;
	width: 590px;
}

/*#header .title h1 {
	position: relative;
	left: -138px;
	top: 10px;
}*/

#header .title .subtitle {
	position: absolute;
	bottom: 0;
	right: 0;
}

#header .links {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #666;
}

#main {
	margin: 20px auto;
}

#nav {
	float: left;
	width: 235px;
}

#content {
	margin-left: 255px;
	height: 60%;
}

#page.index #content {
	margin: 0;
}

#footer {
}

#footer .left {
	float: left;
}

#footer .right {
	margin-left: 50%;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
