html { 
	background-color:white; 
	background-image:url(static.png); 
	font-family: sans-serif; 
	color: black;
}

h1 {
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	margin: 0em;
}

a {
	color: black;
}

a:hover {
	background: #ddd;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
     
#content {
	border: none;
	margin: 0em 12em 0em 0em;
}

#content li {
	margin-bottom: 1em;
	padding: 10px;
}

#content li,
#nav {
	background-color: white;
	border: 2px solid black;
}

#content .title {
	text-align: center;
	display: block;
	border-bottom: 2px solid;	
}

#content .message {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#content .comments,
#content .date {
	display: block;
	text-align: center;
	font-size: 0.75em;
}

#nav {
	float: right;
	width: 11em;
	text-align: center;
}

#nav a {
	font-weight: bold;
	padding: 0.3em;
	text-decoration: none;
	display: block;
}

#nav .searchForm {
	font-size: 0.75em;
}



/* These two fix UL/LI items contained inside the news blocks */
#content ul ul {
	list-style: circle;
	margin: 1em;
} 

#content ul ul li {
	margin-bottom: 0em;
	padding: 0px;
	background-color: none;
	border: none;
}


