
body {
	width: 670px;
	margin: 0px;
	padding: 0px;
	background-color: #9EC6E9;
	background-image: url(Images/Background3.bmp);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	letter-spacing: 0px
}

a img { 
        border: 0;
}

#galleryHead {
	position: absolute;
        top: 100px;
	left: 100px;
	font-size: 12px;
	line-height: 1.4;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	width: 570px;
}
#gallerySection1 {
	position: absolute;
        top: 175px;
	left: 100px;
	font-size: 11px;
	line-height: 1.4;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	width: 570px;
}
#gallerySection2 {
	position: absolute;
        top: 400px;
	left: 100px;
	font-size: 11px;
	line-height: 1.4;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	width: 570px;
}
#gallerySection3 {
	position: absolute;
        top: 625px;
	left: 100px;
	font-size: 11px;
	line-height: 1.4;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	width: 570px;
}

#home {
	position: absolute;
        top: 30px;
	left: 790px;
	width: 40px;
	height: 40px;
	display: block;
	background-image: url(Images/Home.bmp);
	background-repeat: no-repeat;
	background-position: left top;
}
#next {
	float: right;
	width: 40px;
	height: 40px;
	display: block;
	background-image: url(Images/Next.bmp);
	background-repeat: no-repeat;
	background-position: left top;
}
#previous {
	float: right;
	width: 40px;
	height: 40px;
	display: block;
	background-image: url(Images/Previous.bmp);
	background-repeat: no-repeat;
	background-position: left top;
}
#garden {
	float: right;
	width: 40px;
	height: 40px;
	display: block;
	background-image: url(Images/GardenHome.bmp);
	background-repeat: no-repeat;
	background-position: left top;
}

.galleryTitle {
	background-image: url(Images/HeadingWide.bmp);
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: Trebuchet MS;
	font-weight: bold;
	color: White;
        margin-top: 10px; 
        margin-right: 4px; 
        margin-bottom: 4px; 
        margin-left: 4px; 
	padding-left: 4px;
}
.galleryLeft {
	float: left;
	padding-top: 8px;
	margin-left: 4px;
}
.galleryRight {
        padding-top: 4px;
	padding-left: 300px;
        padding-bottom: 10px;
}
p {
        margin: 4px;
        padding-left: 4px;
}
