@charset "utf-8";
/* CSS Document */

@import "CPMmain.css";

div#banner {
	width: 948px;
	height:78px;
	padding: 0px;
	background-color:#339933;
	border-left-color:#339933;
	border-left-width:1px;
	border-left-style:solid;
	border-right-color:#339933;
	border-right-width:1px;
	border-right-style:solid;
	background-image:url(images/banners/rpg.jpg);
	background-repeat:no-repeat;
}

div#bannerReg {
	width: 948px;
	height:78px;
	padding: 0px;
	background-color:#339933;
	border-left-color:#339933;
	border-left-width:1px;
	border-left-style:solid;
	border-right-color:#339933;
	border-right-width:1px;
	border-right-style:solid;
	background-image:url(../images/banners/rpg.jpg);
	background-repeat:no-repeat;
}

div#footer {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	width: 948px;
	height:62px;
	padding: 0px;
	border-bottom-color:#c7dae8;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-right-color:#c7dae8;
	border-right-style:solid;
	border-right-width:1px;
	border-left-color:#c7dae8;
	border-left-style:solid;
	border-left-width:1px;
	border-top-color:#c7dae8;
	border-top-style: dashed;
	border-top-width:1px;
	background-image: url(images/footer/acf-logo.gif);
	background-repeat:no-repeat;
	background-position:center;
	
}
