/*        Design by Maa Designs        http://www.maadesigns.co.uk        */                body {        	margin: 20px;        	padding: 0;        	background: #111111;        	font: normal small Arial, Helvetica, sans-serif;        	color: #ffce57;        }                h1, h2, h3, h4, h5, h6 {        	margin: 0;        	padding: 0;        	text-transform: uppercase;        	color: #ffce57;        }                h1, h2, h3 {        }                h4, h5, h6 {        }                p, ul, ol, blockquote {        	margin-top: 0;        }                a {        	color: #ffce57;        	text-decoration: none;        }                a:hover {        	text-decoration: none;        }                img {        	border: none;        }                /* Header */                #logo {        	width: 600px;        	height: 150px;        	margin: 0 auto;        	background: #FFce57 url(images/bigbg.gif) repeat-x;        	border: 5px solid #219b22;        	border-bottom: none;        }                #logo h1 {        	text-align: center;        	font-size: 3em;        }                #logo h2 {        	text-align: center;        	font-size: 1.4em;        }                #logo a {        	text-decoration: none;        	color: #9E6813;        }                /* Menu */                #menu {        	width: 600px;        	height: 43px;        	margin: 0 auto;        	padding: 0;        	background: #ffce57;        	border: 5px solid #219b22;        	border-top: 1px solid #219b22;        	border-bottom: 1px solid #219b22;;        }                #menu h2 {        	display: none;        }                #menu ul {        	margin: 0;        	padding: 0;        	list-style: none;        }                #menu li {        	display: inline;        }                #menu a {        	display: block;        	float: left;        	width: 98px;        	height: 32px;        	padding-top: 10px;        	text-align: center;        	text-decoration: none;        	color: #a02b9d;        }                #menu a:hover, #menu .active a {        	background: #fd0003;        	color: #ffce57;        }                /* Splash */                #image {        	width: 600px;        	margin: 0 auto;        	background: #219b22;        	border-left: 5px solid #219b22;        	border-right: 5px solid #219b22;        }                /* Content */                #body {        	width: 600px;        	margin: 0 auto;        	background: #219b22;        	border: 5px solid #219b22;        }                #body .title {        	padding: 10px 20px;        	background: #ffce57 url(images/smallbg.gif) repeat-x left bottom;        	font-size: 1em;        	color: #219b22        }                #body .story {        	padding: 20px;        	border: 2px solid #ffce57;        }                /* bot*/                #bot {        	width: 580px;        	margin: 0 auto;        	padding: 10px 10px;        	background: #ffce57;        	border: 5px solid #219b22;        	border-top: none;        }                #bot p {        	margin: 0;        	padding: 0;        	text-align: center;        	font-size: x-small;        	color: #a02b9d;        }                #bot a {        	color: #a02b9d;        }
