.top
{
	background-color: #33CCFF;
	position: absolute;
	left: 10%;
	top: 60px;
	right: 10%;
	bottom: 0px;
	width: 782px;
	height: 20px;
}
.main
{
	background-color: "#FFFFFF";
	position: absolute;
	left: 10%;
	top: 157px;
	right: 10%;
	bottom: 0px;
	width: 782px;
	height: 72%;
}
.links
{
	background-color: "#FFFFFF";
	position: relative;
	left: 12%;
	top: 180px;
	width: 15%;
	z-index: 2;
}
.bar
{
	background-color: #33CCFF;
	position: absolute;
	left: 10%;
	top: 555px;
	right: 10%;
	bottom: 0px;
	width: 782px;
	height: 10px;
}

.footer
{
	background-color: #FFFFFF;
	position: relative;
	left: 10%;
	top: 492px;
	width: 782px;
	font-family: verdana;
	color: #808080;
	font-size: 12px;
}
p
{
	font-family: verdana;
	color: #000080;
}