ul.navlinks{
	list-style: none;
	position: relative;
	left: -20px;
	padding: 10px;
	border: 2px solid black;
	margin: 1px;
	background-color: #bc0000;
}

table.base{
	background-color: grey;
	position: relative;
	top: 15;
	left: 10;
	width: 1000;
	border-color: black;
	border-width: 1px;
	border-style: solid;
}

td.headbar{
	border-width: 1px;
	border-style: solid;
	border-color: black;
	height: 100px;
}

td.sidebar{
	vertical-align: top;
	width: 150px;
}

td.postwindow{
	vertical-align: top;
}

table.post{
	width: 820px;
}

td.posthead{
	width: 750px;
}

h4.posthead{
	position: relative;
	top: 5px;
	left: -20px;
	padding-left: 10px;
	padding-bottom: 2px;
	border: 1px solid black;
	margin: 1px;
	background-color: #BC0000;
	z-index: 2;
}

p.postbody{
	position: relative;
	top: -10px;
	padding: 10px;
	border: 1px solid black;
	background-color: #aaaaaa;
}

p.postdate{
	top: 5px;
	left: -8px;
	padding-left: 10px;
	padding-bottom: 2px;
	width: 90;
	position: relative;
	border: 1px solid black;
	background-color: #aaaaaa;
	z-index: 2;
	margin: 1px;
}