body {
	background: #637c8c url(../images/blog3background.jpg) repeat-x;
}

a {
	color: #033b5f;
}

#heading {
	display: none;
}

#heading h1 {
	display: none;
}

#containerheader {
	width: 1000px;
	height: 384px;
	background: black url(../images/blog3containertop.jpg);
}

#container {
	width: 1000px;
	min-height: 600px;
	background: black url(../images/blog3containerbackground.jpg);
}

#containerfooter {
	width: 1000px;
	height: 122px;
	background: black url(../images/blog3containerbottom.jpg);
}

#banner h2 {
	display: none;
}

#banner h3 {
	display: none;
}

#topmenu {
	width: 150px;
	height: 150px;
	
	position: absolute;
	top: 200px;
	
	margin: -5px 0 0 842px;
}

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

#sidebar {
	width: 214px;
	
	float: left;
	display: inline;
	
	margin: -120px 20px 0 0;
	
	background: black url(../images/blog3sidebarbackground.jpg);
}

#sidebar ul, p, h4 {
	margin-left: 20px;
}

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

#sidebarfooter {
	width: 214px;
	height: 179px;
	background: black url(../images/blog3sidebarbottom.jpg);
}

#content {
	margin: -50px 100px 10px 210px;
	padding: 20px;
	
	color: white;
}

#content h2 { /* The intro: "Recent Entries" etc. */
	border-bottom: 1px solid #cfecff;
}

#content h3 { /* The title of the blog */
	border-bottom: 1px solid #cfecff;
}

#content a {
	color: #cfecff;
}

#comments h3 { /* The title: "Add Comments" etc. */
	border-bottom: 1px solid #cfecff;
}
