﻿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: #960014; 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:#FFE7C6;
	border: 1px solid black;}
	
#navigation {position: absolute;
	top: 1px; right: 1px;
	margin-left: 510px;
	text-align: center;
	width: 200px;
	height: 1600px; 
	padding: 25px;}	
	
#pageheader {background-image: url(images/sunspot.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: 20px;}

a.button {text-decoration: none;
 font-family: "verdana", georgia; 
 font-size: 14px; text-align: left;
 display: block; width: 180px;
	background-color: #FBD7A1;
	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;}

