.Top {
	background-image:url(images/top.png);
	height:227px;
	background-position:center top;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
}

.Mid { 
	background-image:url(images/mid.png);
	background-position:center top; 
	background-repeat:repeat-y;
}

.Bot { 
	background-image:url(images/bot.png); 
	height:42px; 
	background-position:center top; 
	background-repeat:no-repeat;
}
body {
	background-color: #e3d8ba;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-position:center top;
	background-repeat: no-repeat;
}
a:link {
	color: #000033;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000033;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #000033;
}
