html {
	width:100%;
}
body {
	width:100%;
	background-color:#ffffff;
	text-align:center;
	background-image:url(images/bg2.gif);
	background-position: top center;
	background-repeat: repeat-x;
}
a {
	outline:none;
	color:#3C241D;
}
a:link {
	color:#3C241D;
}
a:visited {
	color:#3C241D;
}
a:hover {
	color:#3C241D;
}
a:focus {
	color:#3C241D;
}
a:active {
	color:#3C241D;
}
/* GENERAL */
h1, h2, h3, h4, p {
	font-family:Arial, Georgia, Tahoma;
}
p {
	font-family:Arial, Georgia, Tahoma;
	font-size:11px;
	line-height:14px;
	color:#3C241D;
	padding-top:18px;
}
div {
	font-family:Arial, Georgia, Tahoma;
	font-size:11px;
	color:#3C241D;
}
input {
	text-align:center;
	font-family:Arial, Georgia, Tahoma;
	font-size:11px;
	color:#3C241D;
}
select {
	font-family:Arial, Georgia, Tahoma;
	font-size:11px;
	color:#3C241D;
}
/* LAYOUT */
#bg {
	width:100%;
	text-align:center;
	background-image:url(images/bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#wrapper {
	margin:0 auto;
	width:763px;
}
#header {
	width:763px;
	height:76px;
}
#banner {
	width:763px;
	height:204px;
}
#content {
	width:763px;
}
#column1 {
	width:486px;
	float:left;
	padding-right:35px;
	padding-bottom:35px;
}
#column2 {
	width:242px;
	float:left;
}
#feature {
	margin-top: 56px;
	background-color:#6C4135;
	text-align:center;
	padding:10px;
}
#featurecopy{
	padding:20px 35px;
	color:#ffffff;
	background-color:#3C241D;
	background-image:url(images/tab.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#email{
	width:242px;
	text-align:right;
	padding-top:60px;
}
#footer {
	font-size: 10px;
	padding-top: 11px;
	margin-top: 11px;
	line-height: 15px;
	width:763px;
	text-align:center;
	border-top: 1px dotted #6C4135;
}
.title {
	margin-top: 32px;
}
td{
	padding:1px 10px;
}
/* IMAGE REPLACEMENT COMMONALITIES */
ul#nav li a, div#logo {
	text-indent:-9000px;
	background-color:transparent;
}
