
/* This controls the background and overall settings when not superceded by an individual section */
/* orignal scheme background: #698B22 color:#663300 header background: #FFA500 footer background:#9ACD32*/


body { 
	margin:0;
	background: #B33500;
	font-family: Papyrus, calibri, Arial;
	font-size:115%;
	color:#000000;
min-height:2200px;
}


/* This controls the header */

#head {text-align:center;
	text-decoration: overline underline;
	height:;
	font-size: 275%;
	font-weight: bold;
	color:;
background: #FFA500;
	background-image: url("sun-yellow.jpg");
background-repeat:no-repeat;
	background-position:50% 0%;
	line-height: 100%;
	padding-top:-2em;
padding-bottom: 1em;
	border-bottom: medium solid;
z-index:10;
}

#headleft{
	float:left;
	position:absolute;
	left: 1%;
	top:0%;
z-index:8;
}

#headcenter{z-index:9;
}

#headright{ z-index:8;
	float:right;
	position:absolute;
	right: 1%;
	top:0%
}



/* This controls the main body of content */	


#content { 
	z-index:7;
	border: medium solid;
min-height:1600px;
min-width:500px;
	text-align:left;
	width: 65%;
	position: absolute;
top: 35%;
	right: 8%;
	font-size: 140%;
	font-style:strong;
	color:;
	background: #FFA500;
	padding-top: 2%;
}



/* This controls the footer (Web ring) */



#footer { 
z-index:6;
	border: medium solid;
	position: absolute;
	display:block;
width:100%;
bottom:-11%;
	font-size: 100%;
	font-style:strong;
	background: #FFA500;
margin:auto;

}




/* This controls the side link content */



#secondary_content {
	z-index:7;
	text-align:left;
	width:15%;
min-width:100px;
	position:fixed;
	top: 35%;
	left:2%;
	font-size:100%;
	color: ;
	background:#FFA500;
	border: medium solid;
}



/* This controls all link coloration */

a {
	color: #000000;
	}

a:visited {
	color: #000000;}



/* These are to manipulate image positions and edit their image properties or other objects within divs */

.image{display:block; 
margin:auto;
height:22em;
width:14em;
}


/* This is for formating main content text */



.text{
}


span{	
text-indent:5%;
margin-left:8%;
margin-right: 8%;
	display:block;
	}



/* This is for the video */

.video{display:block;
	margin:auto;
	}


