* {
padding: 0;
margin: 0;
border: 0;
}

body {
background: #334;
color: #aab;
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
}

h1, div, p {
line-height: 1.5em;
}

a {
	color: #09c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#page {
	width: 950px;
	margin: 30px auto;
}

#left {
	float: left;
	width: 302px;
}
#right {
	float: right;
	width: 608px;
	margin-left: 40px;
}

#logo img {
	border: 1px solid #ccc;
}

#titletext {
	padding-top: 10px;
}

#nav {
	padding-bottom: 3em;
}

#nav a {
	padding-right: 20px;
	font-size: 18px;
}

#nav a span {
	display: none;
	position: absolute;
	top: 50px;
	color: #aab;
	font-size: 10px;
	text-decoration: none !important;
}

#nav a:hover span {
	display: block;
	text-decoration: none !important;
}

#content p {
	margin-bottom: 1em;
}
