@charset "utf-8";
body {
 height:auto;
 width:auto;
 background-image:url(../images/bodyback.jpg);
}
#container {
	height: 800px;
	width: 800px;
	background-image: url(../images/background1.gif);
	background-repeat: no-repeat;
	
}

#header {
	height:auto;
 width:auto;
	
	
}
#menubar {
	height: 150px;
	width: 800px;
	background-image:url(../images/menubar.jpg);
	background-repeat:no-repeat;
	
}
#menubar ul  {
	margin: 0px 0px 0px 155px;
	list-style: none;
	line-height: normal;
	
}
#menubar li {
	display:block;
	float:left;
	margin: 25px 0px 0px 90px;
	
}
#header {
	height: 100px;
	width: 800px;
	
	padding: 0px 0px 0px 0px
}
#maincontent {
	height: 600px;
	width: 800px;
	padding: 0px 0px 0px 0px
}
#maincontent ul {
	list-style: none;
}

#maincontent li {
	float:left;
	display: block;
	padding-left: 75px;
}

#info {
	float:left;
	height: 500px;
	width: 700px;
	border: thin solid #FFF;
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align:center;
	padding: 0px 20px 0px 20px
}
#info table{
	text-align:center;
	
	
}
	


#filler {
	height: 150px;
	width: 250px;
}
