/* CSS Document */

#container {
	width: 930px;
	margin: 10px auto 0;
	text-align: left;
}

#topBar {
	background-image:url(images/01.jpg);
	width: 800px;
	height: 117px;
	float: top;
}

#topNav {
	background-image:url(images/02.jpg);
	text-align: center;
	width: 800px;
	height: 32px;
	float: top;
	z-index: 1;
}

#sideNav {
	background-image:url(images/03.jpg);
	width: 118px;
	height: 422px;
	padding-left: 8px;
	padding-top: 10px;
	float: left;
}

#contentHome {
	background-image:url(images/04.jpg);
	width: 673px;
	height: 432px;
	float: left;
}


#content {
	background-image:url(images/mainBGlong.jpg);
	background-repeat:no-repeat;
	height: 432px;
	width: 800px;

}

#contentRepeat {
	background-image:url(images/tiled.jpg);
	width: 674px;
	background-repeat: repeat;
	position: absolute;
	left: 136px;
	top: 596px;
	height: 439px;
}

#type {
	width: 674px;
	height: 380px;
	position: absolute;
	top: 181px;
	left: 152px;
	padding: 7px;
}

#mission {
	float: right;
	background-image:url(images/05.jpg);
	text-align: left;
	width: 261px;
	height: 116px;
	z-index: 1;
	padding: 5px 5px 5px 5px;
	margin-top: 300px;
}

#book {
	float: left;
	text-align: left;
	width: 300px;
	height: 116px;
	z-index: 1;
	padding: 285px 0 10px 25px;
	margin: 0;
}

#book p {
	padding: 50px 0;
}

#book img {
	border: none;
}

#lifeLong {
	background-image:url(images/lifeLong.png);
	width: 365px;
	height: 34px;
	z-index: 1;
}

#paneTile {
	background-image: url(images/paneTiled.jpg);
	width: 125px;
	position: absolute;
	left: 10px;
	top: 596px;
	height: 439px;
}

.scroll {
	background-attachment:scroll;
	overflow: scroll;
}
.norepeat {
	background-image: url(images/mainBGlong.jpg);
	background-repeat: no-repeat;
}


A:Link {text-decoration: none;}
A:Visited {text-decoration: none; color:#0000FF;}
A:Hover {
	text-decoration: none;
	color:#000066;
	text-align: center;
}
