#html, body {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width:1024px;
  height: 100%;
  margin: auto;
  background-color: #fff;
    font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #fff5e8;
	line-height: 170%;
}




ul, li, h3, h2, h1, p{
	padding:0;
	margin:0;
	list-style:none;
}



h1{
	margin:20px 0;
	color:#5B739C;
}
	
	h1 strong{
		font-size:13px;
		color:#777;
	}
	
	
h2.title{
	color:#fff;
	margin-bottom:10px;
	text-align:right;
}
.clear{
	clear:left;
}

