@charset "utf-8";
/* CSS Document */

a {
	color:#000000;
}
body {
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	
}
#leafs {

	background-image:url(../images/mainBG.jpg);
	background-position:top center;
	background-repeat:repeat-y
}
h1 {
	color:#5e0000;
	font-size:190%;
	margin-top:30px;
}
h2 {
	color:#5e0000;
	font-size:150%;
}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:778px;
 
}
#header {
 
}
img {
	border:none;
}
#nav {
}
#nav ul li {
	display:inline;
	list-style:none;
}
#nav li a {
	display:inline;
	list-style:none;
}
#nav ul {
 
	margin:0px;
	padding:0px;
	list-style:none;
}
#content {
	background-color:#f9b436;
	width:768px;

}
#copy {
	padding:0px 20px 20px 20px;
	margin-top:-30px;	
}
#footer {
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	background-position: left top;
	font-size:90%;
	height:30px;
	padding-left:10px;
}