/* CSS Document */
img{border:0px;}

#global{
	position: absolute;
	left: 50%;
	top:0px;
	margin-left: -395px;
	}
#collage1{
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(../images/collage_01.jpg);
	background-repeat: no-repeat;
	width:789px;
	height:50px;
	}
#collage2{
	position:absolute;
	top:50px;
	left:0px;
	background-image:url(../images/collage_02.jpg);
	background-repeat:no-repeat;
	width:789px;
	height:50px;
	}
#collage3{
	position:absolute;
	top:100px;
	left:0px;
	background-image:url(../images/collage_03.jpg);
	background-repeat:no-repeat;
	width:789px;
	height:50px;
	}
#collage4{
	position:absolute;
	top:150px;
	left:0px;
	background-image:url(../images/collage_04.jpg);
	background-repeat:no-repeat;
	width:789px;
	height:50px;
	}
#collage5{
	position:absolute;
	top:200px;
	left:0px;
	background-image:url(../images/collage_05.jpg);
	background-repeat:no-repeat;
	width:789px;
	height:50px;
	}
#collage6{
	position:absolute;
	top:250px;
	left:0px;
	background-image:url(../images/collage_06.gif);
	background-repeat:no-repeat;
	width:789px;
	height:83px;
	}
#blackBar{
	position:absolute;
	top:334px;
	width:789px;
	height:35px;
	background-color:#000;
	}
#bodyColor{
	background-color:#eddeb4;
	top:369px;
	width:789px;
	position:absolute;
	}
#story{
	width:650px;
	left: 50%;
	top:0px;
	margin-left: 70px;
	padding-top:20px;
	padding-bottom:40px;
	}	
h1{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:14px;
	}
p{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:12px;
	line-height:1.5em;
	}
#copyright{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:10px;
	color:#666666;
	margin-left:65px;
	padding-bottom:10px;
	}

/* ------------- navigation */

#topNav{
	position:absolute;
	top:10px;
	left:70px;
	height: 35px;
	width: 400px;
	margin-right: 0.5em; 
	padding-right: 0.75em;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:12px;
	letter-spacing:.25em;
	text-decoration:none;
	}
a.nav:link {color: #fff; text-decoration:none;}
a.nav:active {color: #fff; text-decoration:none;}
a.nav:visited {color: #fff; text-decoration:none;}
a.nav:hover {color: #eddeb4; text-decoration:none;}

