/* John 812 stylesheet */ 

h3 {
 margin:2px;
 padding:5px;
 font-family: Verdana, Helvetica, San Serif;
 font-size:10pt;
 font-weight: bold;
 }

h4 {
 margin:2px; 
 padding: 5px;
 font-family: Verdana, Helvetica, San Serif;
 font-size:12pt;
 font-weight: bold;
 font-style: italic;
 text-align: center;
 }
 
p {
 font-family: Verdana, Helvetica, San Serif;
 font-size:10pt;
 margin:2px;
 padding:5px;
 text-indent : 1em
}

img{
 border:0;
}

a:link{
  font-family: Verdana, Helvetica, San Serif; 
  color: blue;
  text-decoration: none;
 }

a:active{
  font-family: Verdana, Helvetica, San Serif; 
  color: black;
  text-decoration: none;
}

a:visited {
  font-family: Verdana, Helvetica, San Serif; 
  color: #2e61d4;
  text-decoration: none;
 }

a:hover{
 font-family: Verdana, Helvetica, San Serif;
 text-decoration: none;
 font-weight: bold;
 color: red;
}

body {
 margin:20px;
 background:#000;
 background-position: top left;
 padding:0;
 }

#outer {
 border:2px solid #007336;
 width:740px;
 margin: 2px auto;
 background:#fcf3dc;

 }

#hdr {
 width:740px;
 height:179px;
 border:2px solid #007336;
 background:#fff;
 }

#bar {
 height:26px;
 width:740px
 align: center;
 border:2px solid #007336;
 margin: 0px; 
	padding: 0px;
 
 }	

#bodyblock1 {
 float:left;
 position:relative; left:30px; 
 margin:30px 0;
 background-image: url(img/orchid.gif);
 color: #333333;
 width:300px;
 height:275px;

 padding:0;
 border:solid #7f0089;
 }

#bodyblock2 {
 float: right;
 position:relative; left:-30px; 
 margin:30px 0;
 background-image: url(img/shakytheo.gif);
 color: #333333;
 width:300px;
 height:275px;

 padding:0;
 border:solid #00f;	
 }

#bodyblock3 {
 float:left;
 position:relative; left:30px; 
 margin:30px 0;
 background-image: url(img/time.gif);
 color: #333333;
 width:300px;
 height:275px;

 padding:0;
 border:solid #f00;	
 }

#bodyblock4 {
 float: right;
 position:relative; left:-30px; 
 margin:30px 0;
 background-image: url(img/bible.gif);
 color: #333333;
 width:300px;
 height:275px;

 padding:0;
 border:solid #665004;	
 }

#cont {
 width:740px;
 background:#fcf3dc;
 color: #333333;
 border:solid #007336;	
 border-width:2px; 
 text-align:left;
 font-family: Verdana, Helvetica, San Serif;
 font-style : normal ;
 font-size :10pt;
 font-color :#000;
 }




#ftr1 {
 clear:both; 
 height:15px;
 background:#fcf3dc;
 color: #333333;
 margin:0;
 font-size: 9px; 
 a-hover: #003300;
}


#ftr {
 width:740px;
 height:15px;
 background:#fff;
 color: #000;
 border:solid #007336;
 border-width:2px;
 margin:0;
 font-family: Verdana, Helvetica, San Serif;
 font-size: 9px;
 text-align:center;
 }

 



