body{
	margin:0px;
	background-color:#ABAFB6;
}


/*main structures*/
#outer{

}

#rol_img{
	background-image: url(../images/homeimages/rp_img.jpg);
	background-repeat: no-repeat;
	height: 356px;
	background-color:#FFFFFF;
	background-position: right;
}

#nav_bar_outer{
	background-image: url(../images/homeimages/home_nav_bg.jpg);
	height: 50px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #B4644F;
}

#name{
	background-image: url(../images/homeimages/rp.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 370px;
	background-position: 21px center;
}

#nav{
	width:400px;
	float:right;
}

#content{}