/* CSS Document */

body {
	background-image:url(../images/page_bg.jpg);
	background-repeat: repeat;
	background-color: #af7260;
	font-family: Verdana, Arial, MS Trebuchet, sans-serif;
	font-size: 12px;
	color:#666;
	margin: 0px auto;
}

#wrapper {
    position: relative;
    margin: 0px auto;
	padding-right: 10px;
	text-align: center;
    width: 610px;
	top: 25px;
}
#content_area {
	position: relative;
	float: left;
	background-image:url(../images/fp2_bg.jpg);
	background-repeat: no-repeat;
	/*background-color: #ececec;
	border: 4px solid #b0adac;*/
	text-align: center;
	width: 610px;
	height: 585px;
}

#content {
	
}
.clearer {
	clear: both;
}
#footer {
	position:relative;
	float: left;
	width: 660px;
	background-color: #D5D4D2;
	margin-top: 10px;
	/*border-top: 5px solid #92dc23;*/
	border-top: 8px solid #92dc23;
}

#copyright {
	position:relative;
	display:inline;
	float: left;
	text-align:left;
	font-size: 10px;
	color: #CC9999;
	padding: 7px 0px 0px 0px;
}
#policy {
	position:relative;
	display: inline;
	visibility: hidden;
	float:right;
	font-size: 10px;
	color: #CC9999;
	padding: 7px 3px 0px 0px;
}

#policy a {
	color: #CC9999;
	text-decoration: none;
}

