html *
{
	margin: 0px;
	padding: 0px;
}
body
{
	background-color: white;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, "Sans-Serif";
	font-size: 12px;
	font-weight: normal;
	margin: 10px 5px;
}

h1
{
	margin-bottom: 10px;
	font-size: 22px;
}

p
{
	margin-bottom: 10px;
}

img
{
	border: none;
}

ul
{
	list-style-type: square;
	list-style-position: inside;
}

li
{
	padding: 1px 0;
}

a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

#content
{
	width: 989px;
}

#top-ad
{
	text-align: center;
	margin-bottom: 20px;
}

#header
{
	height: 60px;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
}
#anheader
{
	height: 60px;
	background-image: url(/images/anheader.jpg);
	background-repeat: no-repeat;
}
#container
{
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: black;
	padding: 5px 17px;
}
#top-links
{
	margin-bottom: 10px;
}

td
{
	vertical-align: top;
}

#middle-top
{
	height: 7px;
	background-image: url(/images/middle-top.gif);
	background-repeat: no-repeat;
}
#middle-inner
{
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	padding: 5px 10px;
	overflow: hidden;
}
#middle-bottom
{
	height: 7px;
	background-image: url(/images/middle-bottom.gif);
	background-repeat: no-repeat;
}

.right-top
{
	height: 7px;
	background-image: url(/images/right-top.gif);
	background-repeat: no-repeat;
}
.right-inner
{
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	padding: 5px 10px;
}
.right-bottom
{
	height: 7px;
	background-image: url(/images/right-bottom.gif);
	background-repeat: no-repeat;
}

/*
#left
{
	float: left;
	display: inline;
	width: 120px;
	height: 400px;
	margin-right: 15px;
}

#middle
{
	float: left;
	display: inline;
	width: 418px;
	height: 400px;
	margin-right: 15px;
	padding: 5px 10px;
	border: 1px solid #888;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;	
	-webkit-border-radius: 8px;

}

#right
{
	float: left;
	display: inline;
	width: 342px;
	height: 400px;
}
*/

#updateTextArea
{
	height: 1350px;
	width: 438px;
	margin: 5px 0 0 0;
}
.update-entry
{
	margin-bottom: 15px;
}
.update-entry .update-entry-title
{
	font-weight: bold;
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px dotted #666;
}