body {
	background: white;
}

#header{
	display: none;	
}

#nav {
	display: none;
}

#contentWrapper{
	border: none;
		overflow:visible !important;
}

#gallery {
	overflow:visible !important;
	display: block;
	height: auto;
	width: auto;
    margin: 0 5%;
    padding: 0;
    border: 0;
    color: #000000;
    background: transparent none;
    margin-left: 10%;
    padding-top: 1em;
    text-align: left;
}

p, li{
	color: #000000;
   	font-size: 12pt;
}

li{
	line-height: 2em;
	margin-bottom: 1em;
}

a:link, a:visited {
    color: #520;
    background: transparent;
    font-weight: bold;
    text-decoration: underline;
}

#gallery a:link:after, #gallery a:visited:after {
    content: " (" attr(href) ") ";
}

#gallery a[href^="/"]:after {
    content: " (http://www.longuevillehouse.ie" attr(href) ") ";
}

#footer{
	display: none;
}

.button{
	display: none;
}

.helicopter{
	margin-top: 4em;

}
table{
	border: 1px solid #cccccc;
	width: auto;
}
table td{
	border: 1px solid #cccccc;
	width: auto;
	margin-left: 5px;
}
