/*Style sheet for simulating frames
 *using only Cascading Style Sheets
*/

body{ margin: 0;
}


#mastH2{
	position: fixed;
	top: 0;
	border-left: 15px solid #191970;
	width: 100%;
	height: 60px;
	z-index: 1;
	background-image: url("../img/1main-backgrnd.jpg");
	text-align: center;
	font: italic normal bolder xx-large/90% "Comic Sans MS", sans-serif;
	color: #A52A2A;
}

#mastH3{
	position: fixed;
	top: 45px;
	border-left: 15px solid #191970;
	width: 100%;
	height: 60px;
	z-index: 1;
	text-align: center;
	font-family: "Comic Sans MS", sans-serif; /* font: italic normal bolder xx-large/90% Comic Sans MS; */
	color: Yellow;
	font-size: medium;
	font-style: normal;
  background: #191971 none repeat 100%; 

}


/* Contents Box is the simulation of the main content frame
   whose content changes according to the link clicked in the
   left linkIndex frame */

#contentsBox{
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px 0px;
	background-image: url("../img/1main-backgrnd.jpg");
	border-left: 15px solid #191970;
	text-align: center;
	font-family: "Comic Sans MS", sans-serif;
}

pre.code{ margin: 5px 25px;
          border: 2px dashed #ddd;
          padding: 3px 8px; }

dt { margin-top: 1em;
     color: #DD0000;
     background: #191971 none repeat 100%; 
}

#foot{ font-family: monospace;
       color: #2277DD;
       background: #191971 none repeat 100%; 
}
		 



