body {
	background-image: url(../images/page_layout/bg_grad.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2;
}

#wrap {
	position: relative;
	width: 740px;
	height: 350px;
	text-align: left;
	background-image: url(../images/fp/curve_top_white.gif);
	background-repeat: no-repeat;
	background-position: center 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#left {
	width: 350px;
}
#right {
	background-color: #FFFFFF;
	width: 390px;
	position: absolute;
	top: 30px;
	right: 0px;
}
#right p {
	padding: 0px;
	margin: 0px;
}
#right img {
	margin-bottom: 15px;
}



a:link, a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover, a:active {
	color: #FF0000;
	text-decoration: underline;
}

.green {
	color: #009900;
}



#footer {
	background-image: url(../images/fp/curve_bottom_white.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 740px;
	padding: 0px;
	height: 30px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#footer p, #footer p span, #footer p span a {
	display: none;
}
