/*///////////////////////////////////////////////////////
Style Guide
/////////////////////////////////////////////////////////

#idName {
	display: block; position: absolute; top: 0; left: 0; z-index: 1; width: auto; height: auto; overflow: auto;
	margin: 0; border: 0 solid #FFFFFF; padding: 0; background: #FFFFFF url('../images/spacer.gif') no-repeat top left;
	font: italic small-caps bold 68%/1.4 Verdana, Arial, Helvetica, sans-serif; color: #000000px; text-align: left; text-decoration: none;

//	font: <'font-style'> <'font-variant'> <'font-weight'> <'font-size'>/<'line-height'> <'font-family'>	//
}
*/



/*//////////////////////////////////////////////
------------------------------------------------
Colour Palette for Testing Purposes
------------------------------------------------

#7D0C12  #C64714  #E9C46D
#DDDDDD  #EEEEEE  #FFFFFF

//////////////////////////////////////////////*/



/*///////////////////////////////////////////////////////
General Style Information
///////////////////////////////////////////////////////*/

/*////// Structure Module //////*/
html {
}
body {
	margin: 0; padding: 0; background: #E4BE82 url('../images/bg-body.gif') repeat-y 50% 0%; *background-image: url('../images/bg-body-ie.gif');
	font: 75%/171% arial, helvetica, verdana, sans-serif; color: #333333;
}
div {
}

/*////// Text Module //////*/
p {
	margin: 0; margin-bottom: 1.4em;
}
blockquote {
	margin: 0 3.5em;
}
h1 {
	margin: 0; margin-bottom: 4px;
	font-size: 1.4em; text-transform: uppercase;
}
h2 {
	margin: 0; margin-bottom: 0.3em;
	font-size: 1.3em; text-transform: uppercase;
}
h3 {
	margin: 0; margin-bottom: 0.2em;
	font-size: 1.1em; text-transform: uppercase;
}
h4 {
	margin: 0; margin-bottom: 0.1em;
	font-size: 1.1em; font-variant: small-caps;
}
h5 {
	margin: 0; margin-bottom: 0.1em;
	font-size: 1.0em; font-weight: bold;
}
h6 {
	margin: 0; margin-bottom: 0.1em;
	font-size: 1.0em; font-style: italic;
}

abbr {
	border-bottom: 1px dashed #7D0C12; color: #7D0C12; cursor: help;
}
acronym {
	border-bottom: 1px dashed #7D0C12; color: #7D0C12; cursor: help;
}
address {
}
cite {
	color: #C64714; font-size: 1.0em;
}
code {
	color: #C64714; font-size: 1.0em;
}
dfn {
	color: #C64714; font-size: 1.0em;
}
em {
	color: #C64714; font-style: italic;
}
kbd {
	color: #C64714; font-size: 1.0em;
}
pre {
	color: #C64714; font-size: 1.0em;
}
q {
	font-style: italic; color: #C64714;
}
samp {
	color: #C64714; font-size: 1.0em;
}
span {
}
strong {
	color: #C64714; font-weight: bold;
}
var {
	color: #C64714; font-size: 1.0em;
}

/*////// Hypertext Module //////*/
a:link {
	color: #C64714; /* #C64714 */ text-decoration: none;
}
a:visited {
	color: #C64714; text-decoration: none;
}
a:hover {
	color: #7D0C12; text-decoration: underline;
}
a:focus {
	color: #7D0C12; text-decoration: underline;
}
a:active {
	color: #C64714; text-decoration: underline;
}

/*////// List Module //////*/
dl {
	margin-bottom: 1.2em;
}
dt {
	clear: left; margin: 0; margin-top: 1.2em; 
	color: #555555; font-weight: bold;
}
dd {
	margin: 0;
}
ol {
	margin-top: 0; margin-bottom: 1.2em;
}
ul {
	margin-top: 0; margin-bottom: 1.2em;
}
li {
	margin-top: 0; margin-bottom: 0.2em;
}

/*////// Presentation Module //////*/
big {
}
hr {
	width: 50%; height: 1px; margin: 0 auto; margin-bottom: 0.6em; border-bottom: 1px solid #C64714; color: #C64714; text-align: center;
}
small {
}
sup {
	color: #C64714;
}
sub {
	color: #C64714;
}

