body p, body li {
	font-size: 1.35em;
	margin-bottom: 1em;
}

body li {
	margin-bottom: 0;
}

body li ul li {
	font-size: .85em;
	margin-bottom: .2em;
	list-style: none;
}

#wrapper {
	width: 898px;
	display: block;
	border: 2px solid black;
	margin: 0 auto;
	text-align: left;
}

#header {
	display: block;
	width: 898px;
	height: 192px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
}

#buffer {
	display: block;
}

#pictures {
	display: block;
	padding-left: 220px;
	width: 898px;
	height: 350px;
}

#services {
	display: block;
	padding-left: 66px;
	padding-top: 15px;
}

#footer {
	display: block;
	width: 898px;
	height: 58px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat; 
	clear: both;
}

#footer table td {	
	text-align: center;
	font-size: 1em; 
	padding-top: 35px;
}

#disclaimer {
	width: 898px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 10px;
}

#top_right {
	float: right;
	width: 400px;
	height: 322px;
	padding-right: 10px;
}

#top_left {
	width: 400px;
	padding-left: 10px;
}

#bottom_right {
	float: right;
	width: 300px;
	height: 261px;
	padding-right: 10px;
}


