body {
    background-color: #fff; /* Background color */
    color: #222; /* Foreground color used for text */
    font-family: Helvetica;
    font-size: small;
    margin: 0; /* Amount of negative space around the outside of the body */
    padding: 0; /* Amount of negative space around the inside of the body */
}
#container_ren{
	text-align: left;
	margin: 0 auto;
	background-color: #f2f1f1;
	border-bottom: 1px solid #15043f;
	border-right: 1px solid #15043f;
	border-left: 1px solid #15043f;
	border-top: 1px solid #15043f;
}
#content_ren
{
	width: 920px;
	padding: 30px 20px 20px 20px;
	text-align:left !important;
}

#header h1 {
    margin: 10;
    padding: 5;
}
