html {
	overflow-y: scroll;
}

body {
	background-color: lightblue;
	width: 780px;
	font-family: serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}

a {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

table {
	border: 0px;
	border-collapse: collapse;
	width: 100%;
}

.header {
	color: darkblue;
	font-size: 32px;
	text-align: center;
	width: 100%;
}
.logo {
	vertical-align: middle;
}
.sub-header {
	color: darkblue;
	font-size: 24px;
	text-align: center;
}

div.menu {
	text-align: center;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}

div.title {
	font-size: 26px;
	text-align: center;
	margin: 20px;
}

ul {
	padding-left: 15px;
	font-weight: normal;
}

.clear {
	clear: both;
}

div.images {
	text-align: center;
	float: left;
	width: 50%;
}

.footer {
	color: darkblue;
	font-size: 28px;
	text-align: left;
}
.ratedpeople {
	color: black;
	background-color: white;
	text-align: center;
}

div.offers {
	float: right;
	width: 25%;
	border: solid gray;
	margin-right: 0;
	font-weight: normal;
	font-style: italic;
	color: red;
	text-align: center;
}

.green {
	color: green;
}

div.question {
	margin-bottom: 10px;
}

div.answer {
	margin-bottom: 30px;
	font-weight: normal;
}

div.contacts {
	text-align: center;
}



