
#page {
/*	
	width: 94%; 
	width: 800px; 
	height: 800px;
*/	
	width: 880px; 
	height: 450px;
	padding: 3px;
}

#nav-outer {
	position:relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#nav {
/*	background: url(../images/IsabelleWithRabbit.jpg) no-repeat; */
	background: url(../images/StreamvaleCow-02.png) no-repeat 20px 170px;
/*	width:600px; */
	width:515px;
	height:800px;
	margin: 0px;
}
#nav ul {
	background: url(../images/StreamvaleLogo-01.png) no-repeat right;
	width: 100%;
	padding-top: 100px;
}
#nav ul li {
	height: 3em;
	width: 100%;
}
#nav ul li#optional {
	display:block;
}

#nav ul li a {
	text-decoration:none;
	padding-right: 20px;
	display:block;
	text-align: right;
	color:#D8D800;
	color:#E8D815;
	font-weight:bold;
	font-size: 22pt;
	vertical-align: bottom;
}
#nav li a:hover {
	color:#000000;
	background:#D8D800
}


#header {
	height: 0px;
}

#content {
	padding: 15px;
	margin: 0px;
	width: 96%
}

#footer {
	background: none;
	height: 0px;
}

#fadeImages {
	width:300px;
	margin-left:auto;
	margin-right:10px
}



