body{
	text-align:center;
	background-color:#fff;
}
#wrap{
	margin:0 auto;
	text-align:left;
}
#container{
	background-color:#fff;
	padding: 0px;
    width:1024px;
    height: 800px;
	float:left;
}
#header {
	width: 1024px;
	height: 125px;
	background-color:#1663ae;
	background-image:url("img/rp-header.png");
	background-repeat:no-repeat;
	float:left;
}
#header a.logo{
	display:block;
	margin-top:32px;
	margin-bottom:25px;
	margin-left:32px;
}
#body{
	background-color:#fff;
	width:1024px;
	float:left;
/*	background-image:url("img/bodyback.jpg");
	background-repeat:no-repeat;
	background-position:0 100%;*/
}
#footer{
	/* margin-top:9px;*/
	background-color:#104e9a;
	color:#fff;
	float:left;
	width: 1024px;
/*	margin: 30px 30px;*/
}
#footer td{
    padding: 4px;
}

#mcont {
    background: #efefff;
	float:left;
	width: 1024px;
	height: 500px;
/*	margin-left:32px !important;  
	margin-left:29px; */ /* Because of IE6 margin doubling */
}

