body {
	margin: 0;
	padding: 0;
	font: 76% "Lucida Grande", "Helvetica Neue", Helvetica, Verdana;
	color: #000;
	background-color: #369;
	text-align:center;
}
img { border: 1px solid #666; }
ul { list-style-type: square; }

a:link { color: #00f; text-decoration: none; }
a:visited { color: #03f; text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }

#content p.flush { text-indent: 0; }
#content p.offset { margin-left: 2em; }

#container {
	width: 50em;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid;
	background-color: #fff;
	text-align: left;
}
#logo {
	margin: 0 0.5em;
	padding: 0;
	width: 4.5em;
	height: 4.5em;
	float: left;
}
#header {
	margin: 0;
	padding: 0.5em;
	height: 4.5em;
	background-color: #fc0;
}
#header h1 { margin: 0; font-size: 2.5em; }
#header h2 { margin: 0; font-size: 1.2em; }
#mainnav {
	margin: 0;
	padding: 0;
	height: 1.5em;
	clear: both;
	background-color: #f90;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
#mainnav ul {
	display: inline;
	list-style-type: none;
}
#mainnav ul li {
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}
#mainnav ul li a {
	display: block;
	padding-bottom: 0.2em;
	width: 6.0em;
	height: 1.0em;
	font-size: 1.0em;
	color: #000;
	text-decoration: none;
}
#mainnav a:visited { border: none; }
#mainnav a:hover, #mainnav a:active { border-bottom: 3px solid #f30; }
#subnav {
	margin: 0;
	padding: 0;
	height: 1.5em;
	clear: both;
	background-color: #f60;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
#subnav ul {
	display: inline;
	list-style-type: none;
}
#subnav ul li {
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}
#subnav ul li a {
	display: block;
	padding-bottom: 0.2em;
	width: 6.0em;
	height: 1.0em;
	font-size: 1.0em;
	color: #000;
	text-decoration: none;
}
#subnav a:visited { border: none; }
#subnav a:hover, #mainnav a:active { border-bottom: 3px solid #f00; }
#content {
	width: 35em;
	padding: 1em 4em;
	line-height: 1.2em;
}
#content p { text-indent: 1.5em; }
#content .feature {
	margin: 1em 3em;
	padding: 1em 2.5em;
	background-color: #fec;
	border: 3px solid black;
}
#content .feature img {
	margin: 0.5em;
	width: 150px;
	height: 100px;
	float: left;
}
#content .feature p { clear: left; }
