		html, body {
			font: 1.0em arial, sans-serif;
			color: navy;
  			padding: 0;
  			margin: 0;
  			height: 100%;
		}
		p {
			text-align: left;
		}
		div#header {
			width:800px;
			background-color: yellow;
		}
		div#contentarea {
			background-image: url(../images/spiral.jpg);
			text-align:center;
			width:100%;
		}
		div#middlearea {
			width:80%;
			background-image: url(../images/rightColor.gif);
			background-repeat: repeat;
			background-position: top center;
			border-right: thin double white;
			border-left: thin double white;
			text-align:center;
			margin-left: 10%;
			margin-right: 10%;
		}
		.padderLeft {
			background-image: url(../images/leftColor.gif);
			background-repeat: repeat;
			border-left: thin white double;
			border-right: thin white double;
			border-color: white;
			margin-right:5px;
			padding: 8px;
			width:50%;
			float:left;
		}
		.padderRight {
			top: 0px;
			width:40%;
			text-align:left;
			background-image: url(../images/rightColor.gif);
			background-repeat: repeat;
			float:left;			
		}
		.centerImage {
			text-align: center;
		}
			div#footer {
			width:800px;
			background-color: green;
		}		
		.clearfix:after {
			content: ".";
			display: block;
			height: 0;
			clear: both;
			visibility: hidden;
		}
		.clearfix {
			display: inline-block;
		}
		* html .clearfix {height: 1%;}
		.clearfix {display: block;}

	.templink {
	font-size: small;
	font-family: arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	display: block;
	padding: 6px;
	width: 180px;
	text-align: left;
	}
a.menu {
	font-size: small;
	font-family: arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	display: block;
	padding-left:7px;
	width: 180px;
	text-align: left;
	}

a.menu:hover {
	text-align: left;
	color: purple;
	padding-left:2px;
	border-left: 5px solid purple;
	}
	.clearfix:after {
		content: ".";  
		display: block;          
		height: 0;                 
		clear: both;              
		visibility: hidden;	     
	}
	.clearfix {display: inline-block;}  

	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
