﻿h1{font-family: "arial black", georgia; font-weight: bold;text-align: center; color: #black; line-height: 95%; font-size: 32px;}
h2{font-family: "arial", georgia; color: black; font-size: 18px; line-height: 95%}
h3{font-family: "arial", georgia; font-size: 14px; line-height: 95%}
p{font-family: "arial", georgia; font-size: 14px; text-align: left;}
p2{font-family: "arial", georgia; font-size: 14px; text-align: center;}


#container {position: relative;
	width: 800px; height: 1800px;
	margin: auto; 
	padding: 0 0;
	background-color: #D5EAE9;
	border: 1px solid black;}
	
#navigation {position: absolute;
	top: 1px; right: 1px;
	margin-left: 500px;
	text-align: center;
	width: 200px;
	height: 1600px; 
	background:#EAE4EF; 
	padding: 25px;}	
	
#pageheader {position: absolute;
background-image: url(images/berrygradient.png);
	background-repeat: repeat;
	top: 1px; left: 1px;
	width: 520px;
	height: 150px;
	padding: 15px;} 
	
#content {position: absolute;
	top: 170px; left: 10px;
	width: 500px;
	height: 1800px;
	padding: 10px;}
	

	a.button {text-decoration: none;
 font-family: "verdana", georgia; 
 font-size: 14px; text-align: left;
 display: block; width: 200px;
	background-color: #BFB2D3;
	color: #black;
	 border-width: 4px;
	 border-style: solid;
	 border-top-color:#DFDFDF;
	 border-right-color: #666;
	 border-bottom-color: #333;
	 border-left-color: #858585;
	 padding: 2px;}



