@charset "utf-8";
/* CSS Document */

/*Common styles for Herons Mead*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica;
	background-image:url(../skegness-boating-club/bg.jpg);
	background-repeat:repeat-x;
}


div#skegness-boating-club-holder {
	width:980px;
	height:100%;
	margin:30px auto 5px auto;
	background-color:#ffffff;
}

div#boating-club-header {
    float:left;
	width:980px;
	height:297px;
}

div#top-nav {
  float:left;
  width:980px;
  height:45px;
}


/*100% Holder*/
div#main-contents-holder {
 float:left;
 width:980px;
 height:100%;
}

div#boating-club-lincolnshire-left {
  float:left;
  width:249px;
  height:100%;
}

div#text-contents {
  float:left;
  width:681px;
  height:100%;
  color:#4a4949;
  font-size:9pt;
  padding-top:50px;
  padding-left:50px;
}

div#footer {
 clear:both;
 width:980px;
 height:116px;
 background-color:#2A2A2A;
 color:#ffffff;
 font-size:8pt;
}





/*Text Styles*/
h1 {
	color: #282828;
	font-size:21pt;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2 {
	color: #282828;
	font-size:21pt;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}


.nounderline {text-decoration:none; color:#000000}
.lincolnshire-web-design { color:#333333; font-size:8pt; text-decoration:none; }
.pright { padding-right:7px;}
.pleft { padding-left:7px;}
.style1 {color: #CCCCCC; text-decoration:none}
.style2 {color: #0099CC; text-decoration:none}

