/* CSS DOCUMENT */
body{
	font-family:'Arial','Helvetica',sans-serif;
	color:#090909;
	position:relative;
	background-color:#FFF;
	margin:20px 0 0 0;
	padding:0;
}
#header{
	width:600px;
	height: auto !important; /* modern */
	height: 100px; /* IE5.x and 6 */
	min-height: 100px; /* modern */
	padding:0;
	margin:0 auto;
	clear:both;
}
h1{
	font-size:16px;
	line-height:19.5px;
}
h2{
	font-size:16px;
	line-height:19.5px;
}
p{
	font-size:16px;
	line-height:19.5px;
}
.divider{
	width:100%;
	height:.1px;
	padding:0;
	margin:10 0;
	border:none;
	font-size:.1px;
	line-height:.1px;
	color:#d0d4b0;
	background-color:#d0d4b0;
	border:1px solid #d0d4b0;
	text-align:center;
	clear:both;
}
.property{
	width:500px;
	height: auto !important; /* modern */
	height: 50px; /* IE5.x and 6 */
	min-height: 50px; /* modern */
	padding:0;
	margin:0 auto;
}
.centered{
	text-align:center;
}
#wrapper{
	width:600px;
	margin:0 auto 40px auto;
	padding:0;
	overflow:hidden;
}
.clear{
	width:auto;
	height:auto;
	float:none;
	clear:both;
	overflow:hidden;
}
.linkbar{
	width:500px;
	height:20px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}
