BODY {
	font-family: 'Cabin Condensed', sans-serif;
	font-size: 14px;
	color: #37291d;
	background-color: #400b10;
}
	
#wrapper	{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 60px 15px rgba(8, 8, 10, 0.96);
	-moz-box-shadow:    0px 0px 60px 15px rgba(8, 8, 10, 0.96);
	box-shadow:         0px 0px 60px 15px rgba(8, 8, 10, 0.96);
}

#header	{
	width: 1000px;
	height: 127px;
	border-bottom: solid 5px #dfc794;
	background-color: #400b10;
	background-image: url(../images/header.jpg);
}

.homelink	{
	display: block;
	float: left;
	height: 127px;
	width: 450px;
}

#logo	{
	font-family: 'Courgette', cursive;
	font-size: 40px;
	color: white;
	display: inline-block;
	margin-left: 40px;
	margin-top: 40px;
	width: 450px;
	height: 70px;
}

#phone	{
	display: block;
	float:left; 
	margin-left: 140px;
	margin-top: 25px;
	text-align: right;
	width: 393px;
	color: white;
	font-family: "Trajan Pro", Times, serif;
	font-size: 20px;
}
	
#banner	{
	height: 365px;
	width:1000px;
	border-bottom: solid 5px #dfc794;
}	

#banner-nav	{
	float: left;
	width: 323px;
	height: 325px;
	padding-top: 40px;
	background-image: url(../images/nav-bkg.jpg);
}
#banner-nav a	{
	display: block;
	margin-left: 30px;
	color: white;
	font-family: "Trajan Pro", Times, serif;
	font-size: 20px;
	text-decoration: none;
	padding: 10px 0 10px 0;
}

#banner-right	{
	float: left;
	width: 677px;
	height: 365px;
}

.quote	{
	text-align: center;
	font-family: 'Courgette', cursive;
	color: #456a3d;
	font-size: 25px;
	display: inline-block;
	margin-top: 30px;
	margin-left: 106px;
	width: 803px;
	height: 160px;
	border-bottom: solid 2px #bb8b5b;
	line-height: 42px;
}	
	
#content	{
	width: 1000px;
	overflow:hidden;
	background-color: #eee2c8;
}

.content_home	{
	background-image:url("images/parchment-bkg-home.jpg"); 
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom: 50px;
}

.content_inside	{
	background-image:url("images/parchment-bkg-sub-solid-bottom.jpg"); 
	background-repeat:no-repeat;
	background-position:top;
	padding-bottom: 50px;
}

.mainbox	{
	float: left;
	width: 790px;
	margin: 30px 0 30px 80px;
	padding: 0 20px 20px 20px;
	background-color: #f0e7d2;
	box-shadow: 0 0 0 10px rgba(223,199,148,0.3);
}

.leftbox	{
	float: left;
	width: 380px;
	margin: 30px 0 30px 60px;
	padding: 0 20px 20px 20px;
	background-color: #f0e7d2;
	box-shadow: 0 0 0 5px rgba(223,199,148,0.3);
}

.rightbox	{
	float: left;
	margin: 30px 0 30px 40px;
	padding: 0 20px 20px 20px;
	width: 380px;
	background-color: #f0e7d2;
	box-shadow: 0 0 0 5px rgba(223,199,148,0.3);
}

.div360	{
	width: 360px;
	display: block;
	float: left;
}

.div400	{
	width: 400px;
	display: block;
	float: left;
}

.div405	{
	width: 405px;
	display: block;
	float: left;
	padding-top:20px;
	padding-left:20px;
}

.div700	{
	width: 700px;
	display: block;
	float: left;
}

h2	{
	font-family: 'Courgette', cursive;
	color: #456a3d;
	font-size: 30px;
}

UL {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 12px
}
OL {
    margin-top: 4pt;
}
LI {
        margin-top:0px;
        margin-right:0px;
        margin-bottom:0px;
        margin-left:0px
}

p, td, li	{
	text-decoration: none;
	font-family: 'Cabin Condensed', sans-serif;
	font-size: 20px;
	color: #37291d;
}

A
{
	text-decoration: underline;
	font-family: 'Cabin Condensed', sans-serif;
	font-size: 20px;
	color: #37291d;
}

A:hover
{
	text-decoration: underline;
	font-family: 'Cabin Condensed', sans-serif;
	font-size: 20px;
	color: #400b10;
}


A:active
{
	text-decoration: underline;
	font-family: 'Cabin Condensed', sans-serif;
	font-size: 20px;
	color: #400b10;
}

.navbar {
	text-decoration: none;
	color: #000000;
	font-family: verdana, helvetica, arial, sans serif;
	font-size: 10px;
}

.navlink {
	text-decoration: none;
	color: #000000;
	font-family: verdana, helvetica, arial, sans serif;
	font-size: 10px;
}

.navlink:hover {
	text-decoration: underline;
	color: #999999;
	font-family: verdana, helvetica, arial, sans serif;
	font-size: 10px;
}

.navlink:active {
	text-decoration: underline;
	color: #FF3333;
	font-family: verdana, helvetica, arial, sans serif;
	font-size: 10px;
}
input.valid {
}
input.invalid {
	display: none;
}

#footer	{
	width: 1000px;
	clear: both;
	background: none;
	color: white;
	text-align: center;
	margin: 20px auto;
}
#footer a, #footer a:hover	{
    font-weight : normal;
    font-size : 15px;
	color: white;
}
.text15 {
    font-weight : normal;
    font-size : 15px;
    color : white;
    text-decoration: none;
}

.copyright {
    font-weight : normal;
    font-size : 15px;
    color : #fff;
    text-decoration: none;
}

.tiny {
    font-weight : normal;
    font-size : 9px;
    font-family : tahoma, verdana, arial, helvetica, sans-serif;
    color : #70777E;
    text-decoration: none;
}
.tiny:hover
{
	font-weight: normal;
	font-size: 9px;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	color: #000066;
	text-decoration: none;
}
.tiny:active
{
	font-weight: normal;
	font-size: 9px;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	color: #000066;
	text-decoration: none;
}

.errortext {
  padding-left: 80px;
  font: bold smaller sans-serif;
  	color: #800;
}

