body{
	width: 100%; height: 100%;
	background: #271f1c;
	/*url(MicrosoftWindows.jpg) no-repeat top right;*/ 	
	margin: auto; /* non specific automatic margin */
}

h1{
	color:  #F2E1CD;
	text-align: center;
}

h2{
	color : yellow; /*olive;*/
	font-family: "Trebuchet MS", sans-serif;
	text-align: center;
}

h3.header {
	color : #231409;
	background-color :  Olive;
	text-align: center;
}

h3.footer {
	color : olive;
	text-align: center;
}

a {
	font-family: "Trebuchet MS", sans-serif;
}

a:link, a:visited {
	color : navy;
	text-decoration : none;
}

a:hover {
	color :  Yellow;
	text-decoration : none;
}

li {
	list-style: none;
}

li.listhead {
	font-weight: bolder;
	color: #231409;
	text-decoration: underline;
}

p.validyo {
	text-align: center;
}

img.borderedimage {
	border: 20px solid #1a1712;
}

#header {
	color: Olive;
	height: 150px;
	/* width: 750px; */
	background-color:   #5A4F45;
	padding-top: 5px;
}

#content{
	height: 575px;
}

	#contentleft {
		float: left;
		height: 515px;
		width: 450px;
		background-color: Olive;
		margin-top: 25px;
		margin-left: 25px;
		text-align: left;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 15px;
		padding-top: 5px;
	}
	
	#contentright {
		float: left;
		height: 420px;
		width: 350px;
		margin-top: 25px;
		margin-left: 25px;
		text-align: left;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-top: 35px;
	}

		/*#contentright a.brownbacklink {
			color :  Yellow;
			text-align: center;
		}*/

		#contentright a.brownbacklink:link, #contentright a.brownbacklink:visited {
			color :  Yellow;
			text-decoration : none;
		}
		
		#contentright a.brownbacklink:hover {
			background-color :  olive;
			color :  yellow;
		
			text-decoration : none;
		}

		#contentright h3 {
			text-align: center;
		}


#footer {
	margin-top: 25px;
	color: Olive;
	height: 175px;
	/* width: 750px; */
	background-color: #5A4F45;
	padding: 5px;	
}




