@import url('reset.css');

/* General Demo Style */
a{
	color:#000;
	text-decoration:none;
}
.clr{
	clear:both;
}
.wrapper{ width:900px; margin-right: auto; margin-left: auto; padding-bottom: 4px; }
.wrapper p{
    font-family:Georgia, serif;
    font-style:italic;
    padding:30px 0px 10px 0px;
    text-align:center;
}
h1{
	margin:20px 20px 10px 20px;
	font-size:42px;
	color:#202020;
	font-family:'Rochester',Georgia, serif;
	text-align:left;
	font-weight:400;
	text-shadow:1px 1px 1px #fff;
    text-align:center;
}
h1 span{
	font-size:22px;
	display:block;
	color:#8b6a12;
	padding-top:10px;
}
