#page-wrap  {
	text-align:left;
	margin: 0 auto;
	width:800px;
	

}
p, pre, blockquote, h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	margin-top: 0px;	
	margin-bottom: 19px;
}

pre {
	font-family: 'Courier New', 'Lucida Console', Courier, Monaco, Monospace;
}

blockquote {
	margin-bottom: 21.28px;
	margin-left: 40px;
	margin-right: 40px;
}

address {
	line-height: 1.2;
	margin: 0px;
	font-style: italic;
}

h1 {
	font-size: 28px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	margin: 25px 15px;
	letter-spacing:0.01em;
	border-bottom:double 2px #333333;
	
}
h2 {
	font-size: 21px;
	margin-bottom:20px;
	padding:10px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 10px;
}

img {
	padding:2px;
	}
	
#footer{
	width:780px;
	text-align:right;
	
}

#footer p{
	margin:0;
	padding-right: 65px;
	font-size: 12px;
}

