#Container {
	height: 390px;
	width: 600px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#Header {
	float: left;
	height: 92px;
	width: 600px;
	background-image:url(HeaderBg.gif);
}
#Subhead {
	float: left;
	height: 47px;
	width: 600px;
	background-image:url(ContentBg.gif);
}
#Content {
	float: left;
	height: 260px;
	width: 600px;
}
#Buttom {
	float:left;
	height: 76px;
	width: 600px;
	background-image:url(ButtomBg.gif);
}
a:link {
	text-decoration:none;
	color:#006699;
}
a:hover {
	color:#0088CC;
}
a:visited {
	text-decoration:none;
}