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: url(images/back.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
}
#wholePage {
	width: 825px;
	height: 700px;
	margin: 0 auto;
	padding-top: 20px;
}
#Page {
	width: 805px;
	height: 638px;
	padding: 10px;
	position: absolute; 
	top: 30px;
	/*background-image: url(images/home.jpg);*/
}
/*
#Page2 {
	width: 805px;
	height: 638px;
	padding: 10px;
	background-image: url(images/services.jpg);
}
#Page3 {
	width: 805px;
	height: 638px;
	padding: 10px;
	background-image: url(images/contact.jpg);
}
*/
#Content {
	width: 515px;
	height: 540px;
	float: left;
	color: #033;

	padding-left: 7px;
	padding-right: 7px;
	overflow: auto;
}
img {
	border: 5px #fff solid;
	float: right;
}
.Nav {
	text-align: right;
	padding-top: 58px;
	padding-bottom: 10px;
	padding-right: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.Nav a {
	text-decoration: none;
	color: #033;
	padding-right: 20px;
}
.Nav a:hover {
	text-decoration: underline;
	color: #033;
}
.inputstuff {
	border: 5px solid #fff;
	background-color: #072234;
	width: 200px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#Content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
}
#Content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 10px;
}
#Image {
	width: 276px;
	height: 550px;
	float: left;
}
#Footer {
	width: 825px;
	height: 42px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	padding-top: 15px;
}
#Footer a {
	color: #033;
	text-decoration: none;
}