html {
	margin: 0px;
	padding: 0px;
	}

body {
	background: black url('images/flat4.jpg') no-repeat fixed;
	color: #CCCCCC;
	padding: 0px;
	margin: 0px;
	font-size: 1.2em;
	}

#head {
	width: 90%;
	height: 150px;
	background: url('images/1800x150header.jpg') no-repeat top right;
	position: absolute;
	left: 50px;
	text-align: right;
	color: #537249;
	font-size: .75em;
	border: 1px solid black;
	}
#head h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: .75em;
	}

.small {
	font-size: 90%;
	}

#navBar {
	position: absolute;
	top: 156px;
	left: 50px;
	width: 90%;
	height: 25px;
	background: url("images/shadow.gif");
	border: 1px solid black;
	text-align: center;
	}
	
#content {
	position: absolute;
	top: 186px;
	left: 50px;
	width: 90%;
	}

p {
	clear: left;
	}

#blog img {
	float: left;
	border: thin solid white;
	clear: both;
	}

p.date {
	font-style:oblique;
	}

p.edit {
	font-size: 80%;
	clear: both;
	}
div.adminBox {
	width: 250px;
	float: right;
	}
a:link {
	color: #666699;
	}
a:hover {
	color: #990000;
	}
a:visited {
	color: #CCCC99;
	}
	
hr {
	clear: both;
	}

#rightBox {
	position: absolute;
	top: 0px;
	right: -3px;
	width: 17.5%;
	background: url("images/shadow.gif");
	border: 1px solid black;
	}
#rightBox li {
	list-style: none;
	text-align: right;
	}
#leftBox {
	position: absolute;
	top: 0px;
	width: 82%;
	background: url("images/shadow.gif");
	border: 1px solid black;
	}
#leftBox ul {
	margin-left: 29px;
	}
#leftBox h1, #leftBox h2, #leftBox h3, #leftBox h4, #leftBox h5 {
	padding-left: 17px;
	} 

.rightLink {
	font-size: 80%;
	}
	
dl {
	padding: 7px;
	}
dd {
	border-bottom: thin solid #666666;
	padding: 3px;
	}