@charset "utf-8";
/* CSS Document */

body {
	margin: 0; 
	padding:0 0 50px;
	background: #526931 none repeat scroll 0 0;
	color: #fff; 
	font: 92.5% "Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,sans-serif; 
}

* {
margin-bottom:0;
margin-top:0;
padding-bottom:0;
padding-top:0;
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color:#000000;}
	a:visited {
	text-decoration: none;
	font-weight: bold;
	color:#663300;}

#header {
	background:transparent url(images/header.jpg) no-repeat scroll 50% 0;
	height:425px;
}

img
{
border-style: none;
text-decoration: none;
} 

#inner {
	margin:0 auto;
	padding:510px 0 10px;
	position:relative;
	width:900px;
}

#nav {
overflow:hidden;
padding:0 0 5px;
width:100%;
}

#paper {
background:url(images/paper.png) no-repeat right;
}

#content {
background:#526931;
overflow:hidden;
padding:50px 0 50px;
width:100%;
}

#content div.primary {
float:left;
width:435px;
}

#content div.secondary {
float:right;
padding:5px 0 0;
width:435px;
}

#footer {
	background:#526931;
	background-position:center center;
	bottom:0;
	height:65px;
	overflow:hidden;
	position:fixed;
	text-align:center;
	font-size:9px;
	width:100%;
	z-index:1;
}

#copy {
	background:#816035;
	height:20px;
	font-size:9px;
	padding-right:5px;
}


#wrap {
background:#556b2f url(images/sky.png) repeat-x scroll 0 0;
}

.floatright {
float:right;
margin: 10px;
}

.floatleft {
float:left;
margin: 10px;
}

