body {
	background: #6f6651;
}

a {
	color: #840000;
}

sup { font-size: 75%; }

#container {
	width: 100%;
	max-width: 1000px;
	min-height: 600px;
	padding-bottom: 10px;
	background: #bfb59c;
	border: 5px solid #423c2d;
}

#heading {
	width: 100%;
	max-width: 1000px;
}

#heading h1 a {
	padding-left: 20px;
	color: white;
}

#banner {
	height: 200px;
	color: white;
	background: black url(../images/AquariumBackdrop.jpg) no-repeat right;
}

#banner h2 {
	padding: 110px 50px 50px 50px;
	font-size: 300%;
}

#banner h3 {
	display: none;
}

#topmenu {
	height: 45px;
	background: url(../images/AquariumTopbar.jpg) repeat-x top;
}

#topmenu ul {
	margin: 0;
	padding: 10px;
	list-style-type: none;
	text-align: right;
}

#topmenu li {
	font-size: 125%;
	display: inline;
	padding: 0 10px;
	background: #0622fa;
	font-weight: bold;
}

#topmenu a {
	color: white;
}


#sidebarheader {
	width: 279px;
	height: 132px;
	background: url(../images/AquariumSidebarTop.jpg);
}

#sidebar {
	float: left;
	position: absolute;
	width: 279px;
	background: #0622fa;
	font-size: 100%;
	margin: 20px 0 0 20px;
}

#sidebar p {
	color: white;
}

#sidebar h4 {
	color: white;
}

#sidebar a {
	color: white;
}

#sidebar ul {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#sidebarfooter {
	width: 279px;
	height: 57px;
	background: url(../images/AquariumSidebarBottom.jpg);
}

#content {
	margin: 20px;
	padding: 60px 1em 20px 1em;
	border-left: 300px solid #bfb59c;
	background: white url(../images/AquariumContentTop.jpg) repeat-x top;
	line-height: 150%;
}

#content a {
	color: #fa7720;
}

#content h2 { /* The intro: "Recent Entries" etc. */
	background-color: #0622fa;
	margin: 0;
	padding: 5px;
	color: white;
}

#content h3 { /* The title of the blog */
	border-bottom: 2px solid #0622fa;
}

#content h5 {
    border-bottom:1px solid #CCCCCC;
    clear:both;
    font-size:110%;
    font-weight:bold;
    margin:1em 0;
    padding:0;
}

#content hr {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}

#content span.entryauthor {
	display: none
}

#comments h3 {
	border-bottom: 2px solid #0622fa;
}

