@charset "utf-8";
/* CSS Document */
h1{
	text-align:center;
	font-size:45;
}
h2{
	text-align:left;
	font-size:25;
}
body {
	font-family: "Arial";
	background-color:#FFF2E8;
	font-size:11;
}

#wrapper{
	width:1000px;
	margin-left: auto;
	margin-right: auto;
}
#navbar{
	background-color:#F08B32;
	height: 100px;
	font-family: "arial";
	color:white;
}

ul{
	list-style-type: none;
	overflow: hidden;
}

li{
	border:solid thin black;
	width:145px;
	color:white;
	float:left;
	text-align: center;
}
form{
	text-align: center;
	
}