body
{
	background-color: #eee;
	background-image:  url(../images/WeddingPhotosBackground.jpg);
	background-repeat: repeat-y;
	color: #000;
	height: 100%;
	font: 100% Georgia, Times, Geneva, serif;
}
#logo {
	background-image:  url(../images/HeaderImageSM.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 276px;
	margin: 0 auto;
}
#imagegallery {
	margin-left:50px;
}
#closebook
{
	position: relative;
	background:   url(../images/closebook.gif) no-repeat bottom right;
	height: 25px;
	width: 100px;
	margin: 0 auto;
}
#close {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	width: 100px;
	height: 25px;
	border: 1px;
	text-indent: -100em;
}
a:hover#close {
	position:relative;
	background: url(../images/CloseBookActive.gif) bottom right no-repeat;
}
#tips {
	font-size: 12px;
	color: #333333;
	width:500px;
	margin-left:50px;
	text-align:left;
	display:block;
	padding-bottom:10px;
}
.bold {
	font-weight:bold;
	text-align:center;
}
