h1, p {margin: .7% 3%; }  /* adds space between columns */

h4	{ font-size: 110%; 
	text-align: left;
	PADDING: 0 0 0 2%; }
h5	{ font-size: 100%; 
	margin: 1% 0 3% 0%; 
	text-align: left;
	PADDING: 0 0 0 1.8%; }
a	{ color: red; }
strong   { font-family: "comic sans MS", serif; 
	font-size: 110%;
	color: blue; }
#container   { width: 80%; border: solid 8px; background: black; }

#masthead  { color: white; background: black; padding: .5% .6% .3% .5%;
		text-align: left; }
#image        { position: absolute; top: 2.9%; right: 19.8%; 
	
	       background: #ccc;	}

#links     	    { font-style: italic; width: 26.5%; float: left; font-size: 80%; color: red; background: black; padding: 0 0 2% 0;
	 }

#main          { float: left; 
	font-size: 90%;
	width: 41.8%; 
	font-family: ariel, helvetica, sans-serif; 
	text-align: justify; 
	background: white;
	padding: 1.2% 1.2% 1.8% 1.2%; 
	border: 2px; border: solid; border-color: red; }


#news          { float: left; width: 28.5%; font-size: 90%; background: black; color: white; padding: 0 0 7% 0; }

#footer          { clear: both; /* starts the footer below the floated content */
	        padding: .5% 0% 0% 7%; 
		font-size: 90%; color: white; background: black; }	