/*////// Forms Module //////*/
form {
	text-align: center;
}
form p {
	width: 37em; margin-top: 1.5em; text-align: left; 
}
fieldset {
	display: block; width: 37em; margin: 0em auto 0.6em auto; border: none; padding: 0; text-align: left;
}
legend {
	display: none; margin: 0em 0em 0.6em 0em; padding: 0; color: #C64714;
}
label {
	float: left; width: 15em; text-align: left;
}
input, select {
	font: 1.0em arial, verdana, sans-serif;
}
input, select, textarea {
	width: 17.4em;
}
select {
	width: 18em;
}
option {
}
textarea {
	font: 1.0em arial, verdana, sans-serif;
}
submit, reset, button, .button, #submit {
	width: auto; border: 2px outset #C64714; padding: 0 3px; background: #F2CF5C; color: #7D0C12; 
}
#submit {
	margin-top: 1.2em; margin-left: 15em;
}

/*////// Table Module //////*/
table {
	margin-bottom: 1.2em; font-size: 1em; border-collapse: separate;
}
caption {
	padding: 8px; border: none; font-size: 0.9em;
}
th {
	padding: 4px 8px; text-align: left; font-weight: bold;
}
tr {
}
td {
	padding: 4px 8px; text-align: left;
}
td form {
	margin: 0;
}

/*////// Image Module //////*/
img {
	display: block; margin: 0; border: none;
}



/*///////////////////////////////////////////////////////
CLASS and ID Styles
///////////////////////////////////////////////////////*/

html {
	height: auto !important; height:100%; min-height:100%;
	margin-bottom: 1px;
}
body {
	text-align: center; 
}
#container {
	position: relative; width: 973px; *width: 972px; _width: 971px;
	margin: 0 auto; padding: 0; background: transparent url('../images/bg-container.jpg') no-repeat top left;
	text-align: left; 
}



#skip { 
	position: absolute; z-index: 200; width: 100%;
}
#skip ul, #skip li { 
	margin: 0; padding: 0; list-style-type: none; width: 100%;
}
#skip li a {
	position: absolute; top: -2000em; left: -2000em;
}
#skip li a:focus, #skip li a:active {
	position: absolute; top: 0px; left: 0em; z-index: 200; width: 96.1%;
	float: left; display: block; margin: 0; border-bottom: 1px solid #EEE4C1; padding: 6px 2% 8px 2%; background: #7D0C12;
	font-size: 10px; text-align: right; color: #EEE4C1; letter-spacing: .08em;
}
#skip li a:hover {
	border-bottom: 1px solid #7D0C12; background: #F2CF5C; /* background: #C64714; */
	color: #7D0C12;
}



#masthead {
	clear: both; height: 250px; 
	margin: 0; padding: 0; 
}
#masthead h1 {
}
#masthead h1 a {
	display: block; height: 0 !important; height /**/: 115px; overflow: hidden; 
	margin: 0; padding: 115px 0 0 0; 
	text-indent: -999em;
}
#masthead object {
	display: block; width: 1013px; height: 124px;
	margin: 0 0 0.35em 0; padding: 0; 
}



#content { 
	float: left; width: 620px; margin: 0; padding: 20px 50px;
}
#content h2 {
	display: block; width: 542px; height: 0 !important; height /**/: 37px; overflow: hidden; 
	margin: 0 0 0.8em 0; padding: 37px 0 0 0; background: transparent url('../images/spacer.gif') no-repeat 0 0;
	text-indent: -999em;
}
#under-construction #content h2 { 				background-image: url('../images/header-under-construction.gif'); }
#welcome #content h2 { 							background-image: url('../images/header-welcome.gif'); }
#where-is-bourke #content h2 { 				background-image: url('../images/header-where.gif'); }
#planning-your-trip #content h2 { 				background-image: url('../images/header-planning.gif'); }
#accommodation-in-bourke #content h2 { 	background-image: url('../images/header-accommodation.gif'); }
#exhibition-centre #content h2 { 				background-image: url('../images/header-exhibition.gif'); }
#wallpapers #content h2 { 						background-image: url('../images/header-wallpapers.gif'); }
#image-gallery #content h2 { 								background-image: url('../images/header-gallery.gif'); }
#visitors-guestbook #content h2 { 				background-image: url('../images/header-guestbook.gif'); }

#things-to-see-and-do #content h2 { 			background-image: url('../images/header-things-to-see.gif'); }
#how-to-get-there #content h2 { 				background-image: url('../images/header-getting-there.gif'); }

