body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
	font-size: 0.8em;
}

/* ~ \*/
html {
	height: 100%;
	overflow: hidden;
}

#wrapper {
	height: 100%;
}
/* ~ */

#container {
	width: 960px;
	position: absolute;
	top: 50%;
	margin: -52px 0 0 8px;
}

#logo, #nav, #content {
	float: left;
	height: 104px;
}

.padding {
	margin: 8px 12px;
}

#logo {
	width: 104px;
}

#nav {
	margin-left: 4px;
	width: 212px;
}

#nav ul {
	list-style-type: none;
	margin: 0;
}

#nav ul li {
	line-height: 22px;
	font-variant: small-caps;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-size: 90%;
}

#nav ul li a {
	text-decoration: none;	
}
#nav ul li a:hover {
	text-decoration: underline;
}

#content {
	width: 428px;
	line-height: 22px;
	border-left: solid 1px #000;
}
