body{
	background:url(images/bg.jpg) repeat;
	margin:0px;
}



/*  BG'S  */

.body_bg{ background:#FFFFB7 url(images/body_bg.jpg) no-repeat center top; }

.nav_bg{ background:url(images/nav_bg.jpg) no-repeat center top; }

.footer_bg{ background:url(images/footer_bg.jpg) no-repeat center top; height:82px; }



/* BODY_TXT */

.copy_text{
	font-family:arial;
	font-size:11px;
	color:#fff;
	font-weight:normal;
}
.MCIFooter {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
.MCIFooter a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
.MCIFooter a:hover{
	text-decoration:underline;
}
.Border {
	border-top-color:#E76F6B;
	border-top-style:solid;
	border-top-width:2px;
}