html, body
{
	background-image: url(images/bkgnd.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}

a
{
  color: #1C8F02;
}

a:visited
{
  color: #74B066;
}

table
{
  border-collapse: collapse;
}

#container
{
  
  background-image: url("images/photos/home.jpg");
  background-repeat: no-repeat;
  min-height: 1000px;
  left: 0;
  margin: 0;
  padding: 0;
  position:absolute;
  top: 0;
  width: 100%;
}

#content
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.5em;
	margin-left: 350px;
	margin-right: 10px;
	margin-top: 20px;
	max-width: 550px;
	width:expression(document.body.clientWidth > 550? "550px": "auto" );
}

#corner-piece
{
	background-image: url(images/corner_piece.gif);
	background-repeat: no-repeat;
	height: 6px;
	left: 324px;
	position: absolute;
	top: 0;
	width: 6px;
}

div#nav
{
	font-size: 0.8em;
	left: 186px;
	line-height:2em;
	list-style-type: none;
	position: absolute;
	top: 2px;
	width: 93px;
}

div#nav a
{
	color: #FFF;
	text-decoration:none;
}

div#nav li
{
	color: #FFF;
	height: 27px;
	list-style-type: none;
	margin-left:5px;
	padding:6px;
	padding-left:9px;
	width:93px;
}

div#nav li.current_page_item
{
  background-image: url(images/selector.gif);
  background-repeat: no-repeat;
}

div#nav li.current_page_item a
{
  color: #204D16;
}

table
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

table#nav
{
  color: #204D16;
  font-size: 0.75em;
	left: 231px;
	position: absolute;
	top: 15px;
	width: 93px;
}

table#nav a
{
	color: #FFF;
  display:block;
	text-decoration:none;
}

table#nav td
{
	height: 39px;
	margin: 0;
	padding: 1px 10px 0 10px;
  vertical-align: middle;
}

table#nav td.selected
{
  background-image: url(images/selector.gif);
  background-repeat: no-repeat;
}

td
{
  padding: 5px;
  vertical-align: top;
}

th
{
  text-align: left;
  vertical-align: top;
  width: 20ex;
}

.post
{
  padding-top: 1em;
}

.post p
{
  margin-top: 0;
}

.post .date
{
  font-weight: bold;
}
