@charset "utf-8";

body {
	font: 13px Arial, Verdana, Helvetica, sans-serif;
	background: #cdc7b8;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

img
{
	border: 0px;
}

h1, h2
{
	color:#695158;
	font-size:18px;
}

h3
{
	color:#61775c;
	font-size: 16px;
}

table
{
	border: 0px;
	padding: 0px;
}

hr
{
	width: 100%;
	height: 1px;
	padding: 0px;
}

.oneColLiqCtr #container {
	width: 900px;  
	background: #FFFFFF;
	margin: 0 auto; 
	position: relative;
	text-align: left; 
}
.oneColLiqCtr #mainContent {
	padding: 15px; 
}

.masthead
{
	background-image: url(../images/structure/top_tile.gif);
	height: 90px;
}

img.logo
{
	margin: 15px 0px 0px 18px;
}

div.nav
{
	background-color: #928326;
	height: 24px;
	left: 300px;
	padding: 3px 0px 0px 10px;
	position: absolute;
	top: 42px;
	width: 570px;
}

div.nav ul
{
	margin: 0px;
}

div.nav li
{
	float: left;
	list-style:none;	
	margin: 4px 10px 0px 15px;
}

img.home-quote
{
	margin: 0px 7px 0px 2px;
}

img.home-photos
{
	margin-right: 7px;
}

a:link 
{
	color: #695158;
	text-decoration:underline;
}

a:visited 
{
	color: #928326;
	text-decoration:underline;	
}

a:hover 
{
	color: #695158;
	text-decoration:none
}

a:active 
{
	color: #695158;
	text-decoration:underline;	
}

div.footer
{
	padding: 10px;
	width: 97%
}

div.footer table
{
	width: 100%;
}

div.footer a:link, div.footer a:visited, div.footer a:hover, div.footer a:active 
{
	color: #695158;
	font-size:11px;
	text-decoration:none;
}

div.footer hr
{
	background-color:#cdc7b8;
	height: 1px;
}