#holder {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFCC66;
	width: 900px;
	margin: auto;
	background-color: #EEE682;
}
.table_guests {
	font-family: "Brush Script Std";
	font-size: 20px;
	color: #333;
	background-color: #FFF;
	font-weight: normal;
	float: left;
	width: 575px;
	border: thin dotted #5A540C;
	padding: 5px;
}

#stripRight {
	float: right;
	height: auto;
	width: 20px;
}

body {
	padding-top: 10px;
	color: #800000;
	background-color: #EEE682;
}

#header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 130px;
	width: 900px;
	color: #CCCCCC;
	position: relative;
	background-color: #EEE682;
}
#logo {
	float: left;
	width: 260px;
	background-image: url(images/logo-Cottage.jpg);
	height: 130px;
	background-repeat: no-repeat;
}
#headerpics {
	float: right;
	width: 635px;
}

h1 {
	color: #8B8456;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}

h2 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.paragraph {
	font-size: 12px;
	color: #333333;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}



#sidebarLeft {
	color: #666666;
	float: left;
	width: 180px;
	background-color: #EEE682;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: 78px;
}
#sidebarLeft a:link {
	color: #255F59;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
}
#sidebarLeft a:visited {
	color: #255F59;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#sidebarLeft a:hover {
	color: #06C;
	background-color: #EEE682;
	text-decoration: none;
}

#nav {
	font: bold 12px/40px Papyrus;
	color: #0000FF;
	background: #666666;
}
a:link {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000066;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: none;
}

#content {
	width: 600px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
}
#content a:link {
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	font-weight: bold;
	color: #006699;
	text-decoration: underline;
}
#content a:visited {
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}


.textNarrow {
	width: 50%;
	padding: 15px 10px 10px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}
.text {
	float: left;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 15px;
	font-weight: normal;
	width: 590px;
}
.decor {
	text-align: center;
	float: left;
	width: 590px;
	background-image: url(images/decor.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 22px;
}

.textRight {
	padding: 5px;
	float: right;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}


.image {
	padding: 10px 20px 15px 25px;
	float: left;
	width: 120px;
}
.imageBroad {
	float: right;
	width: 370px;
}

.imageNarrow {
	float: left;
	width: 170px;
	padding-left: 10px;
}



.imageField {
	width: auto;
	float: none;
	height: auto;
	padding-top: 10px;
	background-color: #A5C0BD;
}


.imageRight {
	float: right;
	width: 110px;
	padding: 10px 30px 10px 10px;
}
.orders {
	width: 85%;
	padding-right: 15px;
	padding-left: 20px;
	float: left;
}




#footer {
	color: #404015;
	text-align: center;
	height: 60px;
	width: 895px;
	position: relative;
	clear: both;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: auto;
	background-color: #EEE682;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	padding-right: 5px;
}
#footer a:link {
	color: #404015;
	font-weight: bold;
}
#footer a:visited {
	color: #404015;
	font-weight: bold;
}
#footer a:hover {
	color: #990000;
	font-weight: bold;
}
/* CSS Document */
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 1px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 237px;
left: 680px; /*position where enlarged image should offset horizontally */

}

</style>

