@charset "utf-8";
/* CSS Document */

a.gallery{
	color: #C8DF8E;
	text-decoration: none;
}
a.gallery:focus, a.gallery:hover, a.gallery:active {
	text-decoration: underline;
	color: #F2EB91;
}
p.gallery, li.gallery {
	line-height: 1.8em;
}
h1.gallery, h2.gallery {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0;
}
h1.gallery {
	margin-bottom: 10px;
	padding: 0;
	font-size:3em;
	color: #333;
	letter-spacing:-1px;
}
h2.gallery {
	padding-top: 10px;
	font-size:2em;
	letter-spacing:-1px;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
}
div#page {
	width: 770px;
	margin: 0;
	text-align: left;
	background-color:#110B06;
}
div#container {
	padding: 20px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}


