body {
	font-family: Arial;
	background: black;
}
div.site {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
div.header {
	width: 100%;
	height: 75px;
#	border-bottom: 1px solid #c;
	background: url("/images/logo.png") left no-repeat;
	padding-bottom: 50px;
}
div.header:hover {
	background: url("/images/logo-hover.png") left no-repeat;
}
div.mainmenu {
	position: absolute;
	color: #ff6600;
}
div.menu {
	align: center;
	padding-left: 175px;
}
div.menu a {
	float: left;
	margin-right: 40px;
	width: 60px;
	text-align: center;
	text-decoration: none;
	color: #4068ac;
	font-size: 80%;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 2px;
	border-top: 1px solid transparent;
}
div.menu a span {
	display: none;
}
div.menu a:hover {
	color: #99cc00;
	border-top: 1px solid #4068ac;
}
div.menu a:hover span {
	display: block;
	position: absolute;
	left: 350px;
	font-size: 75%;
	color: #ff6600;
	width: 300px;
	top: 40px;
}
div.main-stuff {
	float: left;
}
div.left-menu {
	width: 100px;
	padding-top: 25px;
}
div.left-menu p {
	font-size: 100%;
	color: white;
	padding-bottom: 4px;
	padding-top: 50px;
}
div.left-menu div.tab {
	margin-bottom: 10px;
	padding-left: 8px;
}
div.left-menu div.tab a {
	font-size: 90%;
	text-decoration: none;
	color: #99cc00;
	padding-left: 4px;
}
div.left-menu div.tab a:hover {
	color: #ff6600;
	border-left: 1px solid #4068ac;
}
div.left-menu div.tab a.current {
	color: #4068ac;
	border-left: 1px solid #ff6600;
}
div.left-menu div.tab a.current:hover {
	color: #4068ac;
}
div.content {
	position: absolute;
	font-family: courier;
	margin-left: 150px;
	top: 215px;
	width: 700px;
	margin-right: 100px;
	border-top: 1px solid #4068ac;
	border-bottom: 1px solid #4068ac;
	padding-top: 25px;
}
div.content div.story {
	padding-bottom: 25px;
}
div.content a {
	text-decoration: none;
	font-weight: bold;
	color: #4068ac;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
div.content a:hover {
	color: #99cc00;
	border-top: 1px solid #ff6600;
	border-bottom: 1px solid #ff6600;
}
div.content p.lead {
	color: #ff6600;
	padding-bottom: 0;
	padding-left: 75px;
}
div.content p.lead span#small {
	position: absolute;
	top: 20px;
	left: 525px;
}
div.content p.lead span#small img {
	width: 40px;
	height: 33px;
}
div.content p.lead span#large {
	display: none;
}
div.content p.lead:hover span#large {
	display: block;
	position: absolute;
	top: 90px;
	left: 10px;
}
div.content p.lead:hover span#small {
	display: none;
}
div.content p.story-text {
	color: white;
	font-size: 80%;
	padding-left: 125px;
	padding-top: 5px;
	margin-top: 0;
	padding-bottom: 5px;
}
div.content p.img img {
	padding-left: 175px;
	align: center;
	padding-bottom: 0;
	margin-bottom: 0;
}
div.content p.caption {
	color: #4068ac;
	padding-left: 275px;
	font-size: 70%;
	padding-top: 0;
	margin-top: 0;
	font-weight: bold;
}
div.content p.caption a {
	text-decoration: none;
	color: #4068ac;
}
div.content p.email {
	font-size: 70%;
	padding-left: 150px;
}
div.content p.email img {
	vertical-align: bottom;
}
input {
	background: transparent;
	border: 1px solid #99cc00;
	border-right: 2px solid #ff6600;
	border-bottom: 2px solid #ff6600;
	color: white;
}
div.content p.entry {
	border: 1px dashed transparent;
	padding-left: 150px;
	font-size: 70%;
}
div.content p.entry:hover {
	border: 1px dashed white;
}
div.content p.entry input:focus div.content p.story-text {
	border: 1px dashed white;
}
div.content p.entry input {
	margin-left: 30px;
}
div.content div.gallery p.gallery-header {
	padding-left: 100px;
	font-size: 80%;
	color: #99cc00;
}
div.content div.gallery p.gallery-links span img {
	width: 371;
	height: 235;
}
div.content div.gallery p.gallery-links {
	float: left;
	color: #4068ac;
	padding-left: 50px;
	padding-bottom: 20px;
}
div.content div.gallery p#start.gallery-links {
	padding-left: 125px;
}
div.content div.gallery p.gallery-links span {
	display: none;
}
div.content div.gallery p.gallery-links:hover span {
	display: block;
	position: absolute;
	top: 350px;
	left: 150px;
}
div.footer {
	clear: both;
	width: 40%;
	margin-right: 30%;
	margin-left: 30%;
}
div.footer p {
	padding-top: 50px;
	color: #4068ac;
	text-align: center;
	font-size: 80%;
}

<!-- 99cc00 yellow -->
<!-- 4068ac blue -->
<!-- ff6600 orange -->