html, body
{
	margin: 0em;
	padding: 0em;
}

div#container
{
	background-color: rgb(223, 217, 210);
}

div#sidebar
{
	padding:0 0 20px 0;
	margin:0em;
	margin-bottom: 2em;
	float: left;
	width: 10em;
}

a:visited
{
	color: blue;
	text-decoration:none;
}

ul.css_sprite a.current
{
	color: blue;
	text-decoration:none;
	background-position: 0px -25px;
}

ul.css_sprite
{
	padding:15px;
	margin-left: 0em;
	margin-bottom: 0em;
	float: left;
	list-style: none;
}

ul.css_sprite li
{
	width: 100px;
	height: 24px;
}

ul.css_sprite li a
{
	display: block;
	background:url('../images/xarchiver.png') no-repeat;
	width: 100px;
	height: 24px;
	padding-left: 30px;
	line-height: 30px;
}

ul.css_sprite li a.l1
{
	background-position: 0px 0px;
	text-decoration: none;
}

ul.css_sprite li a.l1:hover
{
	background-position: 0px -25px;
	text-decoration: none;
}

div#content
{
	padding: 1em 2em;
	margin-left: 13em;
	margin-right: 3em;
	background-color: rgb(255, 255, 255);
	-moz-border-radius-topleft: 1.5em;
	-moz-border-radius-bottomleft: 1.5em;
	-moz-border-radius-topright: 1.5em;
	-moz-border-radius-bottomright: 1.5em;
	text-align: justify;
}

#content .datelist dt, #content .datelist dd
{
	margin-right:15px;
}
	
#content .datelist dt
{
	color:#424242;
	margin-bottom:3px;
	font-size:1em;
}
	
#content .datelist dd
{
	margin-bottom:15px;
}

p#copyright
{
	text-align: center;
}

#content .piclist
{
	padding:0;
	overflow:auto;
	margin:0;
}
	
#content .piclist li
{
	float:left;
	margin:0 20px 20px 20px;
	list-style:none;
}
	
#content .piclist li a
{
	background:#f7f7f7;
	text-decoration:none;
	font-size:0.9em;
	padding:10px 0;
	width:250px;
	height:185px;
	color:#000;
	text-align:center;
	display:block;
}
	
#content .piclist li a img{
	border:2px solid #fff;}
	
#content .piclist li span{
	display:block;}
	
#content .piclist li a:hover{
	background:#F6CA7F;}

h4
{
	color: rgb(117, 144, 174);
	margin-bottom:3px;
	font-weight:bold;
	font-size:1em;
}

h4+p, h4+p+pre+p
{
	margin-left:1em;
}

h4+p+pre
{
	margin-left:1.5em;
}

h3
{
	font-weight:bold;
	font-size:1.4em;
	max-width:600px;
	border-bottom:1px solid #f0f0f0;
	color: rgb(117, 144, 174);
}

pre
{
	padding:5px;
	margin:10px;
	max-width:1024px;
	border: 1px dashed #d0d0d0;
	background:#f5f5f5;
	font-size:1em;
}

