#Border{
	background-color: #b5faff;
	left: 0px;
	top: 0px;
	width: 100%;
	position: absolute;
	z-index: 0;
	text-align: center;
}
#PageBanner{
	background-color: #b5faff;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 10px;
	width: 100%;
	height: 95px;
	border: none;
}
#imageBanner{
	background: #b5faff;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 105px;
	width: 100%;
	height: 80px;
	border: none;
}

#LinkBanner{
	background: #b5faff;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 185px;
	width: 100%;
	height: 38px;
	border: none;
}

#menu{
	position:absolute;
	left:0px;
	top:223px;
	width:16.04%;
	height:450px;
	background-color:#b5faff;
	border: none;
	text-align: center;
}

#content{
	position:absolute;
	top:225px;
	left:16.04%;
	width:67.91%;
	height:450px;
	background-color: #b5faff;
	border: none;
	text-align:center;
}
#content1{
	position:absolute;
	top:225px;
	left:16.04%;
	width:67.91%;
	height:450px;
	background-color: #b5faff;
	border: none;
	text-align:justify;
	font-size: large;
}
#sponsers{
	position: absolute;
	left: 83.95%;
	top: 223px;
	width: 16.04%;
	height: 450px;
	background-color: #b5faff;
	border: none;
	text-align: center;
}
.floatleft{
	float: left;
	margin: 4px;
}
.floatright{
	float: right;
	margin: 4px;
}
