h1	{ font-size: 220%; 
	text-align: center;
	padding: 0 0 0 2%; }

h3	{ font-size: 100%; 
	text-align: center;
	padding: 0 0 0 2%; }



h4	{ font-size: 120%; 
	text-align: center;
	
	padding: 0 0 0 2%; }

h2	{ font-size: 80%; 
	text-align: center;
	padding: 0 0 0 2%; }

h5	{ font-size: 100%; 	
	text-align: left;
	padding: 0% 0 0 2%; }

h6	{ font-size: 100%;
	padding: 2% 5% 0 0%;
	text-align: right;	}

font	{ font-size: 100%;
	padding: 0% 0% 0 0%;
	color:  blue;
		}

span	{ font-size: 100%;
	padding: 0% 0% 0 0%;
	color:  #990000;
		}


a	{color: blue; 
	padding: 0 0 0 0%; 
	}
	
strong   { font-family: "comic sans MS", serif; 
	font-size: 120%;
	 }



#container   { width: 99%; 
	border: solid 8px; 
	border-color: #993366 ;
	background: #ffcccc; }

#masthead  { width: 99%; 
	color: white; 
	background: #663366; 
	padding: .5% .6% 1% .5%;
	 }

#image        { position: absolute; 
	
	top: 12%; 
	right: 6%; 
	background: #663366;	}
#image2        { position: absolute; 
	top: 12%; 
	left: 6%; 
	background: #663366;	}


#main          { float: left; 
	font-size: 85%;
	text-align: justify;
	padding: 1.2% 5% 3% 5%; 
	width: 90%; 
	font-family: ariel, helvetica, sans-serif; 
	 			}







#footer          { clear: both; /* starts the footer below the floated content */
	padding: .2% 0% 0% 2%; 
	font-size: 75%; 
	color: black; 
	background: #D3D3D3; }	
