#main {
	width:100%;
}
#left {
	width:200px;
	padding:10px 20px;
	background:#eee;
	text-align:center;
}
#content {
	padding:10px 20px;
	background:#fff;
}
#right {
	width:200px;
	padding:10px 20px;
	background:#eee;
	text-align:left;
	border-left:4px solid #666;
}
#right ul {
	list-style:none;
}
#right li {
	list-style:none;
	margin:5px 0;
}
#footer {
	padding:10px 20px;
	background:#000;
	color:#666;
	border-top:4px solid #666;
}
#footer a {
	color:#999;
}
#footer a:hover {
	color:#fff;
}
#pointer {
	margin:0 0 20px 0;
}
.menu {
	list-style:none;
}
.menu li {
	list-style:none;
	margin:3px 0;
	padding:10px;
	background:#000 url('/img/butbg.gif') repeat-x top left;
}
.menu a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
.items table {
	border:1px solid #ccc;
	margin:10px 0;
}
.items img {
	border:3px solid #ccc;
}
.items td {
	padding:10px;
}
.items i {
	display:block;
	float:right;
	background:#eee;
	padding:3px 5px;
	font-style:normal;
}
.items b {
	display:block;
	margin:0 0 5px 0;
}
.items img {
	width:150px;
}
.listpages {
	width:100%;
	margin:5px 0;
}
.listpages td {
	border:none;
	width:5%;
}
.listpages p {
	background:#eee;
	text-align:center;
	margin:1px;
	padding:3px;
	font-size:10px;
}
.listpages p.empty {
	background:none;
}
.listpages a {
	text-decoration:none;
}
.other {
	width:100%;
	margin:10px 0;
}
.other td {
	width:33%;
	padding:10px;
}
.other img {
	border:3px solid #ccc;
	width:150px;
}
.other b {
	display:block;
	margin:5px 0;
}
.dt {
	background:#eee;
	padding:3px 5px;
	font-style:normal;
}
#counters {
	float:right;
}
