body {
	background-color: black;
	background-image: url("images/hauntedhouse2.jpg"); /* Image taken from http://images.alphacoders.com/220/220661.jpg */
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: white;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

@font-face {
    font-family: 'CaptureIt';
    src: url('fonts/Capture_it.ttf');
}

p.center {
	text-align: center;
}

.mediaSection img.gallery{
	margin-left: 10px;
	margin-right: 10px;
	opacity:1;
}

.mediaSection img.gallery:hover{
	opacity:0.5;
}

.container {
	width: 1200px;
	margin-left: auto;
	margin-right:auto;
}

.footer {
	width: 800px;
	background-color: rgba(133,173,255,1);
	color: black;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

p.clearfloats {
	clear: both;
}
.mainBody {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	/*box-shadow: 0px 0px 20px 5px white;*/
}

.mainTitle {
	margin-left: auto;
	margin-right: auto;
	width:800px;
	height: 180px;
	background-color: rgba(255,255,255,0.8);
	padding-top:0px;
	padding-bottom:10px;
	color: black;
	border-radius: 0 0 0 0;
	/*box-shadow: 0px 0px 20px 5px white;*/
} 

.mainTitle .title {
	padding-left:50px;
	padding-right:50px;
}

.mainTitle .title img {
	padding: 20px;
	float: left;
	height: 150px;
}
.mainTitle .title h1 {
	font-size: 40px;
	margin-top: 40px;
	margin-bottom: 0px;
	font-family: "CaptureIt", "Palatino Linotype", "Book Antiqua", Palatino, serif;
}


.mainTitle .description {
	font-size: 18px;
	text-emphasis: text-emphasis-style text-emphasis-color;
}

.mainMenu{
	margin-left: auto;
	margin-right: auto;
	width:800px;
	height:40px;
	font-size:17px;
	background-color: black;
	/*box-shadow: 0px 0px 20px 5px white;*/
}


.mainMenu ul{
  margin:0px;
  padding:0px;
  list-style-type:none;
}

.mainMenu li{
  float:left;
}

.mainMenu a, .mainMenu a:link, .mainMenu a:visited {
  display:block;
  width:160px;
  height:31px;
  text-align:center;
  background-color:	rgba(133,173,255,1);
  padding-top:9px;
  text-decoration:none;
  color:#000000;  
  font-family: "CaptureIt", "Palatino Linotype", "Book Antiqua", Palatino, serif;/*font-family: Courier New, serif;*/
}

.mainMenu a:hover, .mainMenu a:active {
  background-color:rgba(255,243,153,1);
  font-family: "CaptureIt", "Palatino Linotype", "Book Antiqua", Palatino, serif;/*font-family: Courier New, serif;*/
}
.mainMenu li ul{
    background-color: black;
    display:none;
    height:auto;
    padding:0px;
    margin:0px;
    border:0px;
    position:absolute;
    width:160px;
}
.mainMenu li:hover ul{
    display:block;
}

.mainMenu li li {
    display:block;
    float:none;
    margin:0px;
    padding:0px;
    width:160px;
}
.mainMenu li:hover li a{
	color: white;
    background:none;
}

.mainMenu li ul a{
    display:block;
    height:30px;
    font-size:12px;
    font-style:normal;
    margin:0px;
    text-align:left;
}
.mainMenu li ul a:hover, .mainMenu li ul li:hover a{
    border:0px;
	background-color: white;
    color: black;
    text-decoration:none;
}

.mainBody {
	width: 800px;
	padding-top: 20px;
	padding-bottom: 0px;
	background-color: rgba(40,40,40,0.8);
}

.banner {
	margin-right: 20px;
	width: 150px;
	float: right;
}

.sideSection {
	margin-right: 20px;
	color: white;
	width: 230px;
	float: right;
}

.newPollSection {
	color: white;
	width: 230px;
	float: left;
}

.newPollTitle {
	width: 230px;
	border-bottom-style:solid;
	border-width: 1px;
	border-color: white;
}

.newPollTitle h1 {
	font-size: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: "CaptureIt", "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.newPollColumn {
	color: black;
	width: 230px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}

.newPollColumn p {
	padding-left: 20px;
	padding-right: 20px;
}

.newPollColumn .date {
	background-color: rgba(133,173,255,1);
}

.newPollColumn .date p {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: rgba(133,173,255,1);
}

.newMediaAddedSection {
	color: white;
	width: 230px;
	float: left;
}

.newMediaTitle {
	width: 230px;
	border-bottom-style:solid;
	border-width: 1px;
	border-color: white;
}

.newMediaTitle h1 {
	font-size: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: "CaptureIt", "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.newMediaColumn {
	color: black;
	width: 230px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.newMediaColumn p {
	padding-left: 0px;
	padding-right: 0px;
}

.newMediaColumn .date {
	margin-top: 0px;
	margin-bottom: 0px;
}

.newMediaColumn .date p {
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	color: white;
}

.newsSection {
	width: 500px;
	margin-left: 20px;
}

.newsTitle {
	width: 500px;
	border-bottom-style:solid;
	border-width: 1px;
	border-color: white;
}

.newsTitle h1 {
	font-size: 25px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: "CaptureIt", "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.newsColumn {
	background-color: white;
	color: black;
	width: 500px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}

.newsColumn p {
	padding-left: 20px;
	padding-right: 20px;
}

.newsColumn .date {
	background-color: rgba(133,173,255,1);
}

.newsColumn .date p {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: rgba(133,173,255,1);
}

.tourLocationSection {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:0px;
}

.equipmentSection {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:0px;
}

.mediaSection {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:0px;
}

.aboutSection {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:0px;
}

.tourLocationsMenuACT{
	margin-left: auto;
	margin-right: auto;
	width:750px;
	height:40px;
	font-size:15px;
	background-color: black;
	/*box-shadow: 0px 0px 20px 5px white;*/
}

.tourLocationsMenuACT ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.tourLocationsMenuACT li{
	float:left;
}

.tourLocationsMenuACT a, .tourLocationsMenuACT a:link, .tourLocationsMenuACT a:visited {
	display:block;
	width:150px;
	height:30px;
	text-align:center;
	padding-top: 9px;
	background-color:	black;
	text-decoration:none;
	color: white;  
	font-family: "CaptureIt", "Palatino Linotype", "Book Antiqua", Palatino, serif;/*font-family: Courier New, serif;*/
}

.tourLocationsMenuACT a:hover, .tourLocationsMenuACT a:active {
	background-color:rgba(235,56,107,1);
	font-family: "CaptureIt", "Palatino Linotype", "Book Antiqua", Palatino, serif;/*font-family: Courier New, serif;*/
}

.tourLocationsMenuNSW{
	margin-left: auto;
	margin-right: auto;
	width:750px;
	height:118px;
	font-size:15px;
	background-color: black;
	/*box-shadow: 0px 0px 20px 5px white;*/
}

.tourLocationsMenuNSW ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.tourLocationsMenuNSW li{
	float:left;
}

.tourLocationsMenuNSW a, .tourLocationsMenuNSW a:link, .tourLocationsMenuNSW a:visited {
	display:block;
	width:150px;
	height:30px;
	text-align:center;
	padding-top: 9px;
	background-color:	black;
	text-decoration:none;
	color: white;  
	font-family: "CaptureIt", "Palatino Linotype", "Book Antiqua", Palatino, serif;/*font-family: Courier New, serif;*/
}

.tourLocationsMenuNSW a:hover, .tourLocationsMenuNSW a:active {
	background-color:rgba(235,56,107,1);
	font-family: "CaptureIt", "Palatino Linotype", "Book Antiqua", Palatino, serif;/*font-family: Courier New, serif;*/
}

.tourLocationsMenuQLD{
	margin-left: auto;
	margin-right: auto;
	width:750px;
	height:78px;
	font-size:15px;
	background-color: black;
	/*box-shadow: 0px 0px 20px 5px white;*/
}

.tourLocationsMenuQLD ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.tourLocationsMenuQLD li{
	float:left;
}

.tourLocationsMenuQLD a, .tourLocationsMenuQLD a:link, .tourLocationsMenuQLD a:visited {
	display:block;
	width:150px;
	height:30px;
	text-align:center;
	padding-top: 9px;
	background-color:	black;
	text-decoration:none;
	color: white;  
	font-family: "CaptureIt", "Palatino Linotype", "Book Antiqua", Palatino, serif;/*font-family: Courier New, serif;*/
}

.tourLocationsMenuQLD a:hover, .tourLocationsMenuQLD a:active {
	background-color:rgba(235,56,107,1);
	font-family: "CaptureIt", "Palatino Linotype", "Book Antiqua", Palatino, serif;/*font-family: Courier New, serif;*/
}

.tourLocationsMenuSA{
	margin-left: auto;
	margin-right: auto;
	width:750px;
	height:38px;
	font-size:15px;
	background-color: black;
	/*box-shadow: 0px 0px 20px 5px white;*/
}

.tourLocationsMenuSA ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.tourLocationsMenuSA li{
	float:left;
}

.tourLocationsMenuSA a, .tourLocationsMenuSA a:link, .tourLocationsMenuSA a:visited {
	display:block;
	width:150px;
	height:30px;
	text-align:center;
	padding-top: 9px;
	background-color:	black;
	text-decoration:none;
	color: white;  
	font-family: "CaptureIt", "Palatino Linotype", "Book Antiqua", Palatino, serif;/*font-family: Courier New, serif;*/
}

.tourLocationsMenuSA a:hover, .tourLocationsMenuSA a:active {
	background-color:rgba(235,56,107,1);
	font-family: "CaptureIt", "Palatino Linotype", "Book Antiqua", Palatino, serif;/*font-family: Courier New, serif;*/
}

.tourLocationsMenuVIC{
	margin-left: auto;
	margin-right: auto;
	width:750px;
	height:78px;
	font-size:15px;
	background-color: black;
	/*box-shadow: 0px 0px 20px 5px white;*/
}

.tourLocationsMenuVIC ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.tourLocationsMenuVIC li{
	float:left;
}

.tourLocationsMenuVIC a, .tourLocationsMenuVIC a:link, .tourLocationsMenuVIC a:visited {
	display:block;
	width:150px;
	height:30px;
	text-align:center;
	padding-top: 9px;
	background-color:	black;
	text-decoration:none;
	color: white;  
	font-family: "CaptureIt", "Palatino Linotype", "Book Antiqua", Palatino, serif;/*font-family: Courier New, serif;*/
}

.tourLocationsMenuVIC a:hover, .tourLocationsMenuVIC a:active {
	background-color:rgba(235,56,107,1);
	font-family: "CaptureIt", "Palatino Linotype", "Book Antiqua", Palatino, serif;/*font-family: Courier New, serif;*/
}

.tourLocationsMenuWA{
	margin-left: auto;
	margin-right: auto;
	width:750px;
	height:38px;
	font-size:15px;
	background-color: black;
	/*box-shadow: 0px 0px 20px 5px white;*/
}

.tourLocationsMenuWA ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.tourLocationsMenuWA li{
	float:left;
}

.tourLocationsMenuWA a, .tourLocationsMenuWA a:link, .tourLocationsMenuWA a:visited {
	display:block;
	width:150px;
	height:30px;
	text-align:center;
	padding-top: 9px;
	background-color:	black;
	text-decoration:none;
	color: white;  
	font-family: "CaptureIt", "Palatino Linotype", "Book Antiqua", Palatino, serif;/*font-family: Courier New, serif;*/
}

.tourLocationsMenuWA a:hover, .tourLocationsMenuWA a:active {
	background-color:rgba(235,56,107,1);
	font-family: "CaptureIt", "Palatino Linotype", "Book Antiqua", Palatino, serif;/*font-family: Courier New, serif;*/
}

.tourLocationsMenuTAS{
	margin-left: auto;
	margin-right: auto;
	width:750px;
	height:38px;
	font-size:15px;
	background-color: black;
	/*box-shadow: 0px 0px 20px 5px white;*/
}

.tourLocationsMenuTAS ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.tourLocationsMenuTAS li{
	float:left;
}

.tourLocationsMenuTAS a, .tourLocationsMenuTAS a:link, .tourLocationsMenuTAS a:visited {
	display:block;
	width:150px;
	height:30px;
	text-align:center;
	padding-top: 9px;
	background-color:	black;
	text-decoration:none;
	color: white;  
	font-family: "CaptureIt", "Palatino Linotype", "Book Antiqua", Palatino, serif;/*font-family: Courier New, serif;*/
}

.tourLocationsMenuTAS a:hover, .tourLocationsMenuTAS a:active {
	background-color:rgba(235,56,107,1);
	font-family: "CaptureIt", "Palatino Linotype", "Book Antiqua", Palatino, serif;/*font-family: Courier New, serif;*/
}

.equipmentMenu{
	margin-left: auto;
	margin-right: auto;
	width:750px;
	height:38px;
	font-size:15px;
	background-color: black;
	/*box-shadow: 0px 0px 20px 5px white;*/
}

.equipmentMenu ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.equipmentMenu li{
	float:left;
}

.equipmentMenu a, .equipmentMenu a:link, .equipmentMenu a:visited {
	display:block;
	width:150px;
	height:30px;
	text-align:center;
	padding-top: 9px;
	background-color:	black;
	text-decoration:none;
	color: white;  
	font-family: "CaptureIt", "Palatino Linotype", "Book Antiqua", Palatino, serif;/*font-family: Courier New, serif;*/
}

.equipmentMenu a:hover, .equipmentMenu a:active {
	background-color:rgba(235,56,107,1);
	font-family: "CaptureIt", "Palatino Linotype", "Book Antiqua", Palatino, serif;/*font-family: Courier New, serif;*/
}

.mediaMenu{
	margin-left: auto;
	margin-right: auto;
	width:750px;
	height:38px;
	font-size:15px;
	background-color: black;
	/*box-shadow: 0px 0px 20px 5px white;*/
}

.mediaMenu ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.mediaMenu li{
	float:left;
}

.mediaMenu a, .mediaMenu a:link, .mediaMenu a:visited {
	display:block;
	width:150px;
	height:30px;
	text-align:center;
	padding-top: 9px;
	background-color:	black;
	text-decoration:none;
	color: white;  
	font-family: "CaptureIt", "Palatino Linotype", "Book Antiqua", Palatino, serif;/*font-family: Courier New, serif;*/
}

.mediaMenu a:hover, .mediaMenu a:active {
	background-color:rgba(235,56,107,1);
	font-family: "CaptureIt", "Palatino Linotype", "Book Antiqua", Palatino, serif;/*font-family: Courier New, serif;*/
}

.equipmentTitle {
	width: 750px;
	border-bottom-style:solid;
	border-width: 1px;
	border-color: white;
	margin-left: auto;
	margin-right: auto;
}

.equipmentTitle h1 {
	font-size: 25px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: "CaptureIt", "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.mediaTitle {
	width: 750px;
	border-bottom-style:solid;
	border-width: 1px;
	border-color: white;
	margin-left: auto;
	margin-right: auto;
}

.mediaTitle h1 {
	font-size: 25px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: "CaptureIt", "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.aboutTitle {
	width: 750px;
	border-bottom-style:solid;
	border-width: 1px;
	border-color: white;
	margin-left: auto;
	margin-right: auto;
}

.aboutTitle h1 {
	font-size: 25px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: "CaptureIt", "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.tourLocationTitle h1 {
	font-size: 25px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: "CaptureIt", "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.tourLocationTitle {
	width: 750px;
	border-bottom-style:solid;
	border-width: 1px;
	border-color: white;
	margin-left: auto;
	margin-right: auto;
}

.equipmentContentTitle {
	width: 750px;
	height: 40px;
	background-color: rgba(133,173,255,1);
	color: black;
}

.equipmentContentTitle  h1 {
	padding-top: 8px;
	margin-left: 20px;
	font-size: 20px;
}

.mediaContentTitle {
	width: 750px;
	height: 40px;
	background-color: rgba(133,173,255,1);
	color: black;
}

.mediaContentTitle  h1 {
	padding-top: 8px;
	margin-left: 20px;
	font-size: 20px;
}

.tourLocationContentTitle {
	width: 750px;
	height: 40px;
	background-color: rgba(133,173,255,1);
	color: black;
}

.tourLocationContentTitle  h1 {
	padding-top: 8px;
	margin-left: 20px;
	font-size: 20px;
}

.tourLocationContentFooter {
	width: 750px;
	background-color: black;
	color: white;
	margin-top:0px;
	padding-top: 5px;
	padding-bottom: 20px;
}

.tourLocationContentFooter a, .tourLocationContentFooter a:link, .tourLocationContentFooter a:visited,.tourLocationContent a, .tourLocationContent a:link, .tourLocationContent a:visited {
	color: rgba(133,173,255,1);
}

.tourLocationContentFooter a:hover, .tourLocationContentFooter a:active, .tourLocationContent a:hover, .tourLocationContent a:active {
	color: rgba(128,235,56,1);
}

.tourLocationContentFooter  h1 {
	padding-top: 8px;
	margin-left: 0px;
	font-size: 20px;
}

.tourLocationContentFooter p {
	padding-left: 20px;
	padding-right: 20px;
}


.equipmentContentFooter {
	width: 750px;
	background-color: black;
	color: white;
	margin-top:0px;
	padding-top: 5px;
	padding-bottom: 20px;
}



.equipmentContentFooter a, .equipmentContentFooter a:link, .equipmentContentFooter a:visited,.equipmentContent a, .equipmentContent a:link, .equipmentContent a:visited {
	color: rgba(133,173,255,1);
}

.equipmentContentFooter a:hover, .equipmentContentFooter a:active, .equipmentContent a:hover, .equipmentContent a:active {
	color: rgba(128,235,56,1);
}

.equipmentContentFooter  h1 {
	padding-top: 8px;
	margin-left: 0px;
	font-size: 20px;
}

.equipmentContentFooter p {
	padding-left: 20px;
	padding-right: 20px;
}


.mediaContentFooter {
	width: 750px;
	background-color: black;
	color: white;
	margin-top:0px;
	padding-top: 5px;
	padding-bottom: 20px;
}

.mediaContentFooter a, .mediaContentFooter a:link, .mediaContentFooter a:visited,.mediaContent a, .mediaContent a:link, .mediaContent a:visited {
	color: rgba(133,173,255,1);
}

.mediaContentFooter a:hover, .mediaContentFooter a:active, .mediaContent a:hover, .mediaContent a:active {
	color: rgba(128,235,56,1);
}

.mediaContentFooter  h1 {
	padding-top: 8px;
	margin-left: 0px;
	font-size: 20px;
}

.mediaContentFooter p {
	padding-left: 20px;
	padding-right: 20px;
}

.backtotop {
	width: 750px;
	color: white;
}

.backtotop a, .backtotop a:link, .backtotop a:visited {
	color: rgba(205,206,71,1);
}

.backtotop a:hover, .backtotop a:active {
	color: rgba(128,235,56,1);
}

.informationNote {
	width: 750px;
	color: white;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.informationNote a, .informationNote a:link, .informationNote a:visited {
	color: rgba(133,173,255,1);
}

.informationNote a:hover, .informationNote a:active {
	color: rgba(128,235,56,1);
}

.hyperlinkblue a, .hyperlinkblue a:link, .hyperlinkblue a:visited {
	color: rgba(133,173,255,1);
}

.hyperlinkblue a:hover, .hyperlinkblue a:active {
	color: rgba(128,235,56,1);
}

ul.ghostBullets {
	list-style-image: url('images/ghostbullet.gif'); /* Ghost bullet image taken from http://files.gamebanana.com/img/ico/sprays/ickle_ghost_by_full_cheese.png and has been modified */
	list-style-position:inside;
}
strong.contact {
	font-size: 15px;
	color: yellow;
}
.tourLocationContentSubheading {
	width: 700px;
	border-bottom-style:solid;
	border-width: 1px;
	border-color: white;
	color: white;
	margin-left: auto;
	margin-right: auto;
}

.tourLocationContent  h1 {
	padding-top: 8px;
	margin-left: 0px;
	font-size: 20px;
}

.tourLocationContent {
	background-color: rgba(0,0,0,0.5);;
	color: white;
	width: 750px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom:0px;
}

.tourLocationContent p {
	padding-left: 20px;
	padding-right: 20px;
}

.equipmentContentContentSubheading {
	width: 700px;
	border-bottom-style:solid;
	border-width: 1px;
	border-color: white;
	color: white;
	margin-left: auto;
	margin-right: auto;
}

.equipmentContent  h1 {
	padding-top: 8px;
	margin-left: 0px;
	font-size: 20px;
}

.equipmentContent {
	background-color: rgba(0,0,0,0.5);;
	color: white;
	width: 750px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom:0px;
}

.mediaContent p {
	padding-left: 20px;
	padding-right: 20px;
}

.mediaContentSubheading {
	width: 700px;
	border-bottom-style:solid;
	border-width: 1px;
	border-color: white;
	color: white;
	margin-left: auto;
	margin-right: auto;
}

.mediaContent  h1 {
	padding-top: 8px;
	margin-left: 0px;
	font-size: 20px;
}

.mediaContent {
	background-color: rgba(0,0,0,0.5);;
	color: white;
	width: 750px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom:0px;
}

.equipmentContent p {
	padding-left: 20px;
	padding-right: 20px;
}

img.floatright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.imageGallerySectionTitle {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.imageGallerySectionTitle h1 {
	font-size: 30px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.imageGallerySection {
	background-color: white;
	color: black;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 20px;
}

.imageGallerySection p {
	padding-left: 20px;
	padding-right: 20px;
}

.imageGallerySection .date {
	background-color: rgba(133,173,255,1);
}

.imageGallerySection .date p {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: rgba(133,173,255,1);
}