@CHARSET "ISO-8859-1";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #655a46;
}
body {
	background-color: #e4ddcb;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #588695;
}
a:visited {
	color: #588695;
}
a:hover {
	color: #588695;
	text-decoration: underline;
}
a:active {
	color: #588695;
}

.styled_input {
	border:1px solid #ccc;
	padding:10px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#8c5010;
	width:300px;
}

p {
	color: #655a46;
	font-size: 13px;
	text-align: justify;
	margin: 5px 0 10px 0;
}

h1 {
	color: #8c5010;
	font-size: 24px;
	margin-top: 15px;
	margin: 15px 0 5px 0;
}

h2 {
	font-size: 15px;
	color: #1c1811;
	background-image: url(../images/header-icon.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin: 15px 0 5px 0;
}

#header-wrapper {
	height: 182px;
	background-image:url(../images/bkg-header-wrapper.gif);
	background-repeat:repeat-x;
}
#header {
	margin:0 auto;
	background-image:url(../images/splash-header.jpg);
	background-repeat:no-repeat;
	height:182px;
	width:760px;
}

#secondary-header {
	margin:0 auto;
	background-image:url(../images/secondary-header.jpg);
	background-repeat:no-repeat;
	height:182px;
	width:760px;
}

#container {
	width:760px;
	margin:0 auto;
}

#nav {
	text-align: center;	
}

#nav li {
	list-style: none;
	display: inline;
}

#nav a {
	text-decoration: none;
	color: #202b37;
	padding: 5px 8px 5px 8px;
}

#nav a:hover {
	background-color: #bfb39e;
}

#col1 {
	float: left;
	width: 220px;
	padding: 10px;
}
#col2 {
	width: 276px;
	float: left;
}

#col2 p {
	text-align: center;
}

#fauxcol2 {
	width:500px;
	float:left;
}

#col3 {
	width: 221px;
	height:300px;
	float:right;
	padding: 10px;
}

#content-wrapper {
	min-height: 400px;	
}

#footer-wrapper {
	background-image:url(../images/bkg-footer.gif);
	background-repeat:repeat-x;
	height:47px;
}

#footer {
	margin:0 auto;
	padding-top:20px;
	width:760px;
	text-align: center;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer li {
	display: inline;
	border-right: 1px solid #202b37;
	font-size: 9px;
	padding-right: 5px;
	margin-right: 3px;
}
#footer a {
	color: #202b37;	
	text-decoration: none;
	font-size: 12px;
	
}

#interior-col1 {
	width:450px;
	float:left;
}

#interior-col2 {
	width:200px; 
	float:left; 
	margin-left:40px;
}

/*Classes */
.clear-fix {
	clear: both;
}

.thumb-container {
	padding: 5px;
	float: left;
	background-color: #bfb39e;
	margin-right: 20px;
}

