body#home {
	background: #FFF;
	color: #FF0000;
}

frameset, frame {
	border: 0;
	margin: 0;
	padding: 0;
}





body#nav {
	margin: 0;
	padding: 0;
	font-family: monaco, "andale mono", andale, "courier new", courier;
	font-size: 9px;
	line-height: 11px;
	color: #666666;
	overflow: hidden;
	background: #000;
}

#nav #links {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;
	background: #000;
}

#nav #main {
	position: absolute;
	width: 100%;
	top: 110px;
	left: 0;
	bottom: 0;
	background: yellow;
}

#nav p {
	margin: 0 5px 0 5px;
}
#nav .about {
	margin: 5px 5px 10px 5px;
}

#nav a:link, #nav a:visited, #nav a:active, #nav a:hover {
	color: #FFF;
	text-decoration: none;
}

#nav a:hover {
	color: #FF0000;
}


body#contact {
	margin: 0;
	padding: 0;
	font-family: monaco, "andale mono", andale, "courier new", courier;
	font-size: 10px;
	line-height: 11px;
	background: #000;
	color: #FFF;
}

#contact #container {
	width: 500px;
	margin: 0 auto 0 auto;
}

#contact table {
	width: 450px;
}

#contact td {
	vertical-align: top;
	padding: 5px;
}

#contact a:link, #contact a:visited, #contact a:active, #contact a:hover {
	color: #FFF;
}
