body {
	background-color: #ffffff;
	background-image: url(pics/coasters.jpg);
	color: #333333;
	margin: 0;
	text-align: center;
	padding: 0;
	font-family: Garamond;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	}
	
a:link {
	color: #333333;
	text-decoration: underline;	
	
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}


#container {
	background-image: url(pics/cont_bg.png);
	width: 800px;
	text-align: left;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 18px;
}
	
.centeredimage { 
	text-align: center; 
	margin-left: auto; 
	margin-right: auto;
}
 
#iframe{
	text-align: center; 
	margin-left: auto; 
	margin-right: auto;
}

#name {
	font-family: Georgia;
	font-size: 40px;
	margin-top: 30px;
	margin-bottom: 20px;
	text-decoration: none;
}	
	
#headerLinks {
	height: 30px; 
	background-color: bbcc77;
	font-size: 20px;
	text-decoration: none;
	margin-bottom: 20px;
	}
	
#page {
  width: 915px;
  padding-left: 16px;
  margin: auto;
}

#footer {
	text-align: center;
	margin-top: 35px;
	font-size: 12px;
}
