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 : 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;
}

ul {
	list-style: none;
}

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

ul ul {
	list-style: square;
}

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: 485px;
}

	#contentleft {
		float: left;
		height: 430px;
		width: 510px;
		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: 100px;
		margin-top: 25px;
		margin-left: 25px;
		text-align: left;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-top: 35px;
	}

#footer img {
	float: left;
}

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