body {
	text-align: center;
	font-size: 12px;
	font-family: arial,verdana, tahoma, Arial;
	color: black;
	line-height: 17px;
	margin: 0;
	padding: 0;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url("images/backgroundloop.jpg");	
	background-color: #82775b;
	
}
#back {
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url("images/background.jpg");
	width: 100%;
	height: 594px;
}
#container {
	background-color: #fffdf6;	
	width: 880px;
	margin: 0 auto;
	position:relative;
	margin-top: -594px;	
}


#footer {
	padding-top: 20px;
	text-align: left;
	height: 50px;
	background: white;
	margin-left: 20px;
	background-color: #fffdf6;		

}


/* home */

#homeheader {
	height: 358px;
}

#homecontent {
	background-image:url(images/rightback.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0;
	margin-left: 288px;

}
#homecontentcontent {
	padding-top: 15px;
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
}
#homeleft, #homeright {
	position: absolute;
	top: 358px;
	left: 0px;
}
#homeleft {
	background-repeat: no-repeat;
	background-position: left;
	width: 288px;

	
}
#homeleftcontent {
	text-align: center;
}
#homeright {
	background-color: white;
	right: 0;
	width: 0px;
}


/* other pages */

#header {
	height: 291px;
}

#content {
	background-color: #fffdf6;	
	background-image:url(images/rightback.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0;
	margin-left: 288px;

}
#contentcontent {
	padding-top: 15px;
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
}
#left, #right {
	background-color: #fffdf6;	
	position: absolute;
	top: 291px;
	left: 0px;
}
#left {
	background-repeat: no-repeat;
	background-position: left;
	width: 288px;

	
}
#leftcontent {
	text-align: center;
}
#right {
	right: 0;
	width: 0px;
}

#footerlinks {
	width: 600px;
	float: left;
}
#wavelink {
	width: 230px;
	float: left;
	text-align: right;
}


ul.arrow {
	margin: 10px;
	line-height: 20px;
	margin-top: -3px;
	margin-left: 15px;
	list-style-image: url('images/arrow-list.gif')
}


.whitetext {
	color: #FFFFFF
}

a:visited {
	color: #da560c; text-decoration: underline;
}
a:link {
	color: #da560c; text-decoration: underline;
}
a:hover {
	color: #da560c; text-decoration: none;
}


#wavelink a:visited {
	color: #837a5d; text-decoration: underline;
}
#wavelink a:link {
	color: #837a5d; text-decoration: underline;
}
#wavelink a:hover {
	color: #4f4938; text-decoration: underline;
}

a.footerlink:visited {
	color: white; text-decoration: none;
}
a.footerlink:link {
	color: white; text-decoration: none;
}
a.footerlink:hover {
	color: white; text-decoration: underline;
}
ul,ol,li {
	text-align: left;
	margin-left: 15px;
}



input.t {
	width: 270px;
}
textarea.ta {
	width: 270px;
	height: 130px;
}

.thumbborder {
	border: 3px solid #beb9a1;
}

.title {
	font-weight: bold;
	color: #2c7f8f;
}

h1 {
	color: #BF3101;
	font-weight: bold;
	font-size: 13px;
}

.lightbox {
	background-color: #fffefb;
	border: 1px solid #e0dbc8;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 15px;
	margin-right: 5px;
}
input.contact {
	background-color:#f5f1de;
	width: 230px;
}
textarea.contact {
	background-color:#f5f1de;
	width: 230px;
	height: 180px;
}
