/* Basic stylesheet for the Sandwell Metropolitan Borough Council website */
/* This stylesheet is seen by all pages and all css browsers and provides basic styling information for simple elements which all browsers can understand. */
/* 23/02/2005 nicj@magpie.net */

body {
	margin:0px 4px 20px 4px;
	padding:0px;
	background-color:#eee;
	color:#000;
	text-align: center;		/*added 27/07/06*/
	padding: 8px 10px 10px 10px;
}

#wrapper {
	font: normal 75% arial, helvetica, sans-serif;
	line-height:1.5em;
	margin:0px auto;
	padding:0px;
	background-color:#fff;
	border: 1px solid #ccc;
	text-align: left;
	padding: 8px 8px 8px 8px;
}

h1 {
	font-size:1.5em;
}

h2 {
	font-size:1.4em;
}

h3 {
	font-size:1.3em;
}

h4 {
	font-size:1.2em;
}

h5 {
	font-size:1.1em;
}

h6 {
	font-size:1em;
}

/* a {
	color:#69b400;
} */


ul {
	list-style: disc url(../images/greyArrowRight.gif) outside;
	margin-left:25px;
	padding-left:0px;
}

