body {
	background-color: white;
	text-align: center;
}

#container{
	width: 770px;
	height: 300px;
	margin: 47px auto auto;
}

#innercontainer{
	width: 760px;
	background-color: white;
	padding: 20px 0px 15px 15px;
	margin-bottom: 5px;
	border: 1px solid black;	
	float: left;
}

#topbar{
	height: 50px;
}

#logo{
	float: left;
}

#menu{
	width: auto;
	padding-top: 40px;
	text-align: center;
	float: left;
}

#menu img{
	border: 0;
}

#slideshow{
	height: 500px;
	width: 500px;
	float: left;
	
}

#menu p{
	margin-top: 7px;
	padding: 0;
	font: .8em Georgia, Times, serif;
}

#copyright {
	padding-top: 20px;
	text-align: right;
	font: .75em Georgia, Times, serif;
	color: #999;	
}