html, body,  p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img {
	margin: 0;
	padding: 0;
	border: 0;
  }


html, body {
	height:100%;
	width: 100%;
	max-width:100%;
}

body {
	min-height: 100%;
	height: 1000px; !important;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #b89671;
	background:#C9BE91;
	background-image: url(../images/main-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top:19px;
	
}

/* text formatting */
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size:24px;
	color: #995297;
}

p#topnavtext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #a48967;
	margin-bottom:9px;
}
#topnavtext a {
    color: #a48967;
    font-size: 9px;
    text-decoration: none;
}

#topnavtext a:hover {
    color: #fffffe;
    font-size: 9px;
    text-decoration: none;
}

p#addressTextLeft {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #c9c7c0;
	margin-bottom:10px;
	margin-left:20px;
	float:left;
}
p#addressTextRight {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #c9c7c0;
	margin-bottom:10px;
	margin-right:20px;
	float:right;
}

p#footerText {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #200f0c;
	text-align:center;
}
#footerText a {
    color: #200f0c;
    font-size: 10px;
    text-decoration: none;
}

#footerText a:hover {
    color: #200f0c;
    font-size: 10px;
    text-decoration: underline;
}

/* column formatting */
.topnav {
	background-image: url(../images/topnav-bg.jpg);
	background-repeat: no-repeat;
	width:950px;
	height:37px;
	text-align:center;
	vertical-align:bottom;
}

.mainpic {
	padding-left: 20px;
	padding-right: 20px;
	text-align:center;
}

.leftCol {
	vertical-align:top;
	width:618px;
	padding-left: 20px;
}

.fadeCol {
	vertical-align:top;
	width:1px;
}

.rightCol {
	vertical-align:top;
	width:291px;
	padding-right: 20px;
	text-align:right;
}

.address {
	background-image: url(../images/address-bg.jpg);
	background-repeat: no-repeat;
	width:950px;
	height:46px;
}


/* general links */
a:link {
	color:#b89671;
	text-decoration: underline;
}
a:visited {
	color:#b89671;
	text-decoration: underline;
}
 a:hover{
	color:#b89671;
	text-decoration: none;
}
