@charset "utf-8";
/* CSS Document */

<title>Manor CSS</title>
	
	body {
	text-align:center; /* for IE */
	}

	.wholething {
	text-align:left; /* reset text alignment */
	width:748px; /* or a percentage, or whatever */
	margin:0 auto; /* for the rest */
 	}
	
	.image {
	text-align: center;
    }
	.main {
	text-align: center;
	position: relative;
	height: 490px;
	background-image: url('../images/webshape.gif');
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position: 50% 15px;
	}
	
	.home_main {
	text-align: center;
	position: relative;
	height: 490px;
	}
	
	.wholething {
	height: 450px;
	text-align: center;
	color: #6E91A3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	line-height: 20px;
	}
	
	.main img {
	padding-top: 55px;
	}
	
	.home_main #flash {
	padding-top: 25px;
	}
	
	#text {
	padding-top: 200px;
	}
	
	div.header {
	height: 20px;
	padding: 10px;
    text-align: center;

	}
	div.mainnav {
	text-align: center;
	color: #6E91A3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	position: absolute;
	padding-left: 195px;
	}
	
	.wholething a { 
	color: #6E91A3; 
   	text-decoration: none;
	text-align: center;
	}
	.wholething  a:link {
	color: #6E91A3;
	text-align: center;
	}
    .wholething  a:visited {
	color: #6E91A3;
	text-align: center;
	}	 
    .wholething  a:hover {
	color: #ddd;
	text-align: center;
	} 
    .wholething  a:active {
    color: red;
	text-align: center;
	}