form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
    margin: 0px;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #504227;
	background-color: #FFFFFF; 
}

#page
{
	margin: 20px auto;
	text-align: left;
	width: 771px;
}

a           
{
    text-decoration: underline;
    color: #776441;
    font-weight: normal;
}
a:hover { text-decoration: underline; } 

.floatLeft
{
	clear: both;
	float: left;
	margin: 0px 10px 10px 0px;
}
.floatRight
{
	clear: both;
	float: right;
	margin: 0px 0px 10px 10px;
}

#header { background: url(images/header.jpg) no-repeat left bottom; }
#headerText
{
	margin: 40px 20px 0 0;
	text-align: right;
}
#headerText h1
{
	font-size: 19px;
	color: #504227;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	text-align: right;
}
#headerText h2
{
	font-size: 14px;
	color: #504227;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	text-align: right;
	font-style: italic;
}

#topNavBG { background: url(images/navBG.jpg); }
#topNav
{
	font-size: 9px;
	margin: 0 0 20px 0;
	text-decoration: none;
	text-align: right;
}
#topNav a
{
	font-size: 9px;
	color: #FFFFFF;
	text-transform: uppercase;
	background: url(images/navSub.gif) left bottom;
	margin: 0 2px;
	width: 93px;
	height: 19px;
	line-height: 19px;
	float: left;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#topNav a.home
{
	font-size: 9px;
	color: #FFFFFF;
	text-transform: uppercase;
	background: url(images/navHome.gif);
	margin: 0 2px;
	width: 88px;
	height: 19px;
	line-height: 19px;
	float: left;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#topNav a:hover, #topNav a.selected
{
	color: #FFFFFF;
	text-decoration: none;
}

#homeText
{
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	margin: 10px 5px 20px 45px;
	text-align: left;
}
#homeText p
{
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#homeText h1
{
	color: #73C6A1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	margin: 10px 0 5px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}
#homeText h2
{
	color: #73C6A1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 10px 0 5px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

#mainText
{
	font-weight: normal;
	line-height: 15px;
	margin: 10px 45px 20px 45px;
	text-align: left;
}
#mainText h1
{
	color: #73C6A1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	margin: 20px 0 10px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}
#mainText h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 0px;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	clear: both;
}
#mainText h3,h4,h5,h6
{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 0px 5px;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	clear: both;
	color: #73C6A1;
}


#contactBG { background: url(images/contactBG.jpg) no-repeat right top; }
#contactSubBG { background: url(images/contactSubBG.jpg) no-repeat right top; }
#contactText
{
	font-weight: bold;
	font-size: 10px;
	color: #776441;
	line-height: 14px;
	margin: 15px 5px 0px 45px;
	text-align: left;
}

.coupons
{
	border: 2px dashed #AADAC2; 
	padding: 10px; 
	margin: 10px 10px 10px 0;
	height: 75px;
}

#copyright
{
	font-weight: normal;
	color: #717375;
	font-size: 8px;
	margin: 10px 20px 10px 45px;
	text-align: left;
}



/* Logoworks link back */
#linkback, #linkback a
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #949A9E;
	font-weight: normal;
	padding: 0px 0px;
	margin: 0px 0px;
	text-decoration: none;
	text-align: center;
}

