* {
	vertical-align: top;
	font-family: arial, verdana;
}
a {
	color: orange;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
body {
	margin: 0; padding: 0;
	text-align: center;
	background-color: #888;
}
#container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: 100%;
}
#top, #navbar, #footer {
	height: 20px;
	background-color: #eaeaea;
	padding: 0 8px 0 8px;
	font-size: 13px;
	vertical-align: center;
}
#logo {
	height: 87px;
	background: white url("images/logo.gif") no-repeat;
}
#header {
	background: white url("images/header.jpg") no-repeat;
	width: 590px; height: 163px;
}
#side {
	width: 190px; height: 163px;
	background: white url("images/side.gif") no-repeat;
	padding: 10px 0 0 0;
}
#side a {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	display: block;
	margin: 0 10px 2px 0;
	text-decoration: none;
	color: #666;
	text-indent: 4px;
	background-color: #eee;
}
#side .active {
	background-color: #ccc;
	color: #444;
}
#side .cool {
	color: #3399ff;
}
#side a:hover { background-color: #ddd; }
#content {
	background: white url("images/content.gif") no-repeat top left;
	padding: 8px;
}
#logo h1, #header h1 { display: none; }
#footer {
	font-size: 11px;
}
.item {
	width: 225px; // width: 233px;
	background-color: #ddd;
	display: block;
	float: left;
	margin: 0 10px 20px 10px;
	padding: 4px;
}
.item .header {
	background: #aaa url("images/mosaic.gif");
	padding: 2px 0 0 4px;
	font-size: 15px;
	font-weight: bold;
}
.item a {
	color: black;
	text-decoration: none;
}
.item img {
	float: left;
	margin: 4px 4px 0 0;
	border: 0px;
}
.item p {
	padding: 0; margin: 0;
	font-size: 12px;
}
.item .clear {
	clear: both;
	height: 1px;
}
h1 {
	font-size: 22px;
}
h4 {
	font-size: 15px;
	font-family: arial, verdana;
	margin: 0 0 8px 0;
	padding: 0;
}
p {
	padding: 0 0 8px 0;
	margin: 0;
}
#navbar {
	padding: 4px 8px 2px 0;
}
#navbar a {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
}
#navbar a:hover {
	color: black;
}
.pager {
	clear: both;
}
