@charset "UTF-8";
body {
	font-family: Georgia;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 3px;
	background: #f0eeee;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #B88E56;
}
#container  {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f0eeee;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	margin-top: 100px;
	background-image: url(images/albury_bkg.jpg);
	background-repeat: no-repeat;
	text-align: left;
	height: 547px;
}
#mainContent  {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 10px;
	height: 250px;
	overflow: auto;
	padding-right: 10px;
	margin-right: 30px;
	background-color: #FFFFFF;
	margin-left: 265px;
}

#nav  {
	position: relative;
	top: 305px;
	text-align: left;
	padding-left: 170px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-weight: normal;
}


/* yay for navigation */

ul#minitabs{list-style: none;
margin: 0;
padding: 7px 0;
text-align: center;
white-space: nowrap
}

ul#minitabs li{
display: inline;
margin: 0 2px
}

ul#minitabs a{
	text-decoration: none;
	padding: 0 0 3px;
	color: #FFFFFF;
	text-transform: uppercase;
}
ul#minitabs a#current{
	color: #F0EEEE
}

ul#minitabs a:hover{
	color: #6E4E1A

} 
footer {
	visibility: hidden;
}
#homeContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 275px;
	height: 250px;
	padding-right: 10px;
	margin-right: 0px;
	background-image: url(images/albury_logo_home.jpg);
	background-repeat: no-repeat;
	background-position: right;
	visibility: hidden;
}
#page1container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f0eeee;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	margin-top: 100px;
	background-image: url(images/albury_bkg_about.jpg);
	background-repeat: no-repeat;
	text-align: left;
	height: 547px;
}
#mainContent h1 {
	color: #6E4E1A;
	font-size: 1.8em;
}
#aboutContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 10px;
	height: 250px;
	overflow: auto;
	padding-right: 10px;
	margin-right: 30px;
	background-color: #FFFFFF;
	margin-left: 265px;
}
#mainContent h2 {
	color: #996600;
	font-size: 1.6em;
}
#mainContent h3 {
	color: #CC9900;
	font-size: 1.2em;
	margin-top: 10px;
}
#mainContent p {
	margin-top: 10px;
}
#mapContent {
	height: 295px;
	overflow: auto;
	margin-left: 253px;
	margin-top: -28px;
}
#finduscontainer {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f0eeee;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	margin-top: 100px;
	background-image: url(images/albury_bkg_find.jpg);
	background-repeat: no-repeat;
	text-align: left;
	height: 547px;
}
#contactcontainer {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f0eeee;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	margin-top: 100px;
	background-image: url(images/albury_bkg_contact.jpg);
	background-repeat: no-repeat;
	text-align: left;
	height: 547px;
}
#slideContent {
	height: 295px;
	margin-left: 256px;
	margin-top: -28px;
}
#slidecontainer {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f0eeee;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	margin-top: 100px;
	background-image: url(images/albury_bkg_slideshow.jpg);
	background-repeat: no-repeat;
	text-align: left;
	height: 547px;
}
#360nav {
	position: relative;
	top: 305px;
	text-align: left;
	padding-left: 240px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-weight: normal;
}