#what-will-i-see #content h2 { 					background-image: url('../images/header-what-will-i-see.gif'); }
#history-philosphy #content h2 { 				background-image: url('../images/header-history-philosphy.gif'); }
#news-events #content h2 { 						background-image: url('../images/header-news-events.gif'); }
#costs-packages #content h2 { 					background-image: url('../images/header-costs-packages.gif'); }

#content h3 {
	font-size: 1.3em; font-weight: bold; color: #7D1415; 
}
#content h4 {
	clear: both; font-size: 1.1em; font-weight: bold; color: #C64713; 
}

/*
#content h4 {
	clear: both; border-bottom: 1px solid #C64713; font-size: 1.1em; font-weight: bold; color: #C64713; 
}
*/


#related {
	float: left; width: 170px; padding: 20px 40px;
}
#related h3, #related h4 {
	display: block; width: 204px; height: 0 !important; height /**/: 24px; overflow: hidden; 
	margin: 0 0 0.3em 0; padding: 24px 0 0 0; background: transparent url('../images/spacer.gif') no-repeat 0 0;
	text-indent: -999em;
}
#related h3 { 				height: 0 !important; height /**/: 24px; padding-top: 24px; background-image: url('../images/rel-title-heading-here.gif'); }
h3#rel-exhibition { 		height: 0 !important; height /**/: 50px; padding-top: 50px; background-image: url('../images/rel-title-exhibition-centre.gif'); }
h3#rel-kidman-way { 		height: 0 !important; height /**/: 50px; padding-top: 50px; background-image: url('../images/rel-title-kidman-way.gif'); }
h3#rel-weather { 			height: 0 !important; height /**/: 15px; padding-top: 15px; background-image: url('../images/rel-title-weather.gif'); }
h3#rel-driving { 			height: 0 !important; height /**/: 24px; padding-top: 24px; background-image: url('../images/rel-title-driving-from-sydney.gif'); }
h3#rel-holiday { 			height: 0 !important; height /**/: 50px; padding-top: 50px; background-image: url('../images/rel-header-suggestions.gif'); margin-bottom: 2.0em; }
h3#rel-hotels { 				height: 0 !important; height /**/: 50px; padding-top: 50px; background-image: url('../images/rel-header-hotels.gif'); margin-bottom: 2.0em; }
h3#rel-expansion { 		height: 0 !important; height /**/: 50px; padding-top: 50px; background-image: url('../images/rel-title-coming-soon.gif'); }
h3#rel-specials { 			height: 0 !important; height /**/: 24px; padding-top: 24px; background-image: url('../images/rel-title-specials.gif'); margin-bottom: 24px; }

h4#rel-round-trip { 		height: 0 !important; height /**/: 24px; padding-top: 24px; background-image: url('../images/rel-title-round-trips.gif'); }
h4#rel-on-your-way { 	height: 0 !important; height /**/: 24px; padding-top: 24px; background-image: url('../images/rel-title-on-your-way.gif'); }
h4#rel-outback-inn { 		height: 0 !important; height /**/: 24px; padding-top: 24px; background-image: url('../images/rel-title-outback-inn.gif'); }
h4#rel-oasis { 				height: 0 !important; height /**/: 24px; padding-top: 24px; background-image: url('../images/rel-title-oasis.gif'); }

h4#rel-package-01 { 		height: 0 !important; height /**/: 50px; padding-top: 50px; background-image: url('../images/rel-package-01.gif'); }
h4#rel-package-02 { 		height: 0 !important; height /**/: 70px; padding-top: 70px; background-image: url('../images/rel-package-02.gif'); }

h4#rel-conversation { 	height: 0 !important; height /**/: 24px; padding-top: 24px; background-image: url('../images/rel-title-conversation.gif'); }


#related img {
	margin: 0 auto 1.5em auto; text-align: center;
}

#related .red {
	color: #C64713;
}


#navigation {
	position: absolute; top: 156px; left: 0; z-index: 200; width: 972px; *width: 971px;
	clear: both; margin: 0; padding: 0; background: transparent url('../images/bg-navigation.gif') no-repeat 0 0;
}


#navigation h2 {
	float: left; text-indent: -999em;
}
#navigation ul {
	list-style: none; line-height: 1; overflow: hidden; 
	margin: 0; padding: 0;
}
#navigation li {
	float: left; margin: 0; padding: 0; list-style: none; 
}
#navigation a {
	display: block; height: 50px; margin: 0; padding: 0;
	text-indent: -999em;
}
#navigation a:hover, #navigation li.current a {
	background-position: 0 -65px; 
}
#navigation li:hover a, #navigation li.sfhover a {
	background-position: 0 -65px; 
}

