* {
	margin: 0;
	padding: 0;
}

body {
	background: rgb(102, 0, 50);
	color: white;
	
	font: 12px/1.4em "helvetica neue", verdana, arial, sans-serif;
}

a, a:link {
	color: #DDA23A;
	text-decoration: none;
}

a:hover {
	color: yellow;
	text-decoration: underline;
}

#philBox {
	float: left;
	width: 313px;
}

#nav {
	position: absolute;
	top: 28px;
	left: 275px;
	width: 600px;
	height: 20px;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	display: block;
	float: left;
	height: 20px;
	width: 70px;
	margin-right: 1em;
	
	font-size: 11px;
}

#nav ul li a {
	display: block;
	height: 17px;
	width: 70px;
	border: 1px solid #DDA23A;
	
	background: #ff9;
	color: black;
	
	padding-top: 1px;
	
	text-align: center;
	
	text-decoration: none;
}

#nav ul li a:hover {
	background-color: yellow;
}

#content {
	margin-top: 0;
	margin-left: 330px;
	margin-right: 1em;
	margin-bottom: 2em;
}

h2, p, h3 {
	margin-bottom: 0.5em;
}

h2 {
	width: 300px;
	overflow: hidden;
	font-size: 125%;
}

h3 {
	font-size: 110%;
}

.spellit {
	margin-left: -8px;
}