/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #093e07;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}

a:visited {
	color: #093e07;
	font-weight:bold;
}

body{
	background: #000000;
	font: 11px Arial, Helvetica, sans-serif;
	color: #464646;
	margin: 0 0;
	padding: 0px;
}

#content{
	width: 940px;
	text-align: left;
	margin: 0 auto;
}

#main{
	width: 940px;
	margin: 9px 4px;
	clear:both;
	background: url(images/main.gif) repeat-y;
	
}

#header{
	height: 416px;
	width: 940px;
	background: url(images/header.jpg) no-repeat top;		
}

#logo{
	height: 309px;
	text-align: left;
	padding-left: 100px;
	padding-top: 30px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #ffffff;
}
#logo H2 a{
	font-size: 12px;
}

#footer {
	height: 40px;
	clear: both;
	margin: 0 auto;
	padding-top: 20px;
	background: url(images/footer.jpg) repeat-x top;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}