/*////////   Second Level   ////////*/
#nav03 ul {
	position: absolute; z-index: 190; top: 30px; left: -999em; width: 902px; *width: 901px; height: 76px; overflow: hidden;
	margin: 0; padding: 16px 0 0 175px; background: transparent url('../images/bg-sub-navigation-brown.gif') no-repeat 0 -30px;
}
#nav05 ul {
	position: absolute; z-index: 190; top: 30px; left: -999em; width: 902px; *width: 972px; height: 76px; overflow: hidden;
	margin: 0; padding: 16px 0 0 70px; background: transparent url('../images/bg-sub-navigation.gif') no-repeat 0 -30px;
}
body.subsection2 #nav03 ul {
	z-index: 191;
}
#navigation li li {
	width: auto;
}
#navigation li a, #navigation li:hover a, #navigation li.sfhover a, 
#navigation li li a, #navigation li:hover li a, #navigation li.sfhover li a, #planning-your-trip #navigation li.current li a, #exhibition-centre #navigation li.current li a {
	background-position: 0 0; 
}
#navigation li a:hover, #navigation li:hover a:hover, #navigation li.sfhover a:hover {
	background-position: 0 -65px !important; 
}
#navigation li li a:hover, #navigation li li:hover a:hover, #navigation li li.sfhover a:hover, #navigation li li.current a  {
	background-position: 0 -60px !important; 
}

/*////////   General Nav   ////////*/
#navigation ul li:hover ul, #navigation ul li:hover ul ul, #navigation ul li:hover ul ul ul, #navigation ul li.sfhover ul ul, #navigation ul li.sfhover ul ul ul {
	left: -999em;
}
#navigation ul li:hover ul {
	left: 0 !important;
}
#navigation ul li.sfhover ul {
	_left: 0 !important;
}
.subsection1 #nav03 ul {
	left: 0 !important;
}
.subsection2 #nav05 ul {
	left: 0 !important;
}
/* Fix for IE7 stickiness */
#navigation li:hover, #navigation li.sfhover {
	position: static;
}


#navigation li#nav01 a { background-image: url('../images/nav-01-sprite.gif'); width: 100px; height: 50px; position: relative; z-index: 300; }
#navigation li#nav02 a { background-image: url('../images/nav-02-sprite.gif'); width: 160px; height: 42px; }
#navigation li#nav03 a { background-image: url('../images/nav-03-sprite.gif'); width: 160px; height: 35px; }
#navigation li#nav04 a { background-image: url('../images/nav-04-sprite.gif'); width: 145px; height: 30px; }
#navigation li#nav05 a { background-image: url('../images/nav-05-sprite.gif'); width: 160px; height: 40px; }
#navigation li#nav06 a { background-image: url('../images/nav-06-sprite.gif'); width: 100px; height: 55px; position: relative; z-index: 300; }
#navigation li#nav07 a { background-image: url('../images/nav-07-sprite.gif'); width: 100px; height: 65px; position: relative; z-index: 300; }

#navigation li#nav03a a { background-image: url('../images/nav-03a-sprite.gif'); width: 178px; height: 45px; }
#navigation li#nav03b a { background-image: url('../images/nav-03b-sprite.gif'); width: 150px; height: 45px; }

#navigation li#nav05a a { background-image: url('../images/nav-05a-sprite.gif'); width: 135px; height: 60px; }
#navigation li#nav05b a { background-image: url('../images/nav-05b-sprite.gif'); width: 180px; height: 60px; }
#navigation li#nav05c a { background-image: url('../images/nav-05c-sprite.gif'); width: 135px; height: 60px; }
#navigation li#nav05d a { background-image: url('../images/nav-05d-sprite.gif'); width: 155px; height: 60px; }



