/* body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #556a2f;
	text-decoration: none;
	font-size: 16px;
}
*/

body {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #575941;
	text-decoration: none;
	font-size: 13px;
	margin: 0px;
	background-color: #fffcf2;
	background-image: url(images/bg_frozen.gif);
}

#contentarea{
	width: 972px;
	height: 1440px;	
	background-image: url(pic.jpg);
	background-repeat: no-repeat;
}
.splashbg {
	background-image: url(images/bg.jpg);
	background-repeat:repeat-y;
}

.redtext {
	color: #941014;
	font-size:16px;
	text-decoration: none;
}

.bluetext {
	color: #3D5561;
	font-size:16px;
	text-decoration: none;
}

.footer {
font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #575941;
	text-decoration: none;
	font-size: 11px;
	margin: 0px;
	}

.greytext {
	color: #CCCCCC;
	text-decoration: none;
}

.txtlink {
	color: #b48a40;
	text-decoration: none;
}

.txtlink:hover {
	color: #768e8d;
	text-decoration: underline;
}

.featureborder {
	border:thin;
	border-color:#f3eddf;
	border-style:double;
}


.styledbuttons {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background: #DDE7C2;
	border: 1px solid #386233;
	cursor: pointer;
}

.styledbuttons:hover {
	color: #FFFFFF;
	background: #738F92;
	border: 1px solid #DDE7C2;
}
