  body, html {
	background-color:#e5ecf3;
  }
  
  body {
	margin:0px;
	padding:0px;
	text-align: center;
  }
  
  h1, h2, h3, h4 {
	margin:-5px auto;
	font-family: Lucida, sans-serif;
	font-variant: small-caps;
	font-weight: 500;
	display:block;
	width:780px;
	margin-bottom:2px;
	padding-bottom:4px;
  }
  h1 {
	font-size: 2px;
	color: #96A8C8;
  }
  
  h2 {
	font-size:25px;
	color:#e5ecf3;
	background-color:#513D50;
  }

  
  #container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 75px;
	background: #523f51;
  }

  #lowercontainer {
	width: 780px;
      margin-left: auto;
      margin-right: auto;
      padding-top:5px;
      background: #513d50;
  }


  #header {
	float: center;
	width: 780px;
	background-color:#513d50;
	color:#D2DCF3;
	margin-bottom: -16px;
  }
 

  #menubar {
	width: 780px;
	height: 25px;
	margin: 0 auto;
	padding: 0;
	background: #513d50;
      margin-bottom: 20px;
	}

  #menunav {
	margin: 0 auto;
	padding: 0;
	float: right;
	font-size: 19px;
	}

	#menunav a  {
		margin: 0;
		color: #aaa;
		text-decoration: none;
		background: #222;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;	
		-webkit-border-radius: 10px;
		border-radius: 10px;
		}

		#menunav a:hover {
			color: #fff;
			background: #555;
			} 
		
		.prev {
			padding: 0 2px 0 0;
			}
		
		.next {
			padding: 0 0 0 2px;
			}
  
  #menu {
	color: #fff3e7;
	font-size: 16px;
	font-family: verdana, arial, helvetica;
	text-align: center;
	}

	#menu ul {
		display: table;
		margin: 0 auto;		
		padding: 0;
		list-style: none;
		white-space: nowrap;	
		}

	#menu li {
		display: table-cell;
 		margin: 0;
 		padding: 0;
		}
	
	#menu li a {
		height: 28px;
		padding: 0 19px 0 19px;
		display: block;
		float: left;
		color: #fff3e7;
		line-height: 25px;
		text-decoration: none;
		border: none;
		}
	
	#menu li a:hover {
		color: #513d50;
  	      background: #e5ecf3;
		}

  .menucontainer { clear: both; text-decoration: none; }

  
  #linkset {
	display:block;
	clear:both;
	margin:-16px 0px -5px 0px;
	width:780px;
	text-align:center;
	background-color:#eeeeee;
  }

  #toplinkleft {
	float: left;
	width: 311px;
	height: 75px;
	background-color:#b9cab7;
	color:#D2DCF3;
  }  

  #toplinkcenter {
	float: left;
	height: 75px;
	background-color:#b9cab7;
  }

  #toplinkright {
	float: left;
	background-color:#b9cab7;
  }


  #dropdownform {
	float:right;
	margin:0px;
	padding:0px;
	font-size:14px;
	background-color:#444444;
	color:#ffffff;
  }

  .navbar {
	display:block;
	margin:-1px auto -4px;
	text-align:center;
	color:#fff3e7;
	font-family:verdana, arial, helvetica;
	width:780px;
	background: #513d50;
	padding-top:5px;
	padding-bottom:5px;

  }
  .navbar a {
	text-decoration:none;
	color:#fff3e7;
	padding:0px 20px;
  }
  .navbar a:visited {
	color:#fff3e7;
  }
  .navbar a:hover {
      height:25px;
	color: #513d50;
  	background: #e5ecf3;
      padding-top:4px;
      padding-bottom:4px;
  }


  #comicset {
	display:block;
	clear:both;
	margin:-15px 0px 5px 0px;
	text-align:center;
	background-color:#e5ecf3;
  }
  #comicimg {
	margin:0px 0px 5px 0px;
  }
  

  #linkset {
	display:block;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:#513d50;
	color: #fff3e7;
	font-size: 16px;
	font-family: verdana, arial, helvetica;
	text-align: center;
  }


  #linkset a {
	color: #fff3e7;
      font-weight:bold;
		}

  .newspost {
	display:block;
	margin:20px;
	background-color:#ebf1d5;
	border:solid 1px #444444;
  }
  .newspost h3 {
	padding:5px;
	border-bottom:dashed 1px #555555;
	background-color:#d6ded4;
  }
  .newspost p {
	margin-left:15px;
  }
  .newslink {
	margin:15px 0px 0px 0px;
	padding:0px 15px 3px 15px;
	display:block;
	text-align:right;
	font-family:verdana, arial, helvetica;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
	background-color:#444444;
  }
  
  .commentpost {
	display:block;
	padding:5px;
	border:solid 1px #dddddd;
	background-color:#d6ded4;
	text-align:left;
  }


  #archive {
	float: center;
  }
  #archive a {
	padding:0px 12px 0px 6px;
	font-family:verdana, arial, helvetica;
	text-decoration:none;
	color:#4E463F;
    
  }
  #archive a:hover {
	color:#6b7680;
  }

  #footer {
	float: center;
	color:#fff3e7;
	color: #fff3e7;
	font-size: 12px;
	font-family: verdana, arial, helvetica;
	text-align: center;
	
  }

  #footer a {
	padding:0px 12px 0px 6px;
    
  }
  #footer a:hover {
	color:#d8e6d7;
  }

  #ads {
	padding:0px 1px 0px 0px;
  }

table.sample {
	border-width: 4px 4px 4px 4px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: rgb(82, 63, 81) rgb(82, 63, 81) rgb(82, 63, 81) rgb(82, 63, 81);
	border-collapse: separate;
	background-color: ;

}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: outset outset outset outset;
	border-color: rgb(82, 63, 81) rgb(82, 63, 81) rgb(82, 63, 81) rgb(82, 63, 81);
	background-color: rgb(82, 63, 81);
	-moz-border-radius: 0px 0px 0px 0px;
       font-family:verdana, arial, helvetica;
       text-decoration:none;
       color:#e5ecf3;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: outset outset outset outset;
	border-color: rgb(82, 63, 81) rgb(82, 63, 81) rgb(82, 63, 81) rgb(82, 63, 81);
	background-color: rgb(229, 236, 243);
	-moz-border-radius: 0px 0px 0px 0px;
        font-family:verdana, arial, helvetica;
        text-decoration:none;
        color:#4E463F;

}