#footer {
	display: block; clear: both;
	margin: 1.0em 0 0 0; padding: 0 0 1.8em 0; 
	font-size: 1.0em; text-align: left; color: #888888;
}
#footer h3 {
	display: block; height: 0 !important; height /**/: 300px; overflow: hidden; 
	margin: 0; padding: 300px 0 0 0; background: transparent url("../images/bg-footer.jpg") no-repeat top left;
	text-indent: -999em;
}
.footer-01 h3 { background-image: url("../images/bg-footer-01.jpg") !important; }
.footer-02 h3 { background-image: url("../images/bg-footer-02.jpg") !important; }
.footer-03 h3 { background-image: url("../images/bg-footer-03.jpg") !important; }
.footer-04 h3 { background-image: url("../images/bg-footer-04.jpg") !important; }
.footer-05 h3 { background-image: url("../images/bg-footer-05.jpg") !important; }
.footer-06 h3 { background-image: url("../images/bg-footer-06.jpg") !important; }
.footer-07 h3 { background-image: url("../images/bg-footer-07.jpg") !important; }

#footer p {
	margin: 0; padding: 0 50px; 
}
#footer ul {
	margin: 0; padding: 0 4.0em; list-style: none; 
}
#footer li {
	display: inline; margin: 0; padding: 0 1.0em 0 0; list-style: none;
}
#footer a {
	color: #7F7F7F; text-decoration: none;
}
#footer a:hover {
	color: #7D1415; text-decoration: underline;
}



/*/////////////////////////////////////////
General Styles
/////////////////////////////////////////*/

#map-container {
	width: 100%; height: 370px; 
	margin: 0 0 2.5em 0; padding: 4px 12px 13px 5px; background: transparent url('../images/bg-map.gif') no-repeat 0 0;
}
#map {
	width: 610px; height: 350px; 
	margin: 0; border: 1px solid #666666; padding: 0; background: #E5E3DF url('../images/loading-maps.gif') no-repeat center center; /* 4A4A4A */
}
#map form {
	margin: 0 0 1.2em 0;
}
#map input {
	width: 200px; 
	font-family: arial, helvetica, verdana, sans-serif; font-size: 1.0em; 
}
#map input#submit {
	width: auto; margin: 0.6em auto; border: 2px outset #7D0C12; padding: 0.1em; background: #C64714;
	color: #FFAA00;
}


#related #weather {
	display: none; float: right; width: 14em; 
	margin: 1.0em 0; border: 1px solid #B59B74; padding: 0.5em 0.5em 0 0.5em; background: #F7F5E9; 
}
#related #weather h3 { 
	width: auto; height: auto !important; overflow: auto;
	margin: 0; margin-bottom: 0.2em; padding: 0; background: none;
	font-size: 1.1em; text-transform: uppercase; font-weight: bold; color: #7D1415; text-indent: 0;
}


#rss-feed {
	display: none; clear: both; 
	margin: 0; padding: 0 0 1.5em 0; line-height: 1.4;
}
#rss-feed ul {
	margin: 0; padding: 0; list-style: none;
}
#rss-feed li {
	margin: 0; padding: 0; list-style: none;
}
#rss-feed img {
	margin: 0.4em 1.2em 0 0;
}
#rss-feed strong {
	float: left; margin: 0; padding: 0; 
}


span.image {
	position: relative; left: -10px; top: 15px; 
	margin: 0; padding: 0;
}


.accomm {
	margin: 0 0 1.5em 0; border-bottom: 2px solid #DECCB6; padding: 0; overflow: auto;
	color: #444444;
}
.accomm dt {
	clear: left; margin: 0; border-top: 2px solid #DECCB6;
}
.accomm dd {
	margin: 0; padding: 0 120px 0.8em 150px;
}
.accomm .category {
	float: right; width: 100px; 
	margin: 0; border: none; padding: 0.4em 0 0 0; 
	font-weight: bold;
}
.accomm .title {
	margin: 0; padding: 0.4em 140px 0 150px;
}
.accomm .sub-category {
	float: right; width: 100px; 
	margin: 0; border: none; padding: 0; 
	font-weight: normal;
}
.accomm .sub-category img {
	display: inline;
}
.accomm .image {
	float: left; margin-top: -1.2em; padding: 0 0 0.8em 15px; 
}
.accomm .product {
	font-size: 1.1em; color: #CC2208;
}


.things-images {
	float: right; clear: right; margin: 0.4em 0 1.0em 2.0em; 
}


.wallpapers {
	float: left; width: 220px; margin: 0; padding: 0 0 2.2em 0; overflow: auto;
}
.wallpapers dt {
	float: left; margin: 0; border: 1px solid #CC2208; padding: 2px; background: #EEEEEE;
}
.wallpapers dd {
	display: block; margin: 0 0 0 126px; padding: 0 0 0 0.4em;
}


