@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #c0f288 url(images/sky.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;  /*c0eefb = light blue*/
}
.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #c0eefb url(images/rainbow.jpg);
/*	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 700px;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #logo {
	position: absolute;
	width: 410px;
	height: 289px;
	top: 360px;
	margin-left: 0px;
	background:url(images/logo1.png) no-repeat;
	z-index: 99;
}
.oneColFixCtr #logolink {
	position: absolute;
	width: 410px;
	height: 25px;
	top: 650px;
	margin-left: 0px;
	color:#FFF;
	text-decoration: none;
	z-index: 99;
}
.oneColFixCtr #logolink a {
	color:#FFF;
	text-decoration: none;
}
.oneColFixCtr #copy {
	position: absolute;
	width: 160px;
	height: 22px;
	top: 670px;
	margin-left: 470px;
	font-size: 10px;
	z-index: 99;
}
.oneColFixCtr #link1 {
	position: absolute;
	width: 200px;
	height: 60px;
	top: 70px;
	margin-left: 0px;
	font-size: 23px;
	z-index: 99;
	text-decoration:none;
	color:#F3C;
	font-weight:bold;
}
.oneColFixCtr #link2 {
	position: absolute;
	width: 200px;
	height: 60px;
	top: 140px;
	margin-left: 400px;
	font-size: 23px;
	z-index: 99;
	text-decoration:none;
	color: #F60;
	font-weight:bold;
}
.oneColFixCtr #link3 {
	position: absolute;
	width: 200px;
	height: 60px;
	top: 70px;
	margin-left: 750px;
	font-size: 23px;
	z-index: 99;
	text-decoration:none;
	color: #909;
	font-weight:bold;
}
.fnthdr {
	font-size: 28px;
	font-family: "Comic Sans MS", cursive;
	font-weight:bold;
	color:#7a4d8f;
	text-decoration: none;
}
