body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #888888;
	background: url(images/hand.jpg) no-repeat;
	margin: 0;
	padding: 0;
	width: 960px;
}

.page {}

.nav {
	margin: 20px 40px 0 0;
	float: right;
	text-transform: uppercase;
}

.content {
	margin: 80px 40px 40px 500px;
	font-size: 14px;
	width: 330px;
	position: absolute;
	clear: both;
}

a, a:visited {
	color: #FF0000;
	text-decoration: none;
}

a.current, a:visited.current {
	color: #000000;
}

h1 {
	font-size: 16pt;
	padding: 0;
}

h3 {
	margin: -10px auto auto;
	padding: 0 auto auto;
	font-size: 12pt;
}

h4 {
	margin: auto auto 40px;
}

a:hover {
	text-decoration: underline;
}

.red {
	color: #ff0000;
}
