body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Lucida Sans";
	color: #ccc;
	background-color: #5A504B;
	text-align: center;
	/* part 1 of 2 centering hack */
	}
.navigation { text-align:center;}

/* This will give some nice space around the content */
.content { padding: 10px; background-color: #fff;} 

H1{
	font: italic small-caps bold large/20px Georgia; 
	padding: 10px 10px 0px 10px;
	color: Maroon;
}

H2{
	font: small/20px Eras ITC Medium;
	font-family: "Baskerville Old Face";
	padding: 0px 0px px 15px;
	color: #996633;
}

.style11 {
	font-family: "Baskerville Old Face";
	color: Black;
	font: 15px;
}

p{
margin: 0px 5px 5px 0px;

}

b{
	font-weight: bold;
	font-style: italic;
	color: Black;
}

.purchase{
	font: bold;
	text-align: center;
	color: #996633;
}

.arrow {
	list-style-position: outside;
	list-style-image: url(images/arrow.jpg);
	color: Black;
}

.propertiesArrow {
	list-style-position: outside;
	list-style-image: url(images/arrow.jpg);
	padding: 4px 4px 4px 4px;
	color: Black;
	
}

hr{
	width: 50%;
	text-align: center;
	border: ridge;
}

.floatRight{
	text-align: right;
	
}

.QA{
	font: 20px Eras ITC Medium;
	font-family: "Baskerville Old Face";
	padding: 0px 10px px 15px;
	color: #996633;
}

#centerImage{
	text-align: center;
	padding: 0px 10px 0px 10px; 
}

/*Email Link Code*/

a:link, a:visited {
color: red;
text-decoration: none;
font: small;
}

a:hover {
color: #83651C;
border-bottom: none;
text-decoration: none;
}