body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: #eee;
	line-height: 130%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: center;
}

p { 
	margin: 24px; 
}

h1 {
	font-family: Georgia,serif;
}

h2 {
	color: #393;
	padding-bottom: 3px;
	border-bottom: 1px solid #a0c80e;
	font-size: 120%;
	letter-spacing: -.25px;
	font-family: Georgia,serif;
}

h3 {
	color: #040;
	padding-bottom: 3px;
	border-bottom: 0px solid #a0c80e;
	font-size: 110%;
	letter-spacing: 0px;
}


div#content img
  {
  display:inline;
  margin: 0px;
  padding-left: 24px;
  padding-right: 24px;
  border: 0px solid #ffffff;
  text-align:center;
  }

div#contact {
	 padding-left: 24px;

}

#wrapper-header {	background: #222; }

#header {
	background: #222 url('images/bridgelong.jpg') center no-repeat;
	width: 75%;
	height: 125px;
	line-height: 125px;
	margin: 0 auto;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	text-align: left;
}


#wrapper-menu {
	background: #88ac0b url('images/menu-background.png') top left repeat-x;
	float: left;
	width: 100%;
}

#menu {
	width: 75%;
	margin: 0 auto;
	font-size: 95%;
	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	padding-right: 2px;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */


#content {
	width: 73%; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	margin: 0 auto;
	padding: 3.5em 1% 20px 1%;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: white;
	font-size: 85%;
	text-align: left;
}

* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

a:link, a:visited {
	color: #260;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

