body {
	font-family: trebuchet MS, helvetica, arial, sans-serif;
	margin:0;
	padding:0;
}

img {
	border:0;
}

img#logo {
	margin:8px 8px 0;
}

div#navigation {
	padding:3px 0 3px;
	border: solid 1px #000;
	border-style:solid none solid;
	background-color:#eee;
}

div#navigation  a{
	margin-left:10px;
	text-decoration:none;
	color:#000;
}

div#navigation a:hover {
	text-shadow: 3px 3px 2px #acf;
	text-decoration:underline;
}

div#pageContent {
	margin:0 5px 0 15px;
}

div.forum-post {
	width:90%;
	margin:10px auto;
	padding:10px;
	background-color:#ddd;
	border: solid 1px #999;
}

div.forum-post a:first-child {
	font-weight:bold;
}

div.forum-post:nth-child(2n+0) {
	background-color:#eee;
}
