html,body,font,div,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,p {   
				list-style: none;
				margin: 0;
				padding: 0;
}
html {
background-image-error: url(logoback.jpg);
background-color: #336633;
}
#wholePage {
	height: 768px;
	width: 1024px;
	margin: 0 auto;
}
#Page {
	background-image: url(back2.jpg);
	background-repeat: no-repeat;
	height: 768px;
	width: 1024px;
	margin: 0 auto;
}
#maincontent {
	height: 440px;
	width: 722px;
	padding-left: 162px;
	padding-right: 140px;
	padding-top: 170px;
}
#buttons {
	height: 440px;
	width: 170px;
	float: left;
}
.but {
	height: 47px;
	width: 170px;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	font-weight: bold;
}
#buttons a:link {
	color: #000000;
	text-decoration: none;
}
#buttons a:visited {
	text-decoration: none;
	color: #000000;
}
#buttons a:hover {
	text-decoration: none;
	color: #000000;
}
#buttons a:active {
	text-decoration: none;
	color: #000000;
}
#content {
	height: 430px;
	width: 530px;
	padding-left: 17px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	overflow: auto;
	float: left;
}
#content h1 {
	font-size: 18px;
	text-align: center;
}