/* CSS Document */

*	{
	margin: 0;
	padding: 0;
	}

body {	font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 62.5%;
		color: #FFFFFF;
		background: #000000 url(../images/bg.jpg) top repeat;
		}

#main	{
	width: 860px;
	background: #000000;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
	border-bottom: solid 2px #666;
	margin: 0 auto 20px;
	padding: 20px;
	overflow: auto;
	background: url(../images/header.jpg) top left no-repeat #000000;
	}
 
 .half	{
 	width: 47%;
	float: left;
	}

hr	{
	color: #333;
	background-color: #333;
	border:none;
	margin: 15px 0;
	height: 3px;
	clear:both;
	}
	
h1	{
	font-size: 3em;
	letter-spacing: -0.05em;
	line-height: 0.8em;
	margin-top: 20px;
	padding-bottom: 10px;
	}
	
h1 em	{
	color: #1cbe96;
	font-size: 0.6em;
	font-weight: normal;
	letter-spacing: -0.01em;
	}

h2	{
	font-size: 4.2em;
	margin: 40px 0 5px;
	}
	
h3	{
	font-size: 1.8em;
	color: #1cbe96;
	margin: 5px 0;
	}

h3 em	{
	font-size: 0.7em;
	color: #ccc;
	margin: 5px 0;
	}

p	{
	font-size: 1.2em;
	padding-bottom: 10px;
	color: #CCCCCC;
	font-family: "Lucida Sans","Lucida Grande",Arial,Verdana,sans-serif;
	line-height: 1.6em;
	}

p strong	{

	color: #eee;
	}

ul	{
	font-size: 1.2em;
	padding-bottom: 10px;
	color: #CCCCCC;
	font-family: "Lucida Sans","Lucida Grande",Arial,Verdana,sans-serif;
	line-height: 1.6em;
	padding: 10px 0 20px 40px;
	}
	
#navs	{
	margin: 20px 0;
	}

#navs ul	{
	list-style: none;
	padding: 0;
	}
	
#navs ul li	{
	display: inline;
	float: left;
	}
	
#navs ul li	a {
	display: block;
	font-size: 1.2em;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	padding: 4px 13px;
	width: 70px;
	text-align: center;
	margin-right: 24px;
	-moz-border-radius: 4px;
	background: url(../images/bg.jpg) top left repeat #272525;
	}

#navs ul li	a:hover, #navs ul li a.selected {
	background-color: #484545;
	background-image:none;
	}

p.top	{
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 370px;
	padding: 10px 0;
	line-height: normal;
	}

.gallery	{
	clear: both;
	margin: 10px 0;
	}

.gallery a	{
	margin: 0 14px 14px 0;
	text-decoration: none;
	display: block;border: 3px solid #333;
	float: left;
	}
	
.gallery a:hover	{
	border: 3px solid #1cbe96;
	
	}

.gallery a.last	{
	margin: 0;
	}

.gallery a img	{
	border: none;
	
	}
	
.clearer	{
	clear: both;
}

.bordered	{
	border: 2px solid #333333;
	}

#footer	{
	width: 860px;
	padding: 0 0 10px 0;
	margin: 0 auto;
	text-align: center;
	}
	
#footer p	{
	font-size: 1em;
	}

#footer p a	{
	color: #1CBE96;
	text-decoration: none;
	border-bottom: 1px dotted #1CBE96;
	}

#footer p a:hover	{
	color: #fff;
	border-bottom: 1px dotted #fff;
	}
	
	
	
	
