body {
	background:url(Img/bg.jpg) #DFD0EA repeat-x;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	}
	
.House {
	margin:0 auto;
	width:750px;
	}
	
.Footer {
	margin:0px auto;
	width:700px;
	border-top:3px solid #fff;
	text-align:center;
	padding:20px;
	clear:both;
	}
	
.Floater {
	float:right;
	border:0;
	margin:0px 11px;
	padding:0px 11px;
	}
	
.Floater2 {
	float:left;
	border:0;
	margin:0px 11px;
	padding:0px 11px;
	}
	
p {
	padding:2px 2px 2px 14px;
	margin:10px;
	}

h1 {
	font-size:17px;
	font-weight:bold;
	margin:10px;
	padding:2px;
	text-indent:8px;
	}
	
.Intro {
	font-size:120%;
	font-weight:bold;
	}
	
li {
	margin:10px 0px 0px 20px;
	padding:0;
	}
	
.TopMenu {
	height:70px;
	padding:6px;
	text-align:center;
	}
	
a.TopLeft, a.TopCenter, a.TopRight, a.TopLeftON, a.TopCenterON, a.TopRightON {
	display:block;
	float:left;
	line-height:60px;
	padding:0px 55px 10px 50px;
	text-decoration:none;
	color:#fff;
	font-size:12px;
	}
	
a.TopLeftON{
	background:url(left-bar.gif) bottom left;
	color:#fff;
	}
	
a.TopCenterON{
	background:url(center-bar.gif) bottom left;
	color:#fff;
	}
	
a.TopRightON{
	background:url(right-bar.gif) bottom right;
	color:#fff;
	}
	
a.TopLeft {
	background:url(left-bar.gif) top left;
	color:#fff;
	}
	
a.TopLeft:hover {
	background:url(left-bar.gif) bottom left;
	color:#fff;
	}
	
a.TopCenter {
	background:url(center-bar.gif) top left;
	color:#fff;
	}
	
a.TopCenter:hover {
	background:url(center-bar.gif) bottom left;
	color:#fff;
	}
	
a.TopRight {
	background:url(right-bar.gif) top right;
	color:fff;
	}
	
a.TopRight:hover {
	background:url(right-bar.gif) bottom right;
	color:#fff;
	}