@charset "UTF-8";
/* CSS Document */

body {
	background: #ddbe44;
	text-align: center;
	}


/*links*/  

a {
	text-decoration:  none;
	}

a:link {
	color: #C7751D;
	}

a:visited {
	color: #C7751D;
	}

a:active {
	color: #C7751D;
	}

a:hover {
	color: #b3af57;
	}
	


a.moosemenu {
	text-decoration:  none;
	}

a.moosemenu:link {
	color: #cf904c;
	}

a.moosemenu:visited {
	color: #cf904c;
	}

a.moosemenu:active {
	color: #cf904c;
	}

a.moosemenu:hover {
	color: #ECDDA1;
	}
	
/*headers*/

h1 {
	color: #cf904c;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	text-align: center;
	margin-bottom: 30px;
	}

.title {
	font-size: 40px;
	}
	
.author {
	font-size: 20px;
	}

    
h2 {
	color: #C7751D;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	text-align: center;
	margin-bottom: 0px;
	}

.storytitle {
	font-size: 35px;
    text-align: center;
    margin-bottom: 60px;
	}

.storynav {
	font-size: 11px;
	}
	
    
.storypage {
	font-size: 10px;
    text-align: right;
	margin-top: 45px;
	}
	
h3 {
	color: #cf904c;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 150%;
	text-align: justify;
	margin-bottom: 0px;
	font-size: 13px;
	}

/*copy tags*/

p {
	color: #C7751D;
	font-family: verdana;
	font-weight: normal;
	line-height: 200%;
	text-align: justify;
	margin-bottom: 10px;
	}

.copy {
	font-size:12px;
	}

/*div tags*/
	
div#head {
	padding-top: 325px;

}


div#moosecontainer {
	width: 800px;
	margin: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
}

div#image {
	position: relative;
	width: 800px;
	padding-top: 0px;
}

div#linkmenu {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 175px;
	margin-left: 175px;
}

div#content {
    background: #ECDDA1;
	padding-left: 150px;
	padding-right: 150px;
	padding-bottom: 80px;
	padding-top: 20px;
}

div#navigation {
    background: #ECDDA1;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-top: 25px;
}

/*img tagzzzzz*/

.city {
	z-index: 2;
	position: absolute;
	left: 0px;
	}

.giantmoose {
	z-index: 1;
	position: absolute;
	left: 0px;
	}
	
.moosehorn {
	margin-top:45px;
	margin-bottom: 0px;
	text-align:center;
	}
	
