body {
	margin: 20px 40px 20px 20px;
	font-family: "MS Arial", sans-serif; }

#sitetitle {
	background: #BBB;
	border: 2px solid #000;
	color: #000;
	margin-left: 135px;
	margin-right: 30px;
	margin-bottom: 6px;
	padding: 5px; }
	
#siteheader {
	background: #AAA;
	border: 2px solid #000;
	color: #000;
	margin-left: 135px;
	margin-right: 30px;
	margin-bottom: 6px; }
	
#siteender {
	background: #AAA;
	border: 2px solid #000;
	color: #000;
	margin-left: 135px;
	margin-right: 30px;
	margin-top: 6px; 
	margin-bottom: 30px; }
	
p.ender {
	color: #000;
	font-style: italic;
	font-size: 12px;
	text-align: right; }

p.caption {
	color: #000;
	font-style: italic;
	font-size: 12px; }

#main {
	border: 2px solid #000;
	background: #AAA;
	color: #000;
	margin-left: 135px;
	margin-right: 30px;
	padding-left: 10px;
	padding-right: 10px; }
	
#main img {
	border: none; }

#maintitle {
	background: #DDD;
	color: #AAA; }
	
#menu {
	border: 2px solid #000;
	border-bottom: 1px solid #000;
	float: left;
	width: 120px; }

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none; }
		
#menu li {
	border-bottom: 1px solid #000;
	margin: 0; }

#menu li a {
	background-color: #AAA;
	display: block;
	color: #000;
	font-size: 17px; 
	text-align: center; 
	text-decoration: none;
	width: 100%; }

#menu li a:hover {
	background-color: #000;
	color: #AAA; }

h1, h2 {
	font-weight: bold; }

h1 {
	font-size: 30px;
	text-indent: 4px; }

h2 {
	font-size: 24px; }

h3 {
	font-size: 13px;
	font-style: italic;
	color: #369; }

p {
	text-indent: 3em; }

p.header {
	color: #000;
	font-style: italic;
	font-size: 12px;
	text-align: right; 
	text-indent: 5px; }

a {
	color: #369; }
	
a.header {
	color: #369;
	text-decoration: none; }
	
a.url {
	text-decoration: none; }
	





