body { background-color: #fff; color: #333; }

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #000; }
a:visited { color: #666; }
a:hover { color: #fff; background-color:#000; }

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}



body {
	width: 970px;
	margin: auto;
	margin-top: 20px;
	border: solid black thin;
	color: #6f5195;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 10pt;
}
div#header {
	width: 970px;
	height: 189px;
	background: url('/images/header.gif') no-repeat top left;
	margin: 0px;
}
div#container {
	background-color: #feffa3;
	padding: 10px 80px;
	margin: 0px;
	
}
div#comiclinks {
	text-align: center;
	margin-top: 30px;
}
div#sociallinks {
	text-align: center;
	margin-top: 30px;
}
.sociallink {
	border: solid  #6f5195 4px;
	margin-left: 15px;
}
div#footer {
	width: 100%;
	height: 135px;
	background: url('/images/footer.gif') no-repeat top left;
}
a.menu {
	display: block;
	width: 100px;
	height: 37px;
	text-decoration: none;
}
a.menu:hover { background-position: 0 37px;}
.displace {position: absolute; left: -5000px;}
a.home {	background: url('/images/home.gif'); }
a.gallery {	background: url('/images/gallery.gif'); }
a.links {	background: url('/images/links.gif'); }
a.about {	background: url('/images/about.gif'); }
a.contact {	background: url('/images/contact.gif'); }
#header ul {
	position: relative;
	margin-top: 134px;
	margin-left: 200px;
	height: 37px;
	list-style: none;
}
#header ul li {
	float: left;
	margin-right: 30px;
}