body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #535353;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
	font-size: small;
	position: relative;
}



h1 {
        color: #AFAAA0;
        font: 10px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
        letter-spacing: 3px;
        text-align: left;
        height: 14px;
        margin: 0px;
        text-decoration: none;
	text-weight: none;
}

img {
	border: none;
	margin: 0px;
	margin-right: 0px;
}


#heading{
	background: #AFAAA0;
	color: #000;
	topmargin: 0px;
}

#pagecontainer {
	width: 640px;
	background: #DFDDD0;
	margin-left: auto;
	margin-right: auto;
}

#logo {
  background: url('http://www.sleepyewe.co.uk/pics/title.png') center no-repeat;
  width: 100%;
  height: 100px;

}


comicnav
{                     
  background: #FFF;         
}
 


ul#nav {
	display: block;
	height: 1.5em;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0px;
	list-style-type: none;
	background: #AFAAA0;
}

ul#nav li a {
	float: left;
	width: 6em;
	height: 1.5em;
	margin: 0;
	background: #AFAAA0;
	padding: 0px 0px 0px 12px;
	border-right: 1px solid #524B47;
	border-left: none;
	color: #FFFFFF;
	font-size: small;
	line-height: 16px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
}

ul#nav li a:hover {
	background:#524B47;
}


a {
        color: #342C9E;
        font-weight: normal;
        text-decoration: none;
}

a:hover {
        color: #000000;
        text-decoration: underline;
}


a:link {
        color: #342C9E;
        }

a:visited {
        color: #342C9E;
        }

a:active {
        color: #342C9E;
        }