#Header{
	width: 703px;
	height: 175px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: black;	
	border-left: solid 1px red;
	border-right: solid 1px red;
	border-bottom: solid 1px red;
	background-color: white;
	
}

#wrapperHeader
{
	width: 100%;
	background-image: url(images/HeaderBackground.gif);
	background-repeat: repeat;
}

img#Header {	
	height: 150px;
	width:702px;	
}