﻿.evoCntDefault1 {
	float:left;
	margin: auto;
	width: 500px;
	text-align:center;
	padding:0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: red;
	color:#ffffff;
	text-align:left;
}

.evoCntDefault1 h1 {
	color:Blue;

}

.evoCntDefault1 p 
{
	color:Green;
}