/* -------------------------------------------------------
   East Riding of Yorkshire Council Master style sheet
   version:  30.10.2003. 
   contact. lee.mayren@eastriding.gov.uk
---------------------------------------------------------- */

/* Basic styling properties */

html {
	margin: 0px 0px 0px 0px; 
	padding: 0px; border-style:none;
	background: #ffffff url(/images/gradient.jpg) left top repeat-x;
}

body {
      display: block;
      margin:0px auto 0px auto; 
	  width: 93%;
	  padding: 0px 0px 0px 0px;
      font-family: arial, helvetica, sans-serif;
      color:#000;
      background: #F5F5F5;
	  font-size: 70%;
	  text-align: center;
	  border-width: 0px 1px 1px 1px;
	  border-color: #003534;
	  border-style: solid;
}

body#body-dynamic, body#events {
	width: 95%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background: #ffffff url(/images/gradient.jpg) left top no-repeat;
	border-style: none;
}

#topinclude, #wrapper, #mainheading, #content, #menu #footer {
	text-align: left;
}
