/* maz.me.uk CSS by Edward Webb */

/* Start with the basics */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: rgb(255, 250, 240);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center; /* Centres text in IE 5.x */
}

dt { margin-top: 1em; }
dd { margin-top: 0.25em; }

h1 {
	background: rgb(152, 255, 180) url(edwebb.png) no-repeat bottom left;
	
	text-indent/**/: -5000px; /* Comment hack for IE 5.0 */
	margin-left: -10px;
	
	position: relative; /* IE needs this with negative margins */
	width: 540px; /* IE6: Needs width to expand header background colour */
}

h1 a {
	display: block;
	width: 180px;
	height: 60px;
	
	font-size: 1px; /* IE5: To hide text */
	color: rgb(70, 198, 70); /* IE5: To hide text colour */
	color/**/: rgb(255, 250, 240); /* Comment hack for IE5.0, hides bug in Firefox 1.0 */
}

h2, h3 {
	margin: 1em 0;
}

p {	margin: 1.25em 0; }

ul#menu {
	margin-bottom: 1em;
	padding: 0.66em 0 0.66em 10px;
	background-color: rgb(152, 255, 180);
	}
	
#menu li {
	list-style: none;
	display: inline;
}

#menu a {
	padding: 0.33em 5px;
	text-decoration: none;
}

#menu a:hover {
	color: White;
	background-color: rgb(70, 198, 70);
}


/* Div */

#container {
	width: 530px;
	margin: 0 auto;
	
	text-align: left;
	border-top: 1em solid rgb(152, 255, 180);
}

#content, #footer {
	padding: 0 15px;
	font-size: 0.875em;
}

#footer {
	padding: 10px 0 10px 15px;
	margin-bottom: 0;
	display: block;
	background-color: rgb(152, 255, 180);
	}