#outer_main
{
	float:left; 
	background:#DEDEDE; 
	display:block; 
	margin-left: auto;
  	margin-right: auto;
	width:100%; 
	height:auto;
}

#outer_main h3, h4, h5
{
	text-align: center;
}

#inner_main
{
	float:left; 
	background:#EFEFEF; 
	display:block; 
	width: 95%;
  	padding: 2%;
}

.field-label
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: smaller;
	margin-left: 25px;
}

.field-item
{
	margin-top: 0px;
	padding: 10px 5px 25px 25px;
	border: 2px;
	color: #000000;
	outline: 1px;
	font-size: 100%;
	vertical-align: baseline;
	text-align:justify;
}



