body {
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
	background-color: #FFF;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
}
.prop {
   height:360px;
   float:right;
   width:1px;
}
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}
a {
	color: gray;
}
a:hover {
	text-decoration: none;
}
h1 {
	font: 2.5em "Times New Roman", Times, serif;
	text-align: left;
	margin: 0;
}
h2 {
	text-align: left;
	font-size: 1.2em;
}
#wrapper {
	text-align: left;
	margin: 20px auto 10px;	
	border: 1px solid gray;
	width: 980px;
	background: #FFF;
	position: relative;
	min-height: 550px;
}
#header {
	height: 125px;
	text-align: center;
}
#header img {
	margin-top: 43px;
}
#contents {
	min-height: 300px;
	margin: 0 20px 0 20px;
	text-align: left;
	padding-top: 5px;
}
#inner-contents {
	margin: 0 auto 20px auto;
	padding: 20px 25px;
	width: 890px;
	min-height: 405px;
	background-color: #f1eee4;
	text-align: left;
}
#footer {
	position: relative;
	width: 980px;
	margin: auto;
	color: gray;
	font-size: .8em;
	text-align: left;	
	padding-bottom: 30px;
}
#footer a {
	color: gray;
}
#apse-footer {
	text-align: center;
	padding-bottom: 20px;
}
a img {
	border: none;
}
.bold {
	font-weight: bold;
}
.left-align {
	text-align: left;
}
#back {
	float: left;
	margin: -20px 0 0 0;
}
#total-recs {
	text-align: center;
	/*width: 855px;*/
	margin: -5px 0 5px 0;
}
#nav-links {
	text-align: center;
}
.red {
	color: red;
}
.blue {
	color: blue;
}
.center {
	text-align: center;
}