﻿body 
{
	background: black;
	margin: 0px;
	padding: 0px;
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: white;
}

.top 
{
	background: white;
	color: black;
}

.top a:link, .top a:visited, .top a:active
{
	background: black;
	color: white;
	padding: 2px;
	text-decoration: none;
}

.top a:hover
{
	text-decoration: underline;
}

.top .blog
{
	background: url(images/blog_background.png) no-repeat left bottom;
	width: 700px;
	margin: 0px auto;
	padding: 100px;
	padding-top: 70px;
}

.top .blog .title 
{
	padding: 0px;
	margin: 0px;
	background: url(images/title_trees.png) no-repeat top right;
	padding-top: 95px;
	padding-right: 6px;
	float: left;
}

.top .blog .title span 
{
	background: black;
	font-family: Palatino Linotype, Georgia, serif;
	font-size: 42px;
	color: white;
	padding: 5px;
}

.top .blog .title .tag
{
	background: url(images/title_tag.png) no-repeat top left;
	height: 12px;
	width: 40px;
	margin-top: 5px;
}

.top .blog .content
{
	margin: 0px auto;
	padding-left: 120px;
	padding-right: 120px;
	padding-top: 40px;
	padding-bottom: 80px;
	line-height: 2em;
}

.top .about
{
	background: url(images/about_background.png) no-repeat left bottom;
	width: 900px;
	margin: 0px auto;
	padding-top: 70px;
	padding-bottom: 180px;
}

.top .about .column
{
	width: 350px;
	padding-left: 50px;
	padding-right: 50px;
	float: left;
}

.top .about .column ul 
{
	padding-left: 15px;
}

.top .about .title 
{
	padding: 0px;
	margin: 0px;
}

.top .about .title span 
{
	background: black;
	font-family: Palatino Linotype, Georgia, serif;
	font-size: 24px;
	color: white;
	padding: 5px;
}

.top .about .title .tag
{
	background: url(images/title_tag.png) no-repeat top left;
	height: 12px;
	width: 40px;
	margin-top: 5px;
}

.top .gallery
{
	background: url(images/gallery_background.png) no-repeat left bottom;
	width: 900px;
	margin: 0px auto;
	height: 670px;
}

.top .gallery .image
{
	margin-top:109px;
	margin-left:109px;
}

.top .downloads
{
	background: url(images/downloads_background.png) no-repeat left bottom;
	width: 550px;
	margin: 0px auto;
	padding-top:200px;
	padding-bottom:100px;
	padding-left:350px;
}

.top .downloads ul li h2
{
	display:none;
}

.top .downloads ul, .top .downloads li
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 10px;
	padding-bottom:10px;
}

.bottom .body
{
	width: 800px;
	margin: 0px auto;
	padding: 50px;
}

.bottom .body .list 
{
	width: 220px;
	padding-right: 30px;
	float: left;
}

.bottom .body .list .title 
{
	float: left;
}

.bottom .body .list .title span 
{
	background: white;
	font-family: Palatino Linotype, Georgia, serif;
	font-size: 22px;
	color: black;
	padding: 5px;
}

.bottom .body .list .title .tag
{
	margin-top: 5px;
	background: url(images/minititle_tag.png) no-repeat top left;
	height: 10px;
}

.bottom .body .list ul, .bottom .body .list li  
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 10px;
}


.bottom a:link, .bottom a:visited, .bottom a:active
{
	color: white;
	text-decoration: none;
}

.bottom a:hover
{
	text-decoration: underline;
}

.cleaner 
{
	clear: both;
	height: 1px;
	overflow: hidden;
}