body {
	font-family: Chalkboard, Times, Helvetica, sans-serif;
	position:left;
	
}
 .float {
 	width: 761px;
	height: 653px;
	
}
.textbox {
	background-image: none;
	border:none;
	position: relative;
	height: 231px;
	width: 399px;
	left: -150px;
	top: -470px;
	z-index:4;
	background-repeat:no-repeat;
}
 .copyright {
	position: relative;
	width: 760px;
	left: 0px;
	top: -360px;
	z-index:3;
}
.navigation {
	position: relative;
	height: 39px;
	width: 756px;
	left: 0px;
	top: -350px;
	z-index:1;
}	

.text-header {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	z-index:2;
	
	}
.text-input {
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
	z-index:2;
	
}
.text-normal {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	
}
.header {
    margin:auto, 0;
	background-image: url(../images/newhomepage.jpg;
	background-repeat: no-repeat;
	position: relative;
	height: 653px;
	width: 761px;
	z-index:0;
	
}

a:link {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #0000FF;
	text-decoration: line-through;
}
a:active {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
