@import url('reset.css');

/* GENERAL */
body {
	color: #000;
	background-color: #fff;
	padding: 12px 0 0 12px;
}
body, h1, h2 {
	font: 10px/14px Monaco, "Courier New", courier, monospace;
}
a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #0ff;
	text-decoration: underline;
}
h1, h2 {
	font-size: 10px;
}

/* NAVIGATION */
#nav {
	width: 200px;
	float: left;
}
#nav p, #nav h2 {
	margin-bottom: 22px
}
#nav h2 {
	margin-top: 22px;
}

/* CONTENT */
#content {
	margin-left: 212px;
	width: 756px;
}
#content p {
	margin-bottom: 10px;
}
#content div {
	position: relative;
}
#content div img {
	position: absolute;
	left: 0;
	top: 0;
}

/* CONTENT -- Additional Styles */
#content h1 {
	font-size: 48px;
	letter-spacing: -1px;
	margin-top: 12px;
	margin-bottom: 12px;
}
