body {
	background-color: #C2D2FF;
	text-align: center;
}

#top {
	width: 1000px;
	position: relative;
	top:-8px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#header {
	border-bottom:1px solid;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 200px;
}

#container {
	position:relative;
}

#sidebar {
	position: relative;
	width: 150px;
	height: 515px;
	background-color: #6C89FF;
	border-right: 2px solid;
	border-left: 2px solid;
	border-bottom: 2px solid;
}

ul.menu li a {
	text-decoration: none;
	color: #C2D2FF;
	font-weight: 500;
	font-size: 14px;
	padding-left: 3px;
}

ul.menu, .menu li {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.menu {
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid;
}

.menu li {
	background-image: url(../images/menubar.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 21px;
}

.email {
	text-align: center;
	font-size: 20px;
}

.email a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

#content, #BlogContent {
	position: relative;
	top:-535px;
	left: 152px;
	width: 814px;
	padding-left: 20px;
	margin-bottom:-526px;
	padding-right:10px;
	background-color: white;
	border-right: 2px solid;
	border-left: 2px solid;
	border-bottom: 2px solid;
	text-align: left;
}

#BlogContent .authorDate, #BlogContent .blogVitals, #PageComments_holder {
	text-align: left;
}
