
/*
Lovingly hand-crafted by Citrus Tree Media.
http://www.citrustreemedia.com/
Please respect our copyright as we do yours...
*/

/* get sophisticated style */

@import url(sophist.css);

/* generic style */

body {
   font-family: "Times New Roman", Vernada, Arial, Helvetica, Sans-serif;	 
	font-size: 13.5px;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	background-color: #fff;
}

a {
	cursor: hand;
}

a:link {
    color: #6E5117;
    text-decoration: none;
}

a:visited, a:hover, a:active {
    color: #6E5117;
    text-decoration: none;
}

h1, h2, h3 {
   font-family: "Arial Bold", Arial, "Times New Roman";
	color: #6E5117;
}

h4 {
   font-family: Arial, "Times New Roman"
}

h3.inline {
	display: inline;
	font-size: 20px;
}

img {
	display: inline;
	float: left;
}

hr {
	clear: both;
	color: #b2b2b2;
	margin-bottom: 15px;
	
}

.spacer {
	clear: both;
}