body {
	background-color: #513520;
}

#c {
	position: absolute;
	top: 0px;
	width: 780px;
	left: 50%;
	margin-left: -385px;
	background-color: #513520;
	background-image: url(../images/i_bg.jpg);
	background-repeat: repeat;
	background-position: 40px 22px;
}

#navigation {
	float: left;
	width: 780px;
	height: 50px;
	background-color: #92B135;
}

#front {
	float: left;
	width: 780px;
	height: 593px;
	background-image: url(../images/f_front.jpg);
	background-repeat: no-repeat;
}

#designer {
	float: left;
	width: 780px;
	height: 24px;
	padding-top: 3px;
	background-color: #513520;
	text-align: right;
	font-size: 11px;
}

a:link, a:visited {
	color: #92B135;
	text-decoration: underline;
}
a:active, a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#inner #header {
	float: left;
	width: 490px;
	height: 175px;
	background-repeat: no-repeat;
}

#inner #logo {
	float: left;
	width: 290px;
	height: 175px;
	background-image: url(../images/i_logo.jpg);
	background-repeat: no-repeat;
}

#inner #main {
	float: left;
	width: 780px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #CCCCCC;
	background-image: url(../images/i_footercorner.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#inner #text {
	width: 720px;
	padding: 30px;
}

#inner #contactfooter {
	float: left;
	width: 780px;
	height: 120px;
	background-image: url(../images/i_contact.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#inner #footer {
	float: left;
	width: 780px;
	height: 60px;
	background-image: url(../images/i_footer.jpg);
	background-repeat: no-repeat;
}

h2 {
	color: #92B135;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: normal;
	text-transform: uppercase;
}

h2 .b {
	font-size: 24px;
}

.imageborder {
	padding: 3px;
	border: 1px solid #FFFFFF;
	width: 172px;
}

.innerimageborder {
	border: 1px solid #FFFFFF;
}

.contactLeftCell {float: left; width: 54px; padding: 2px; padding-bottom: 4px; padding-top: 6px;}
.contactRightCell {float: left; width: 208px; overflow: visible; padding: 2px; padding-bottom: 4px;}
.contactFullCell {float: left; width: 280px; padding: 2px; padding-bottom: 4px;}
.contactInformation {float: left; width: 220px; line-height: 160%; padding-bottom: 4px;}

input, textarea {
	border: 1px solid #92B135;
	background-color: #1E110D;
	color: #FFFFFF;
	padding: 4px;
}