 body {
/* position y position x */
background:  url(graphic/cornfieldSkyComposite400.jpg) no-repeat fixed 75px 20px; 	}
		 
h1 {
font-family: "Berlin Sans FB Demi", sans-serif;
font-size:    190%;
}

p {
font-family: "Berlin Sans", sans-serif;
font-size:    100%;
}

img{
margin:     10px 20px 10px 20px;
}

#contentBox {
	background-color:  white;
	padding:           15px;
	}
	
	.content {
	position:          absolute;
	left:              120px;
	width:             424px;
	background-color:  none;
	border:            #FFFFFF thin solid;
	/* Set the opacity of the layer */
   filter:            alpha(opacity=85);   /* IE 5.5 or higher */
	-moz-opacity:      .85;                 /* Mozilla 1.5 or higher */
	opacity:           .85;                 /* Mozilla 1.7 & FireFox */
	top:               99px;
	}
   .content p {
	background-color: #FFFFFF;
	margin-top:        0px;
	margin-bottom:     0px;
	}
	
#header {
	position:absolute;
	width:628px;
	height:43px;
	z-index:1;
	top: 9px;
	left: 96px;
}
#footer {
	width:691px;
	left: 155px;
	top: 450px;
	font-family: 'Berlin Sans FB', san-serif;
	background-color: white;
	padding:          5px;
	text-align:       center;
}
#footer p {
   font-size:   70%;
}
#menu ul {
   font-family:    "helvetica", "arial", sans-serif;
	position:       absolute;
	width:          115px;
	height:         213px;
	z-index:        3;
	left:           587px;
	top:            99px;
	padding:        10px;
	border:         1px solid #000099;
	display:        block;     
}
#menu li{
list-style-type:   none;   /* remove bullets */
margin-bottom:     1em;    /* space out each line */
} 
#menu li a {
text-decoration:   none; /* remove hyperlink underline */
}
#menu a:hover {
color:              #CCCCCC;  /* light gray */
background-color:   #000066  /* dark blue  */
}

#logo {
	position:        absolute;
	width:           200px;
	height:          115px;
	z-index:         203;
	left:            21px;
}
