/***************************************COLORS**********************
	Color values:
	#C6C6C6	Body
	#46475B Content H2, H3, H4, H5
	#FFF	H3

*******************************************************************/

/***************************************BODY***********************/
body {
	background-image: url(../images/Backgrounds/fadestrip2.png);
	font-size: 100%;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #C6C6C6;
	width: 800px;
	background-repeat: repeat-x;
}
/***************************************WRAPPER***********************/
#Wrapper {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	width: 800px;
	color: #000;
	margin: 0 auto;
	background-repeat: no-repeat;
}


/*************************************HEADER***********************/
#Header {
	margin: 0;
	padding: 0;
	padding: 0px;
	height: 200px;
	margin-top: 20px;
	vertical-align: middle;
	border: thick ridge #FFF;
	
}

/***************************************H1 is HEADER***********************/


