html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




		body {
			margin: 0;
			padding: 0;
			background: #fff url(../images/bg-mournes-new.jpg) center center fixed no-repeat;
			-moz-background-size: cover;
			background-size: cover;
			color: #fff;
			font-family: Verdana, Arial, Sans-Serif ;
		}
		@media only all and (max-width: 1024px) and (max-height: 768px) { /* Important: 1024x768px has the same ratio as 1280x960px */
			body {	
				-moz-background-size: 1024px 768px;
				background-size: 1024px 768px;
			}
		}
		img {
			border:none;
		}
		#logo {
		float: right;
		margin-left: 30px;
		}
		

		
		#content {
			right:3%;
			bottom:5%;
			position: absolute;
		}
		
		#main{
			clear: both;
		}
		
		#main ul {
		float: left;
		}
		
		#main h2 {
		font-size: 1.4em;
		text-decoration: underline;
		color: #fff;
		padding: 40px 0 0px 30px;
		}

		
		
		#nav {
			float: left;
			margin: 8px 55px 0 0;
		}
		
		#nav ul {
		margin-left: 0;
		}
		
		#footer {
			right:3%;
			bottom:3%;
			position: absolute;			
			color: #fff;
			font-size: 1.1em;			
		}
		
		ul {
			list-style: none;
		}
		
		.clear {clear: both;}
		
		#content ul li {
			display: block;
			float: right;
			margin: 20px 6px 0 33px;
		}
		
		
		

		
		
		a {
			color: #fff;
			text-decoration: none;
			font-size: 0.9em;
		}
		
		a:hover {
			color: #fff;
			text-decoration: underline ;
			
		}
