@import 'reset.css';


/* ==================== Structural ==================== */


body { background-color: #e1e1b9; }
.main { padding: 0px 25px 25px 25px; }
.sub { padding: 0px 25px 25px 25px; }
p { margin: 0px 0px 12px 0px; }

img.right {
	float: right;
	margin: 0px 0px 20px 20px;
}


ul {
margin-left: 15px;
padding: 0px;
}

ul.indent { 
list-style: none;
        margin-left: 0;
        padding-left: 1em;
        text-indent: -1em;
}

/* ==================== Typography ==================== */


body,td,p {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #666;
}

a:link	{ color: #666; }
a:visited	{ color: #666; }
a:hover	{ color: #867db3; }
a.:active	{ color: #666; }

a.sidebar:link		{ color: #867db3; }
a.sidebar:visited	{ color: #867db3; }
a.sidebar:hover	{ color: #5a471b; }
a.sidebar:active	{ color: #867db3; }

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #5a471b;
	font-weight: bold;
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

strong {
	color: #5a471b;
	font-weight: bold;
}

.testimonial,.testimonial p {
	display: block;
	color: #867db3;
	font-size: 18px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: bold;
	text-align: center;
	line-height: 35px;
	margin: 0px 0px 20px 0px;
}