body {
	background : #300;
	background-image : url("../images/background.gif");
	margin: 0;
	padding: 0;
	border-top: 10px solid #633;
	}

p, h1, h2, h3, blockquote, em, strong, a, td, th, caption {
	font-family : Verdana, Arial, Geneva, sans-serif;
	}

p, blockquote, td, th {
	font-size : 12px;
	line-height: 150%;
	color: #c99;
	}

h2 {
	font-size : 16px;
	color: #cc6;
	font-weight: bold;
	}

h3, caption {
	font-size : 14px;
	color: #966;
	font-weight: bold;
}

a:hover {
	color : white;
	text-decoration : underline;
	}

a {
	text-decoration : underline;
	color : #966;
	font-size : 13px;
	}

div#logo {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 180px;
	height: 255px;
	}

div#nav {
	position: absolute;
	top: 24px;
	left: 205px;
	width: 550px;
	color: #633;
	}

div#nav a {
	padding-right: 13px;
	}

div#nav a.on {
	text-decoration : none;
	color : #c99;
	font-weight : bold;
	}

div#content {
	position: absolute;
	top: 57px;
	left: 205px;
	width: 550px;
	border-top: 1px solid #633;
	padding-top: 25px;
	}

div#footer {
	text-align: left;
	margin-top: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #633;
	}

div#footer p {
	font-size: 10px;
	color: #966;
	}