body {
	background: #FFFFFF url(/images/donegal_body_bg.gif) repeat-x left bottom;
}
#container {
	background-color: #FFFFFF;
}
#header {
	height:109px;
	background:url(/images/bgheader-donegal.gif) repeat-x left top;
}

/* Match the menu background colour to the colour of the top of the green fade
   (which sits immediately below the menu). */
#menuheader {
  background: #096;
  color: white;
}

/* ...and make the links white so they show up(!) */
#navlist a,
#navlist a:link,
#navlist a:active,
#navlist a:visited {
  color: white;
}

/* Add this padding back in on the first menu item. Doesn't look good when the menu background
   doesn't spread across the whole page. */
.thread.first {
  padding-left: 10px;
}

#logobrand {
	margin:17px 0px 0px 0px;
	float:left;
}

/* Move the login box down so it's not over the green fade */
#login {
  top: 50px;
}

/* Move the ticker box down as per #login */
#ticker {
  bottom: 0px;
}

/* Branding over-rides */

/* Remove the wordpress image from the blog - too big and no use */
#col_1 .pi_widget_type_4 .channel img {
	display: none;
}


/* Force iFrame to be a particular size (recycling map) */
#pi_widget_content_162 .scrollable iframe {
	min-width: 952px;
	width: 952px;
	width: !important;
	min-height: 2010px;
	height: 2010px;
	height: !important;
}

