@charset "utf-8";
/* CSS Document */

#container {
	height: 789px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1cm;

}
#banner1 {
	height: 70px;
	width: 1200px;
}
#banner2 {
	height: 68px;
	width: 1200px;
	background-image: url(pictures/grass4largerlayout.jpg);
}
#navigation {
	height: 33px;
	width: 1200px;
	font: Arial;
	text-align: right;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	font-size: 18px;
}
#Sidebar {
	float: left;
	height: 583px;
	width: 155px;
	font: Arial;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background-image: url(pictures/keyboardLaMer.jpg);
}
#Story {
	float: right;
	height: 583px;
	width: 1040px;
	background-repeat: repeat;
	background-image: url(pictures/treebackground.gif);
	font-size: 20px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	right: 15px;
	text-align: center;
}

#Footers {
	height: 35px;
	width: 1200px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	line-height: 35px;
}
li {
	margin-left: -1.2em;
	margin-right: 50px;
	list-style-image: url(pictures/bullet.gif);
} 