body {
	background-color: #777;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	margin: 0;
	padding: 0;
}
h1 {
	font-family: "Helvetica Neue",helvetica,verdana,arial,sans-serif;
	font-size: 175%;
	font-weight: bold;
	margin-bottom: 0;
	text-transform: capitalize;
}
h2 {
	font-family: "Helvetica Neue",helvetica,verdana,arial,sans-serif;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 0;
	text-transform: capitalize;
}
hr {
	clear: both;
	margin: 0;
	padding: 0;
}
hr.rule {
	background-color: #ccc;
	border: 0 none;
	height: 1px;
	margin: 1.5em 3em;
}
p {
	margin: 5px 0;
	padding: 0 0;
}
#about h2 {	
	text-transform: uppercase;
}
#bottom {
	background-color: #ccc;
}
#bottom a:hover{
	color: #666;
}
#bottom  a{
	color: #333;
}
#bottom li {
	margin: 3px 0 2px 14px;
}
#bottom table {
	margin: 0 10px;
	padding: 20px 0;
}
#bottom td {
	font-size: 80%;
	width: 33.33%;
	vertical-align: top;
}
#bottom th {
	color: #666;
	font-size: 90%;
	text-transform: uppercase;
}
#container {
	background-color: white;
}
#etc {
	float: left;
	margin-left: 30px;
	width: 370px;
}
#etc h2 {	
	text-transform: uppercase;
}
#footer {
	color: #ccc;
	font-size: 80%;
	text-align: center;
}
#main {
	margin: 0 auto;
	width: 950px;
}
#main p {
	line-height: 1.5em;
	margin: 1em 0;
}
#top {
	margin: 0 auto;
	padding-top: 30px;
	width: 950px;
}
#top a {
	color: white;
	display: block;
	font-size: 75%;
	font-weight: bold;
	height: 19px;
	margin: 0 auto;
	padding: 6px 10px 0 10px;
	text-decoration: none;
	text-transform: uppercase;
}
#top li {
	float: left;
	height: 25px;
	list-style: none outside;
	margin: 19px 10px 0 10px;
}
#top ul {
	background: url(../img/logo.png) no-repeat 0 0;
	height: 60px;
	padding-left: 290px;
	width: 660px;
}
.author a {
	color: #999;
	text-decoration: none;
}
.author a:hover{
	color: #555;
	text-decoration: underline;
}
.author, .timestamp {	
	font-size: 80%;
}
.messages {
	list-style: none inside;
	padding-left: 0;
}
.messages li.error {
	color: red;
}
.messages li.info {
	color: green;
}
.news {
	float: left;
	width: 550px;
}
.timestamp {
	color: #555;
	margin-right: 5px;
} 

