		body {
			font: 100% tahoma, arial, helvetica, sans-serif;
			color: black;
			background: white url("../backgrounds/GrayBackground.jpg");
			margin: 0;
			padding: 0;
		}
		
		#header {
			text-align: center;
			line-height: 60px;
			color: white;
			vertical-align: middle;
			background: #53868b;
		}
		
		div.domtab {
			padding: 0;
			width: 920px;
			font-size: 90%;
			margin: 10px 0 20px;
		}
		
		ul.domtabs {
			list-style: none;
			float: left;
			width: 920px;
			margin: 0 0 20px;				
		}

		ul.domtabs li {
			float: left;
			padding: 0.3em;
			width: 11em;
			margin: 0 5px;
		}
		
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover {
			width: 11em;
			padding: 1em 0.3em 0.5em 0.3em;
			display: block;
			text-align: center;
			vertical-align: middle;
			background: #cccccc;
			color: black;
			height: 3em;
			text-decoration: none;
			border: 1px solid #333;
		}
				
		html>body ul.domtabs a:link,
		html>body ul.domtabs a:visited,
		html>body ul.domtabs a:active,
		html>body ul.domtabs a:hover {
			height: auto;
			font-weight: bold;
			min-height: 3em;
		}
		
		ul.domtabs a:hover {
			background: #b0c4de;
			font-weight: bold;
		}
		
		div.domtab div {
			clear: both;
			width: auto;
			background: #696;
			color: #fff;
			padding: 1em 1em;
		}
		
		ul.domtabs li.active a:link,
		ul.domtabs li.active a:visited,
		ul.domtabs li.active a:active,
		ul.domtabs li.active a:hover {
			background: #53868b;
			color: #fff;
		}
		
		div.domtab div a:link,
		div.domtab div a:visited,
		div.domtab div a:active {
			color: #fff;
			display: block;
			padding: 1em 0.5em;
			font-weight: bold;
			font-size: 1.3em;
		}

		#navigation {
			position: absolute;
			top: 61px;
			left: -164px;
			width: 164px;
			background: #53868b;
		}
		
		#navigation ul {
			top: 60px;
			margin: 0 0 1em 0;
			padding: 0;
			list-style: none;
			font-size: 0.80em;
			line-height: 20px;
		}
		
		#navigation ul a {
			color: black;
			text-align: center;
			text-decoration: none;
			display: block;
			background: #c0c0c0;
			padding: 0 0.5em;
			margin: 0 1em 0 1em;
			border-bottom: 1px solid white;
			border-left: 1px solid white;
			border-right: 1px solid white;
		}
		
		#navigation a:visited {
			color: black;
		}
		
		#navigation a:hover, #navigation a.lastline:hover {
			font-weight: bold;
			background: white;
			padding: 0 0.5em;
			margin: 0 1em 0 1em;
			color: #53868b;
		}
		
		#navigation a.nohover, #navigation a.nohover:hover {
			color: black;
			text-decoration: none;
			display: block;
			background-color: #c0c0c0;
			padding: 0 0.5em;
			margin: 0 1em 0 1em;
			border-top: 1px solid white;
		}
		
		#content {
			min-height: 49em;
			padding: 0 20px 20px 20px;
			background: #c0c0c0;
			border: 1px solid white;
		}
		
		#content ul {
			margin: 0;
		}
	
		.tales {
			margin: 20px 0 0 0;
		}
		
		.tales h2 {
			font-size: 1.5em;
			color: #53868b;
			margin: 0;
		}
		
		h1 {
			font-size: 2em;
			font-weight: bold;
			color: white;
			padding: 0;
			margin: 0;
		}

		h2 {
			margin: 20px 0 0;
			font-size: 1.5em;
			text-indent: 1em;
			color: #53868b;
			margin: 0 0 0.5em;
			width: 550px;
			border-bottom: 1px solid #53868b;
			-moz-text-shadow: 8px 6px 3px gray;
			-webkit-text-shadow: 8px 6px 3px gray;
			text-shadow: 8px 6px 3px gray;
		}
		
		h3 {
			margin: 0;
			text-indent: 1em;
			font-size: 1.25em;
			color: #53868b;
			width: 450px;
			border-bottom: 1px solid #53868b;
		}
		
		h4 {
			margin: 0 auto 0.5em;
			font-size: 1.5em;
			color: #53868b;
			width: 450px;
		}
		
		h5 {
			font-size: 1.25em;
			color: #036;
		}
		
		#content img {
			float: right;
			margin: 0 0 0 1em;
 			padding: 15px;
			border: 1px solid white;
			background-color: #cccccc;
			-moz-box-shadow: 8px 6px 4px gray;
			-webkit-box-shadow: 8px 6px 4px gray;
			box-shadow: 8px 6px 4px gray;
		}

		#whitepages img {
			width: 872px;
 	    	height: 596px;
			margin: 20px 25px 30px 10px;
	    }

		#latestnews, #latestnewswide {
			float: right;
			clear: right;
			color: black;
			background: #cccccc;
			padding: 15px;
			margin: 1em 1em 1em 1.5em;
			border: 1px solid #53868b;
			font-size: 75%;
		}
		
		#latestnews {
			width: 252px;
			height: 260px;
		}

		#latestnewswide {
			width: 336px;
			height: 220px;
		}
		
		#latestnews h5, #latestnewswide h5 {
			text-align: center;
			text-indent: 0;
			margin: 15px 15px 5px 15px;
			color: white;
			background: #53868b;
		}
			
		#latestnews h5 {
			width: 252px;
		}
		
		#latestnewswide h5 {
			width: 336px;
		}
		
		#latestnews p, #latestnewswide p {
			margin: 9px 18px 9px 18px;
		}
		
		#container {
			position: relative;
			width: 1000px;
			margin: 0 auto;
			border-left: 164px solid #53868b;
			border-right: 35px solid #53868b;
		}
		
		.tales ul {
			list-style-position: outside;
			list-style-type: none;
		}
		
		.tales ul li {
			background: url("../images/golfball.jpg") 0em 0.2em no-repeat;
			padding: 0 0 0 1.5em;
			margin-left: 0.5em;
		}
		
		ol
		{
			list-style: lower-roman;
		}
		
		dt
		{
			margin-left: 0;
			font-weight: bold;
		}
	
		dd {
			text-indent: 0;
			margin: 0 0 1em 0;		
		}
		
		#footer
		{
			clear: right;
			background: #53868b;
			text-align: center;
			font-weight: bold;
			line-height: 2.5;
			vertical-align: middle;
			color: white;
			font-size: 0.9em
		}
		
		#footer p
		{
			margin: 0;
		}
