body {
	margin: 0;
	padding: 0;
	font-family: sans;
	font-size: 80%;
	background: white url(../images/bg.png) repeat-y scroll left;
}

#topbar {
	height: 1.5em;
	padding-top: 0.2em;
	color: #f8fbc1;
	background: black;
	text-align: center;
}

#topbar a {
	color: #f8fbc1;
}

#topbar a:hover {
	color: white;
}

#sidebar {
	float: left;
	width: 130px;
	padding-top: 20px;
	padding-left: 10px;
	background: #d2db68;
	background: #d2db68 url(../images/sidebar-bg.png) repeat-x top scroll;
}

#sidebar ul.menu {
	list-style-type: none;
	margin-left: 10px;
	padding-left: 0px;
}

#sidebar ul.menu li a {
	display: block;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: black;
	text-align: right;
	text-decoration: none;
}

#sidebar ul.menu li a.selected {
	padding-right: 5px;
	border-right: #f8fbc1 5px solid;
	background: #096969;
	color: #f8fbc1;
}

#sidebar ul.menu li a:hover {
	padding-right: 5px;
	border-right: #f8fbc1 5px solid;
	background: #096969;
	color: white;
}

#about-box {
	float:right;
	width: 240px;
	margin: 20px;
	padding: 10px;
	border: #f8fbc1 3px solid;
	background: #d2db68 url(../images/sidebar-bg.png) repeat-x top scroll;
}

#about-box h1 {
	font-size: 1.2em;
}

#content {
	min-height: 200px;
	margin-left: 143px;
	padding-left: 20px;
	padding-top: 10px;
	background: white url(../images/content-bg.png) repeat-x scroll top;
}

#content a {
	color: #096969;
}

#content a:hover {
	color: white;
	background: #096969;
	text-decoration: none;
}

#content .news-item .date {
	display: block;
	margin-top: -15px;
	color: #096969;
	font-size: smaller;
}

#content img.screenshot {
	border: #f8fbc1 3px solid;
}

#content a:hover img.screenshot {
	border: #096969 3px solid;
}
