/*
"but i don't want to go among mad people" Alice remarked.
"oh you can't help that," said the Cat: "we're all mad here. i'm mad. you're mad."
"how do you know i'm mad?" said Alice.
"you must be," said the Cat, "or you wouldn't have come here."
*/

body, html {
  background: #fff url(./images/bg.jpg) repeat-y top center;
  cursor: help;
  text-align:justify;
  }
  body {
    margin:0px;
    padding:0px;
    text-align: justify;
    font-family: verdana;
    font-size:10px;
	cursor: help;
  }
  img { behavior: url(iepngfix.htc); }
  strong {
    font-size:15px;
  }
  h1, h2, h3, h4 {
    margin:0px;
    font-family: verdana, arial, helvetica;
    display:block;
  }
  h3 {
  background-color:#EEEEEE;
  padding:5px;
  font-size:12px;
	  }
  h1 {
    font-size:32px;
    color:#8a8a82;
    border-bottom:solid 1px #8a8a82;
  }
  h4 {
    font-size: 7px;
	color: #999999;
  }
  img, img a {
    border: 1;
	border-color:#FFFFFF;
    padding: 0px;
	cursor: help;
  }
  a:hover img {
    border: 1;
	border-color: #abc4ff;
    padding: 0px;
	cursor: help;
  }
  a, a:visited, a:active {
    text-decoration: none;
    color:  #444444;
    outline: none;
    font-size:10px;
	cursor: help;
  }
  a:hover {
    color: #5555dd;
	cursor: help;
  }
  a.news {
    text-decoration: underline;
    color: #444444;
    outline: none;
    font-size:10px;
	cursor: help;
  }
   a.news:hover {
    text-decoration: none;
    color: #5555dd;
	cursor: help;
  }
  #container {
    width: 640px;
    text-align: justify;
    height: 100%;
  } 
  #header {
	text-align:left;
	padding:0;
    height: 126px;
	width: 800px;
    }
  #topnav {
	text-align: right;
    font-size:10px;
	margin: -110px 90px 0 0;
  }
  #topnav a {
	height: 22px;
	background: #000;
    padding:5px 20px 5px 20px;
    font-family: verdana, arial, helvetica;
    text-decoration:none;
    color: #FFF;
  }
  #topnav a:hover {
    color:#FFF;
    background: #AE5037;
  } 
  #commentpost {
    font-size: 9px;
    background: #EEEEEE;
	margin: 10px;
	padding: 10px;
  }
  #commentpost:hover{
    background: #FFFFFF;
  }
  #archive {
    color:#DBDBDB;
  }
  h2 {
    margin-left:20px;
    font-size:25px;
    color:#ee7050;
  }
  .navbar {
    display:block;
    padding:5px;
    text-align:center;
    font-family:verdana, arial, helvetica;
  }
  .navbar a {
    text-decoration:none;
    color:#ffffff;
    font-weight:bold;
  }
  .navbar a:visited {
    color:#dddddd;
  }
  #comicset {
    display:block;
    clear:both;    
    text-align:center;
    margin: 0px;
    padding: 0px;
  }
  #comicimg {
    margin:0px;
    padding:0px;
  }
  #footer {
    font-size:10px;
    padding: 10px 0px 20px 0px;
    margin: 0px;
	cursor: help;
  }