null {
	padding: 0;
	margin: 0;
}

body {
	background-image: url("images/bkg.gif");
/*	font-family: Arial, Helvetica, HelveticaNeue, Helv, Sans-Serif;*/
	font-family: Arial, Helvetica, "Helvetica Neue", "Helvetica Neue 55", "Helvetica Neue 55 Roman", Helv, Sans-Serif;
	text-align: center;
  min-width: 920px;
}

#header {
	margin: 0 auto;
	width: 904px;
	height: 150px;
}

img.logo {
	float: left;
	width: 480px;
	height: 145px;
	padding-bottom: 5px;
}

img.contactinfo {
	float: right;
}

#wrapper {
	clear: both;
	margin: 0 auto;
	width: 870px;
	min-height: 400px;
	background: url('images/bkg_content.gif') center top no-repeat;
}

/*   ----------  MENU  ----------   */

#menu {
	/*padding: 0 0 0 316px;*/
	height: 39px;
	float: right;
	margin-right: 32px;
}

#navlist {
	margin: 0 0 0 0;
	padding: 0;
}

#menu ul li {
	list-style-type: none;
	margin: 0;
	display: block;
	float: left;
	/*background: url("images/button_home.gif") no-repeat;*/
	/*font-size: 10pt;
	line-height: 13pt;*/
	font-weight: bold;
	text-align: center;
}

#menu a {
	/*padding: 9px 0 9px 0; *//* was 18px 0 0 0; to align to bottom as per original mockups */
	padding: 0;
	color: #000;
	text-decoration: none;
	display: block;
}
/* 6 separate colours: 
#menu li#home { background: #FFF446 url("images/button_home.gif") no-repeat; }
#menu li#services { background: #8BF159 url("images/button_services.gif") no-repeat; }
#menu li#photos { background: #B5BEFF url("images/button_photos.gif") no-repeat; }
#menu li#newsevents { background: #FF92AC url("images/button_newsevents.gif") no-repeat; }
#menu li#links { background: #51F1E8 url("images/button_links.gif") no-repeat; }
#menu li#contact { background: #FFAF5A url("images/button_contact.gif") no-repeat; }
*/

/* 3 colours repeating: */
#menu li#home { background: #FFF446 url("images/btn_home_off.gif") no-repeat; }
#menu li#services { background: #8BF159 url("images/btn_services_off.gif") no-repeat; }
#menu li#photos { background: #FF92AC url("images/btn_photos_off.gif") no-repeat; }
#menu li#newsevents { background: #FFF446 url("images/btn_newsevents_off.gif") no-repeat; }
#menu li#links { background: #8BF159 url("images/btn_links_off.gif") no-repeat; }
#menu li#contact { background: #FF92AC url("images/btn_contact_off.gif") no-repeat; }

#menu li#newsevents a:hover {
	/*color: #fff;*/
	/*padding-bottom: 18px;*/  /* if padding of #menu a is: 18px 0 0 0; then set padding-bottom here to 9px */
	/*background: url("images/button_contact.gif") no-repeat;*/
	background: #FFF446 url("images/btn_newsevents_on.gif") no-repeat;
}
#menu li#home a:hover { background: #FFF446 url("images/btn_home_on.gif") no-repeat; }
#menu li#services a:hover { background: #8BF159 url("images/btn_services_on.gif") no-repeat; }
#menu li#photos a:hover { background: #FF92AC url("images/btn_photos_on.gif") no-repeat; }
#menu li#links a:hover { background: #8BF159 url("images/btn_links_on.gif") no-repeat; }
#menu li#contact a:hover { background: #FF92AC url("images/btn_contact_on.gif") no-repeat; }

/*   ----------  END OF MENU  ----------   */

#content {
	margin: 0 20px 0 32px;
	padding: 42px 0 0 0;
	text-align: left;
	font-size: 12pt;
	line-height: 16pt;
/*	font-size: 13.5pt;
	line-height: 19pt;*/
	min-height: 400px;
/*	width: 818px;*/
}

h1 {
	font-size: 22pt;
	font-weight: bold;
}

h2 {
	font-size: 17pt;
	font-weight: bold;
	line-height: 20pt;
	padding: 0;
	margin: 0;
}

.paratitle {
	font-weight: bold;
}

table.events {
	border-top: 1px solid #000;
	width: 740px;
}


table.events td.title {
	text-align: left;
	padding: 3px;
}

table.events td.dateInfo {
	text-align: right;
	padding: 3px;
	font-weight: bold;
	font-style: italic;
}

table.events td.desc {
	border-bottom: 1px solid #000;
	padding: 3px;
}

p {
	
}

#sidebar {
	float: right;
}

img.articlePic {
	margin: 0 20px 4px 14px;
}

ul.list {
	margin-left: 10px;
}

ul.list li {
	padding-bottom: 14px;
}



#linkContainer {
	width: 740px;
}

#linkContainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#linkContainer a {
	display: block;
	padding: 3px 14px;
	width: 740px;
	border-bottom: 1px solid #222;
}

#linkContainer a.col1 {
	background-color: #eee;
}

#linkContainer a.col2 {
	background-color: #ddd;
}

#linkContainer a:link, #linklist a:visited {
	color: #006;
	text-decoration: none;
}

#linkContainer a:hover {
	background-color: #B3F991;
	color: #000;
}

#linkContainer p.desc {
	padding-top: 0;
	margin-top: 0;
	font-size: 10pt;
	line-height: 13pt;
}


#servlist {
	clear: both;
	/*background: url('images/bottom_yellow.gif') no-repeat;*/
	height: 56px;
	width: 870px;
	margin: 30px auto 0 auto;
}

p.serviceList {
	text-align: center;
	clear: both;
	color: #000; /* was grey: #555; */
	font-size: 18pt;
	margin: 0;
	padding: 20px 0 0 0;
	letter-spacing: 0.1em;
	word-spacing: 4px;
	line-height: 11pt;
}

#footer {
	padding-top: 12px;
	clear: both;
	text-align: center;
	font-size: 7pt;
	color: #fff;
}

#footer a {
	color: #abf;
}

#footer a:hover {
	text-decoration: none;
}


