body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CECECE;
	background-attachment: scroll;
	background-image: url(../images/top-squares.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 70px;
}
h1 {
	height: 170px;
	width: 800px;
	border-bottom: 5px solid #C40817;
	margin: 0;
	padding: 0;
	background-image:url(../images/header-image.jpg);
	text-indent: -9999px;
}
h2, h3 {
	text-align: right;
	padding: 2px 5px;
	color: #FFF;
	background-color: #C40817;
	margin: 0;
	font-size: 14px;
}
h4 {
	color:#FFF;
	font-size: 12px;
}
p {
	color:#FFF;
	font-size: 12px;
}
address {
	margin: 10px 0;
	font-size: 12px;
	font-style: normal;
}
blockquote {
	margin: 10px 0;
	font-size: 10px;
}
ul {
	color:#FFF;
	list-style-position: outside;
	list-style-type: square;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	font-size: 12px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #ddd;
}
a:active {
	text-decoration: none;
	color: #ddd;
}
#wrapper {
	width: 800px;
	margin: auto;
	overflow: hidden;
	height: 1%;
	background-color: #FFF;
	-o-box-shadow: 2px 2px 6px #333;
	-icab-box-shadow: 2px 2px 6px #333;
	-khtml-box-shadow: 2px 2px 6px #333;
	-moz-box-shadow: 2px 2px 6px #333;
	-webkit-box-shadow: 2px 2px 6px #333;
	box-shadow: 2px 2px 6px #333;
}
.inner-wrapper {
	overflow: hidden;
	padding: 10px;
}
#office {
	margin-right: 15px;
	width: 250px;
	float: left;
}
#hospital {
	width: 250px;
	float: left;
}
#school {
	margin-left: 15px;
	width: 250px;
	float: left;
}
#main-content {
	padding: 10px 400px 10px 10px;
	background-color: #BD0914;
	background-image:url(../images/handshake-image.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	clear: both;
}
#left-column {
	background-color: #656565;
	float: left;
	width: 450px;
	padding: 5px;
}
#inner-bottom {
	padding: 20px 10px 30px;
	width: 430px;
}
#inner-top {
	width: 225px;
	float: left;
	background-image: url(../images/approved-image.jpg);
	background-position: left top;
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding-left: 215px;
	padding-right: 10px;
	padding-bottom: 20px;
}
#right-column {
	float: right;
	width: 310px;
}#footer {
	padding: 10px;
	clear: both;
	text-align: center;
	background-color: #C40817;
	border-top: 10px solid #fff;
	color: #FFF;
	font-size: 10px;
}
#gallery {
	border-bottom: 10px solid #656565;
}
