body {
	font-family: sans-serif;
	text-align: center;
	}

#Container {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	}

#TopDecor {
	float: left;
	clear: left;
	width: 100%;
	height: 130px;
	background: #FFF url(images/topdecor.jpg) no-repeat top;
	}

#Header {
	float: left;
	clear: left;
	width: 100%;
	height: 74px;
	background: #FFF url(images/header.jpg) no-repeat top;
	}

#HeaderText {
	padding-left: 200px;
	padding-right: 15px;
	padding-bottom: 3px;
	}
	
#Navigation {
	float: left;
	clear: left;
	width: 100%;
	}

#Navigation a, #FooterLinks a {
	border-left: solid 5px #FFF;
	border-right: solid 5px #FFF;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	}

#HomeDecor {
	float: left;
	clear: left;
	width: 100%;
	height: 196px;
	background: #FFF url(images/homedecor.jpg) no-repeat top;
	}
	
#Main {
	float: left;
	clear: left;
	width: 100%;
	}
	
#MainBody {
	float: left;
	clear: left;
	width: 100%;
	}

#Footer {
	float: left;
	clear: left;
	width: 100%;
	}
	
#FooterLinks {
	float: left;
	clear: left;
	width: 100%;
	}
	
#FooterText {
	float: left;
	clear: left;
	width: 100%;
	height: 104px;
	background: #FFF url(images/footertext.gif) no-repeat top;
	padding-top: 25px;
	}