.LeftHeader {
	background-image: url(images/TitleLeft.png);
	background-position: left;
	height: 100px;
	width: 800px;
	border: 0px solid;
	clear: none;
	float: left;
}
.RightHeader {
	background-repeat: repeat;
	float: right;
	border: 0px solid;
	height: 100px;
	width: 168px;
	background-image: url(images/TitleRight.png);
}
.Header {
	height: 100px;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container {
	height: auto;
	width: 800px;
	left: auto;
	right: auto;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
}
