body {
	background-color: #ECECEC;
}

address{
	text-align: center;
	font-size: 10px;
}

p {
	/*text-indent: 10px;*/
	font-family: Arial;
	font-size: 12px;
}

#main {
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	height: 800px;
	background-color: white;
}

#head {
	background-color: gray;
	height: 115px;
	text-align: center;
}

#lBody {
	
}

.rtop {
	height: 115px;
}

.menu_bar{
	background-color: aqua;
}

.waiver {
	text-decoration: underline;
	color: blue;
}

.waivindt {
	text-indent: 8px;
}

.men {
	list-style-type: none;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid blue;
	padding: 2px;
}

a, a:visited {
	text-decoration: none;
	color: black;
}

a:hover {
	color: green;
}