body { 
	font: normal normal 13px Verdana, Geneva, sans-serif;
	color: #999;
	line-height:18px;
}

img {
	border: 0px
}

a,a:visited,a:active {
	color: #AA8561;
	text-decoration: none;
}
a:hover {
	color: #A4B1FF;
} 

p { 
	padding:0px 0px 0px 0px; 
}

/** Main Typography
_____________________________________________________________________________*/

h1 {
	font-size: 2.8em;
	color: #AA8561; 
	margin: 0 0 15px 0;
	text-align: left;
	font-weight: normal;
}

h2 {
	font-size: 1.3em;
	color: #AA8561;
	margin: 0 0 15px 0;
	text-align: left;
	font-weight: normal;
}
h3 {
	font-size: 1.3em;
	color: #AA8561;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	text-align: left;
	font-weight: normal;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #808080;
	margin: 0 0 7px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
hr {
	display: block;
	border: none;
	width: 80%;
	height: 1px;
	background: #CCC;
}
.line {
	display: block;
	border: none;
	width: 80%;
	height: 1px;
	background: #CCC;
	margin: 20px auto;
}