html, body { 
	margin:0; 
	padding:0; 
	background-color: #EEE8AA;
	font: 16px Verdana, sans-serif;

} 
img	{
	padding: 0;
}

.content	{
	background-color: #cccccc;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-image: url(../images/border.bmp);
	background-repeat: repeat-y;
	height: auto;
}
.theguts	{
	margin-left: 15px;
	margin-right: 5px;
}
.theguts a {
	color: #333333;
	font: 16px Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.theguts a:hover {
	color: #000000;
	text-decoration: none;
}
.header	{
	margin: 0;
	padding: 0;
	height: 60px;
	width: 100%;
	background-color: #2082b0;
	background-image: url(../images/border.bmp);
	background-repeat: repeat-y;
}
.atitle	{
	font-size: 28px;
	color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-left: 15px;
	height: 40px;
	font-weight: bold;
	background-image: url(../images/alaska1.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.menu		{
	height: 20px;
	margin-left: 10px;
	background-color: #999999;
}

.menu a	{
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;
	background-color: #999999;
	font: 17px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
}

.menu a:hover {
	background-color: #2082b0;
	color: #ffffff;
	text-decoration: none;
}
	
.pictures	{
	margin: 0;
	padding: 0;
	height: 150px;
	width: 100%;
	background-color: #999999;
	background-image: url(../images/border.bmp);
	background-repeat: repeat-y;
}
.pictures img	{
	margin-left: -10px;
	padding: 0;
}
.picholder	{
	margin: 0;
	padding: 0;
	margin-left: 20px;
}
.location	{
	background-color: #999999;
	margin-left: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-indent: 15px;
	font-style: italic;
	color: #ffffff;
	height: 20px;
	font-weight: bold;
	
}
.footer	{
	margin: 0;
	padding: 0;
	width: 800px;
	height: 40px;
	background-color: #EEE8AA;
	background-image: url(../images/footer2.bmp);
	background-repeat: no-repeat;
}
.footer a {
		margin-left: 15px;
	margin-right: 15px;
	color: #333333;
	font: 16px Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.footer a:hover {
	color: #000000;
	text-decoration: none;
}