body { 
  	background-color: 	#eeeeee;
	font: 			medium/1em Verdana, Helvetica, Arial, sans-serif;
	color: 			#669933;
 	margin:  		0px;
}

h1	{
	font-size:	200%;
	line-height:	1.5em;
	margin-top:	20px;
	padding-left:	10px;
	background-color:	#ffffff;
	text-align:		left;
}

h2	{
	font-size: 115%;
	text-align:	left;
	line-height:	1em;
	margin-top:	5px;
}


#allcontent {
	width: 800px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #eeeeee;
	margin-left: auto;
	margin-right: auto;
	line-height:	1.5em
}

#header {
	margin:    5px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 70px;
  	height:    260px;
}

#main	{
	 
	margin:	70px 00px 00px 00px;
	padding:	5px;
	width:	800px
}


#thumbs a:link {
	border-bottom: none 
	}



#footer	{
	font-size: 80%;
	line-height: normal;
	text-align: center;
	margin-top: 20px;
	clear:	left;
}	

.red_hill	{
	text-align:	center;
	font-size:	80%;
	margin-left:	10px;
	padding-bottom:	30px;
}



a:link {
  color:            #cc0000;
  text-decoration:  none;
  border-bottom:    thin dotted #cc0000;
}
a:visited {
	color:     teal;
 	text-decoration:  none;
 	border-bottom:    none;
}
a:hover	{
	background-color:	silver;
	color: black;
	border-bottom:	thin dotted black;
}






