/*************************************************************************************************/
/*** HEADER STYLES ***
/*************************************************************************************************/

.header
{
	width:797px;
	height: 95px;
	/*	left: 190px; */
	
	margin: 0px;
	padding: 0px;
	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
	background-color: #FF00FF;
	background-image: url(../HTMLIncludes/Images/Header.jpg);
	
	text-align: center;
	vertical-align: bottom;
}

