* {
	margin:0;
	padding:0;
	font-weight:normal;
	}
body {
	margin-top:60px;
	font-family: Georgia, Garamond, serif;
	color:#000;
	background-color:#ffffff;
	text-align:center;
	}
#box{
	width: 600px;
	padding-bottom:40px;
	margin: 0 auto;
	background-color: #ffffff;
	text-align:center;
	}
#content{
	padding-top:40px;
	text-align:left;
	}

h1, h2, h3{
	padding:5px 0;
	}
h1{font-size:32px;font-family:Bembo, Georgia, Garamond, serif;  color:#8E2800;}
h2{font-size:24px;}
h3{font-size:18px;}
p{
	font-size:.80rem; 
	line-height:1.00; 
	letter-spacing:-.02em;
	padding:0 0 10px 0;

	}
ol{
	padding: 0 0 3px 25px;
	}
 ul{
	list-style: none;
	padding: 0 0 3px 0;
	}
ol, ul, li{
	font-size:14px;
	line-height:18px;
	}

a:link, a:visited {
	font-weight : normal; 
	text-decoration : none;
	color: #8E2800;
	background: transparent; 
	}
a:hover {
	font-weight : normal; 
	text-decoration : none;
	color: #03212E;
	background: transparent; 
	}
a:active {
	font-weight : normal; 
	text-decoration : none;
	color: #8E2800;
	background: transparent;  
	}
#footerquote p{
	width: 350px;
	padding-bottom:40px;
	margin: 0 auto;
	color:#333333;
	line-height:21px;
	font-size:14px;
	}


