html, body {
margin: 0 auto;
height: 100%;
}

body {
	font-size:10pt;
	color:#000;
	font-family:verdana;
	background:url(http://www.gisbornerowingclub.co.nz//templateimages/body-bg.jpg);
	line-height:1.4em;
}

h1 {
	font-size:18pt;
	font-weight:100;
}

h2 {
	font-size:16px;
	color:#a02b2c;
}

a {
	color:#1e6e8e;
}

a:hover {
	color:#132b35;
	text-decotration:none;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
}

#container {
	position: relative;
	width: 100%;
	margin: 0 auto -100px;
}

#topnav {
	background: url(http://www.gisbornerowingclub.co.nz//templateimages/topnav-bg.png) repeat-x bottom;
	height: 70px;
	width: 100%;
	z-index: 2;
	margin-bottom: -20px;
	position: relative;
}

#navwrap {
	margin: 0 auto;
	width: 830px;
	height: 50px;
	padding-left: 130px;
}

#social {
	padding:15px 0;
	float:right;
	width:51px;
	font-size:7pt;
/*	text-align:right;*/
}

#social a {
	color:#fff;
	text-decoration:none;
	padding:0;
}

#social a:hover {
	color:#97b6c2;
	text-decoration:underline;
}

#wrapper {
	position:relative;
	margin:0 auto;
	width:960px;
	padding-bottom: 150px;
}

#logo {
	position: absolute;
	z-index: 3;
	left: -50px;
	top: -40px;
}

#fbtab {
	background:url(http://www.gisbornerowingclub.co.nz//templateimages/fb-tab.png) no-repeat;
	position: absolute;
	z-index: 1;
	width:350px;
	height:35px;
	right: 0px;
	padding:10px;
}

#footer {
	position: relative;
	height:120px;
	background:#10698d;
	border-top: 1px solid #58aecf;
	color: #97B6C2;
}

#footwrap {
	margin: 0 auto;
	width: 830px;
	height: 83px;
	padding-top:7px;
}

#footer a {
	color: #97B6C2;
	font-size:8pt;
	text-decoration:none;
}

#footer a:hover {
	color:#fff;
	text-decoration:underline;
}

#footlink {
	text-align:center;
	padding-bottom:10px;
}

#copyright {
	text-align:center;
	margin:0 auto;
	width:210px;
	font-size:8pt;
}

#copyright p {
	margin:0;
	padding:0;
}


.home img {
	position: relative;
	z-index:0;
	width:100%;
}


@media only screen and (max-width: 960px) and (min-width: 768px) {
	#wrapper, #footwrap{width:750px;}
	#navwrap {width:660px;padding-left:90px;}
	#logo {width:140px;}
	#logo img {width:100%;}
	#topnav {height:100px;background:url(http://www.gisbornerowingclub.co.nz/templateimages/topnav-bg.png) repeat-x bottom;}
	#logo{top:-80px;left:-15px;}
	ul.flyout-menu {margin-top:0;}

}

@media only screen and (max-width: 767px) {
	#wrapper, #footwrap{width:460px;}
	#fbtab{display:none;}
	#social {display:none;}
	#logo {width:140px;left:0;margin:0 auto;position:initial;}
	#logo img {width:100%;}
	#navwrap {width:450px;padding-left:0px;}
	#topnav{background:#283744;height:40px;margin-bottom:0;}
	ul.flyout-menu {background:#283744;}
	.home {display:none;}
/*menu change*/
}

@media only screen and (max-width: 459px) {
	/*drop down menu*/
	#wrapper, #navwrap, #footwrap {width:320px;}	
}