body{
	background: #000000;
/*	background-image:url(../images/wood-background.jpg)*/
}
#wrapper{
	width:800px;
	height:1000px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
}

#right-sleeve{
	float:left;
	width:800px;
}

#logo{
	height:110px;
	width:800px;
	text-align:right;
}
#navigation{
	height:20px;
	width:800px;
}
#main-content{
	width:800px;
	height:430px;
}

#bottom-nav{
	width:800px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color:#B7D43D;
	
	background-repeat:no-repeat;
	background-position:right;
}

#bottom-nav a{
	color:#B7D43D;
}