/* CSS Document for mushroom harvest index.html*/
body{
	background-image: url(background.gif);
}

#container{
	text-align: center;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

#header{
	text-align: center;
	margin: 25px;
}

#header a{
	text-decoration: none;
}

#left{
	float: left;
	width: 130px;
	padding: 5px 30px;
}

#right{
	float: right;
	width: 130px;
	padding: 5px;
}

#center {
	float: left;
	text-align: center;
	width: 500px;
}

#center p {
	text-align: left;
}

#center h3{
	font-size: 20px;
	text-align: center;
	font-weight: bolder;	
	margin-top:50px;
	margin-bottom:50px;
}

#bottom {
	clear: both;
	margin-left:10px;
	margin-top:50px;
	text-align: center;
	font-size: 11px;
	background-image: url(background_nav_bar.jpg);
}

#bottom_nav a {
	padding: 1px 3px 1px 3px;
	margin-right: 5px;
	text-decoration: none;
	color: #FFFFFF;
}

#box {
	width: 100%;
	clear: both;
	}
	
#box img {
	padding: 10px 1px 10px 1px;
}	

#copyright{
	font-size: 10px;
	}