body {
	width: 100%;
	height: 250px;
	background-color: #ffffff;
	color: black;
}

img {
	display: inline;
}
.header{
	width: 980px;
	margin: 0 auto;
}

.header h1 {
	width: 100%;
	height: 100px;
	text-align: center;
}

.menu {
	width: 100%;
	height: 50px;
	text-align: center;
	background-color: blanchedalmond;
}

.menu ul{
	list-style-type: none;
	line-height: 50px;
}

.menu ul li{
	display: inline;
}

.menu ul li a{
	font-size: 20px;
	padding: 10px 20px;
	text-decoration: none;
}

.content1{
	width:100%;
	height:500px;
}

.content2{
	width:100%;
	height: 500px;
}

.info-container {
	width: 100%;
	border: 1px solid #d8d5c6;
	padding: 2px;
	margin: 10px auto 0;
}

.inner-border {
	background-color: #fcfbf9;
	border: 1px solid #d8d5c6;
	padding: 10px 20px;
}

.footer {
	float: left;
	font-size: 14px;
	color: #6d6a5b;
	font-weight: normal;
	width: 50%;
	height: 500px;
	border-right: 1px solid #d9d6c5;
	padding: 10px 0;
	margin-bottom: 10px;
}


.footer ul {
	width: 50%;
	height: 50px;
	text-align: left;
	list-style-type: none;
	line-height: 50px;
}

.footer ul li{
	display: ruby-text-container;
}
