body {
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
	font: .75em Arial, Helvetica, sans-serif;
	background-color: #231f21;
	color: #E2E2E5;
	text-align: center;
}
.prop {
   height:360px;
   float:right;
   width:1px;
}
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}
a {
	color: #E2E2E5;
    outline: none;
}
a:hover {
	text-decoration: none;
}
a img {
    border: none;
}
#wrapper {
	text-align: center;
	margin: auto;
	width: 980px;
	background: #231F21;
	position: relative;
	padding-top: 20px;
}
#header {
	width: 890px;
	text-align: left;
	height: 161px;
	margin-left: -22px;
	z-index: 500;
}
#contents {
	width: 850px;
	margin: auto;
	border: solid 1px white;
	border-top: none;
	text-align: left;
	padding: 0 20px 0 20px;
}
#footer {
	width: 890px;
	text-align: left;
	margin: auto;
	color: #9D9FA1;
	margin-top: 25px;
	padding-bottom: 30px;
	font-size: .9em;

}
#footer a {
	color: #9D9FA1;
}
#siteby {
	float: right;
	text-align: right;
}
#white-img {
	float: right;
    margin-right: -10px;
}
#page {
	width: 650px;
	margin: auto;
	text-align: left;
	padding-bottom: 30px;
}
h1 {
    font-size: 1.5em;
}
h2 {
    font-size: 1.2em;
}
.bold {
	font-weight: bold;
}
hr {
	color: #E2E2E5;
	background-color: #E2E2E5;
	border: 0;
	height: 1px;
}
.italic {
	font-style: italic;
}
.testimonial dd {
	margin-bottom: 10px;
}
.links dd {
	margin-bottom: 10px;
}	
