body {
	margin: 0;
	padding: 0;
	color: #444;
	font-family:  Lucida Grande;
	font-size: 13px;
}
a, a:link, a:visited, a:active {
	color: #314B41;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	color: #314B41;
	font-size: 140%;
}
h2 {
	color: grey;
	font-size: 110%;
	border-top: 1px dotted grey;
	border-bottom: 1px dotted grey;
	padding: 5px 0;
}
p {
	
}
.right {
	float: right;
}
.left {
	float: left;
	margin-right: 10px;
	border: 1px solid black;
}
.top {
	border: 1px solid black;
}
#content img {
	margin-top: 5px;
}
#container {
	width: 900px;
	margin: auto;
}
#header {
	background-color: #314B41;
}
#menu {
	font-size: 15px;
	color: white;
	background-color: #314B41;
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 15px;
}
#menu li {
	float: left;
	margin: 10px 9px 4px 5px;
}
#menu a, #menu a:link, #menu a:visited, #menu a:active {
	color: white;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
#submenu {
	float: right;
	width: 260px;
}
#submenu ul {
	list-style-type: none;
}
#submenu li {
	border-bottom: 1px solid #3B5C4F;
	padding: 2px 5px;
}
#submenu li a {
	width: 100%;
	display: block;
}
#submenu li:hover {
	background-color: #eee;
}
#submenu a:hover {
	text-decoration: none;
}
#content {
	padding-left: 19px;
	padding-top: 4px;
	width: 570px;
}
#content a {
	text-decoration: underline;
}
#footer {
	border-top: 1px dotted black;
	text-align: center;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.clear {
	clear: both;
}
