/* colors 

bg = #dcd8ce;
brown bg = #8D826A


*/
body {
	background-color: #dcd8ce;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	text-align: center;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
textarea {
	border: 1px solid #8D826A;
	background: white;
	padding: 2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #8D826A;
	font-size: 0.8em;
}
input {
	border: 1px solid #8D826A;
	background: white;
	padding: 2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #8D826A;
	font-size: 0.8em;
}
ul, li {
	list-style: none;
}

/* cells */

#main {
	width: 770px;
	border: 1px solid black;
	margin: 0px auto;
	background-color: #8D826A;
	padding: 0px;
	height: 540px;
}
#header {
	width: 770px;
	border-bottom: 1px solid black;
	background: white;
	padding: 0px;
}
#content {
	width: 752px;
	height: 480px;
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	border: 1px solid black;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-weight: normal;
}
#indexcontent {
	width: 752px;
	height: 480px;
	background-image: url(images/index_bg.jpg);
	background-repeat: no-repeat;
	border: 1px solid black;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#contactpage {
	width: 250px;
	text-align: right;
	height: 250px;
	margin-left: 100px;
}
#footer {
	width: 770px;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	margin: 0px auto;
	height: 25px;
}
#rightimages {
	float: right;
	padding: 5px;
	border: 0px;
	text-align: left;
	width:240px;
	height: 400px;
	margin-top: 60px;
}

/* spans - classes */

.contenttext {
	width: 480px;
	padding: 5px;
	text-align: left;
	height: 400px;
	margin-top: 60px;
}
.rightimageborders {
	border: 1px solid #8D826A;
	margin: 3px;
}
.imageleft {
	border: 1px solid black;
	float: left;
	margin: 2px;
}
.contactform {
	border: 1px solid #8D826A;
	background: white;
	padding: 2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #8D826A;
	font-size: 0.8em;
}
.hidden {
	visibility: hidden;
}
.footerlinks {
	font-size: 0.8em;
}
/* Links */

a {
	text-decoration: underline;
	color: #766E56;
	font-weight: bold;
	font-style: italic;
}
a:hover {
	text-decoration: underline;
	color: black;
	font-weight: bold;
	font-style: italic;
}
a.footer {
	text-decoration: none;
	font-size: 0.8em;
	color: black;
	font-style: normal;
	font-weight: normal;
}
a.footer:hover {
	text-decoration: none;
	font-size: 0.8em;
	color: black;
	font-style: normal;
	font-weight: normal;
}