body { background-color: #000033;
      background-image: url(primehorizontal.png);
      color: #003300;
	  font-family: Arial, Helvetica, sans-serif;	  
}
#wrapper { width: 80%;
           min-width: 700px;
		   max-width: 960px;
           margin-right: auto;
		   margin-left: auto;
		   background-color: #FFFFCC;
		   padding: 0 0 20px 30px;
		   border: 1px ridge #00332B;
		   border-radius: 15px;
		   box-shadow: inset -3px -3px 3px 3px #00332B;
}
header { color: #48751A;
}
h2 { color: #003366;
}
h3 { color: #006600;
    padding-top: 10px;	
}
nav { font-weight: bold;
     font-size: 1.2em;
}
dd { font-style: italic;
    font-size: 0.90em;
	line-height: 200%;
}
.contact { font-weight: bold;
           font-size: 0.90em;
		   font-family: "Times New Roman", serif;
}
footer { font-size: 0.60em;
       font-style: italic;
}
img { border-style: none; }
 }