/* ----- Woburn screen stylesheet ----- */
/* ----- Fuse Digital 2009 ------------------ */
/* ----- enjoy. ----------------------------- */

/*
	
	----- Colours -----
	
	Woburn (Green): #577034
	Website (Gold): #b2a882
	Body Copy (Grey): #666
	Safari (Orange): #f58426
	Abbey (Green): #186637
	Golf (Brown): #654628
	Inn (Purple): #636
	Weddings (Grey): #7e8083
	Village (Green): #576f34
	Antiques (Yellow): #d99814
	Generic (Green): #576f34
	
	----- Site Dimensions -----
	
	Width: 960px
	Gutter: 12px/18px

*/

* {
	margin: 0; /* global reset of margin and padding */
	padding: 0;
	outline: none;
}

/* ----- Tags ----- */
/* ------------------------------------------------------------ */
body {
	padding-bottom: 20px;
	background: #577034 url({site_url}images/bg_gradient.gif) 0 0 repeat-x;
	text-align: center; /* centre in IE */
	font: 11px Arial, Helvetica, sans-serif;
	color: #fff;
}
ul, ol {
	list-style: none; /* no bullets on lists by default */
}
img {
	display:none;
	border: none;
}



