body {
	padding: 0;
	margin: 0;
	color: #000;
	text-align: center;
	font-size: 16px;
	background-color: #ddd;
	font-family: "times", "times new roman", serif;
}
#page
{
	width: 770px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}
#header {
	
}
#menu {
	width: 100%;
	white-space: nowrap;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding-top: 5px;
	text-align: center;
}
#content {
	text-align: justify;
	margin-top: 20px;
}
#footer {
	width: 100%;
	white-space: nowrap;
	text-align: center;
	border-bottom: 1px solid #600;
	border-right: 1px solid #600;
	border-left: 1px solid #600;
	font-size: 14px;
	height: 30px;
	clear: both;
	margin-top: 20px;
}
a, a:link {
	color: #600;
}
a:hover {
	color: #000;
}
.floatright {
	float: right;
	margin-left: 10px;
}
.floatleft {
	float: left;
	margin-right: 10px;
}
.imagebox {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.imagebox li {
	margin: 0px 0px 6px 0px;
	padding: 0px;
}
.extrapadding {
	margin-right: 10px;
	padding: 0px;
}
.bottom {
	text-align: right;
	clear: both;
}
#services ul {
	text-align: center;
	margin: 10px 0px;
	padding: 0px;
}
#services li {
	list-style: none;	
	margin-bottom: 10px;
	padding: 0px;
}
#services ul li {
	font-weight: bold;
}
#services ul ul li {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: normal;
}
a img {
	border: 0px;
}
p {
	margin-bottom: 0px;
}