/* ------ Styling that is specific to the Garden Tours screen ------ */


/* Global Styles */
* {
	margin: 0px;
	padding: 0px;
}

body {
	overflow: auto;
	background: #013372;
	font : Georgia, serif;
	font-size: 16px;
	}

/* Wrapper is used at the top to contain the logo and contact us information */
#wrapper {
	position:relative;
	width: 996px;
	margin: 0px auto;
	background: none transparent scroll repeat 0% 0%;
}


/* ------ Content styles ----- */
#contents {
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 712px;
	width: 996px;
	margin-top: 2px;
}

#contents h1 {
	text-align:center;
	font-size: 1.1em;
	font-weight: normal;
	color: #FFF;
	}

#contents p {
	color: #333;
}


#contents img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#contents a {
	font-size: 0.95em;
	text-decoration: none;
	color: #FFF;
	background-color: #4A4A4A;
}

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

#contents #thumb1 img {
	margin: 2px;
	height: 301px;
	width: 307px;
	position: absolute;
	left: 18px;
	top: 30px;
}

#contents #button1 {
	position: absolute;
	left: 17px;
	top: 331px;
	margin: 2px;
	text-align: center;
	border: 1px solid #000;
}

#contents #button1 a{
	width: 307px;
	display: block;
	height: 25px;
}


#contents #thumb2 img {
	margin: 2px;
	height: 301px;
	width: 307px;
	position: absolute;
	left: 344px;
	top: 30px;
}
#contents #button2 {
	position: absolute;
	left: 343px;
	top: 331px;
	margin: 2px;
	text-align: center;
	border: 1px solid #000;
}

#contents #button2 a{
	width: 307px;
	display: block;
	height: 25px;
}

#contents #thumb3 img {
	margin: 2px;
	height: 301px;
	width: 307px;
	position: absolute;
	left: 670px;
	top: 30px;
}

#contents #button3 {
	position: absolute;
	left: 669px;
	top: 331px;
	margin: 2px;
	text-align: center;
	border: 1px solid #000;
}

#contents #button3 a{
	width: 307px;
	display: block;
	height: 25px;
}

#contents #thumb4 img {
	margin: 2px;
	height: 301px;
	width: 307px;
	position: absolute;
	left: 18px;
	top: 371px;
}

#contents #button4 {
	position: absolute;
	left: 17px;
	top: 672px;
	margin: 2px;
	text-align: center;
	border: 1px solid #000;
}

#contents #button4 a{
	width: 307px;
	display: block;
	height: 25px;
}

#contents #thumb5 img {
	margin: 2px;
	height: 301px;
	width: 307px;
	position: absolute;
	left: 344px;
	top: 371px;
}

#contents #button5 {
	position: absolute;
	left: 343px;
	top: 672px;
	margin: 2px;
	text-align: center;
	border: 1px solid #000;
}

#contents #button5 a{
	width: 307px;
	display: block;
	height: 25px;
}

#contents #thumb6 img {
	margin: 2px;
	height: 301px;
	width: 307px;
	position: absolute;
	left: 670px;
	top: 371px;
}

#contents #button6 {
	position: absolute;
	left: 669px;
	top: 672px;
	margin: 2px;
	text-align: center;
	border: 1px solid #000;
}

#contents #button6 a{
	width: 307px;
	display: block;
	height: 25px;
}

/* --- How to display the page numbers example; Page 2 of 7 --- */
#contents #pageno {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	top: 5px;
	right: 2px;
}

