* {
	margin: 0;
	padding: 0;
}
body {
	background: #ffd;
	color: #666;
	font: 11px/1.5 Verdana, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
	margin: 0 0 1em;
}
a {
	color: #063;
	text-decoration: none;
}
a:hover {
	color: #030;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
}
h2 span {
	color: #666;
	font-size: 12px;
}
h2 span a {
	color: #999;
}
#page {
	background: #fff;
	border: 2px solid #333;
	border-top: 0;
	margin: 0 auto;
	width: 786px;
}
#header h1 a {
	background: url('../_img/header.jpg') no-repeat 50% 0;
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 260px;
}
#main {
	padding: 0 18px 28px;
}
#content {
	float: right;
	width: 550px;
}
#sidebar {
	font-size: 12px;
	float: left;
	width: 160px;
}
#sidebar ul {
	background: #ddd;
	list-style: none;
	margin: 0;
}
#sidebar ul li span {
	background: #666;
	color: #fff;
	display: block;
	line-height: 25px;
	padding: 0 10px;
}
#sidebar ul li ul li a {
	display: block;
	line-height: 25px;
	padding: 0 10px;
}
#sidebar ul li ul li a:hover {
	background: #063;
	color: #fff;
}
#footer {
	background: url('../_img/footer.jpg') no-repeat 50% 50%;
	height: 115px;
}
#folders {
	list-style: none;
	width: 100%;
}
#folders li {
	background: #FFF;
	border: 1px solid #CCC;
	float: left;
	font-weight: bold;
	margin: 0 5px 10px 5px;
	padding: 8px 10px 6px;
	text-align: center;
}
#folders img {
	border: 2px solid #063;
	overflow: hidden;
	/*padding: 1px;*/
}
#gallery {
	list-style: none;
	width: 100%;
}
#gallery li {
	/*background: #EEE;
	border: 1px solid #999;*/
	float: left;
	font-size: 1.25em;
	margin: 0 5px 10px 5px;
	/*padding: 10px;*/
	text-align: center;
}
#gallery img {
	border: 2px solid #063;
	overflow: hidden;
	/*padding: 1px;*/
}
.copyright {
	color: #999;
	padding: 1em 0;
	text-align: center;
}
.copyright a {
	color: #999;
	text-decoration: underline;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
