body {
	font-family: georgia, times, serif;
	font-size: 11pt;
	line-height: 15pt;
	color: #231f20;
	background: #efe3c6;
	text-align: center;
}

A:link { 
	color: #b32017; 
	text-decoration: none; 
	font-weight:bold;
}

A:visited { 
	color:#b32017; 
	text-decoration: none; 
	font-weight:bold;
}

A:hover { 
	color: #b32017; 
	text-decoration: underline; 
	font-weight:bold;
}

#wrapper { 
	 margin: 10px auto;
	 width: 906px;
}
 
#photos {
	 position: relative;
	 padding: 0px;
	 border: 0px;
	 margin: 0px;
	 width: 132px;
	 float: left;
}

#flyer {
	 position: relative;
	 padding: 0px;
	 border: 0px;
 	 margin: 0px;
	 width: 642px;
	 float: left;
}

/* Thumbnails CSS */

a.thumbs {
	display: block;
	height: 92px;
	width: 122px;
	text-align: center;
	vertical-align: middle;
	background-color: #9a8c7e;
	border: 2px solid #231f20; /* 313538 / 272d2c */
	padding: 1px;
	margin: 1px;
}

a.thumbs:hover {
	background-color: #9a8c7e;
	border: 2px solid #b32017;
}

a.thumbs img {
	display: block;
	border: 1px solid #9a8c7e;
	padding: 0;
}