#gallery {
}
#gallery ul {
	margin: 0; padding: 0; list-style: none; overflow: auto;
}
#gallery li {
	float: left; margin: 0; padding: 0 20px 20px 0; list-style: none;
	text-align: center;
}
#gallery li a img {
	border: 1px solid #CC2208; padding: 3px; background: #EEEEEE;
}
#gallery li a:hover img {
	border: 3px solid #C64714; padding: 1px;
}



/*/////////////////////////////////////////
Guestbook Styles
/////////////////////////////////////////*/

ul.guestbook-nav {
	margin: 0 0 0.6em 0; padding: 0; list-style: none; overflow: auto; 
	text-align: right;
}
ul.guestbook-nav li {
	display: inline; margin: 0 0.2em; padding: 0; list-style: none;
}
ul.guestbook-nav a {
	width: auto; height: auto; 
	float: right; display: block; 
	margin: 0 0 0 0.8em; border: 2px outset #C64714; padding: 0.3em 0.5em; background: #F2CF5C; 
	color: #7D0C12; text-decoration: none; line-height: 1;
}


p.entry-totals {
	margin: 0; padding: 0;
}


ul.pagination {
	margin: 0; padding: 0; list-style: none; overflow: auto; 
	text-align: center;
}
ul.pagination li {
	display: inline; margin: 0 0.2em; padding: 0; list-style: none;
}


.entries {
}
.entries dl {
	margin: 0; padding: 0 0 1.5em 0; overflow: auto; 
}
.entries dt {
	margin-top: 1.8em; color: #666666; font-weight: normal; 
}
.entries dt.admin-functions {
	float: right; clear: left; width: auto; margin: 2.0em 0 0 0; padding: 0; 
}
.entries dd {
	clear: both; 
}
.entries dd.comment {
	border-top: 1px solid #CCCCCC;
}
.entries dd.private {
	color: #BBBBBB;
}


ul.guestbook-options {
	margin: 0; padding: 0; list-style: none; overflow: auto; 
}
ul.guestbook-options li {
	float: left; margin: 0 0 0 0.5em; padding: 0; list-style: none;
}


.checkbox label {
	padding-left: 15em; 
}
.checkbox input {
	display: inline; width: auto; 
}


.security-image {
	width: 11.1em; margin: 0.8em 0 0.2em 7.2em; border: 0.2em solid #F2CF5C; padding: 4px; background: #C64714; 
	font-weight: bold; font-size: 1.5em; color: #F2CF5C; text-align: center;
}
.security {
	width: 10.7em; margin: 0.8em 0 0.2em 7.2em; border: 0.2em solid #F2CF5C; padding: 0.2em 0.4em; background: #C64714; 
	font-weight: bold; font-size: 1.5em; color: #F2CF5C;
}
.required {
	vertical-align: top; margin-top: 0.4em;
	font-family: verdana, arial, sans-serif; font-size: 1.0em; font-weight: bold; color: #C64714;
}
.hint {
	display: block; padding-left: 15em; font-style: italic; color: #999999; 
}
.error {
	margin: 0; border: 1px solid #C64714; padding: 0.2em 0.4em 0.2em 23.7em; background: #F6C7A4; 
	/* text-align: center; */ font-weight: bold; color: #C64714;
}


#planning-your-trip #content {
	background: #FFFFFF url('../images/bg-planning.jpg') no-repeat 55px 80px;
}
.things, .getting {
	float: left; width: 45%; margin-top: 190px; margin-right: 5%;
}
.getting {
	width: 45%; margin-right: 0%;
}
.things h3 {
	display: block; height: 0 !important; height /**/: 29px; overflow: hidden; 
	margin: 0 0 0.3em 0; padding: 29px 0 0 0; background: transparent url('../images/sub-header-things.gif') no-repeat 0 0;
	text-indent: -999em;
}
.getting h3 {
	display: block; height: 0 !important; height /**/: 29px; overflow: hidden; 
	margin: 0 0 0.3em 0; padding: 29px 0 0 0; background: transparent url('../images/sub-header-getting.gif') no-repeat 0 0;
	text-indent: -999em;
}


#stories {
	padding-top: 170px; background: transparent url('../images/bg-exhibition.jpg') no-repeat 0 0;
}


.note {
	padding-top: 1.5em; color: #999999; font-size: 0.9em;
}
