h1.headingone {
	color:#663300;
	font-size:18px;
	margin-top: 10px;
	text-align: left;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2.headingtwo {
	color:#C16532;
	font-size:14px;
	text-align: left;
	text-transform: capitalize;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2.headingtwoinside {
	color:#C16532;
	font-size:14px;
	text-align: left;
	text-transform: capitalize;
	margin-top: 3px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D5B18D;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}



#container {
	width: 758px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/content-bg.jpg);
}
.redtext {
	color: #FF0000;
	font-size: 12px;
}

#top {
	height: 148px;
	width: 758px;
	background-image: url(../images/top-bg.jpg);
	margin: 0px;
	background-repeat: no-repeat;
}
.logo {
	margin-left: 248px;
}

#content {
	width: 570px;
	padding-right: 15px;
	padding-left: 15px;
	float: right;
}

#nav {
	width: 154px;
	background-image: url(../images/nav-bg.jpg);
	float: left;
	background-repeat: no-repeat;
	margin: 0px;
	height: 284px;
}
#footer {
	background-image: url(../images/footer-bg.jpg);
	background-position: bottom;
	clear: both;
	background-repeat: no-repeat;
	margin: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 173px;
	padding-top: 15px;
	text-align: center;
	color: #402D1E;
	font-size: 10px;
}
body {
	background-color: #3F2D1F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0F3562;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #3F2D1F;
}
h1 {
	font-size: 10px;
	font-weight: bold;
	color: #DBB892;
	margin: 0px;
	text-align: center;
	text-transform: capitalize;
	text-decoration: none;

}


a:link {
	color: #2B8FC0;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
}
a:visited {
	color: #2B8FC0;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
}
a:hover {
	color: #0F3562;
 }
img {
    vertical-align:bottom;
 border-top-style: none;
 border-right-style: none;
 border-bottom-style: none;
 border-left-style: none;
}
 .leftimg {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.rightimg {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.marketingimg {
	border: 10px solid #F2DFCE;
}
