body {
	background-color: #AAA;
	font-variant: small-caps;
	font-family: Times new Roman, Lucida, sans-serif;
	font-size: 12px;
}

#container {
	width: 600px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#header {
	margin: 0;
	padding: 0 0 5px 0;
	text-align: center;
	float: left;
	width: 508px;
	height: 73px;
}

#comic {
	background: url("img/clear.gif") repeat;
	padding: 5px 0;
	text-align: center;
	clear: both;
	width: 600px;
}

#archive {
	background: url("img/clear.gif") repeat;
	padding: 5px 0 0 0;
	margin: 0 auto 5px auto;
	text-align: center;
	clear: both;
	width: 450px;
}

#nav1 {
	background: url("img/clear.gif") repeat;
	padding: 0;
	margin: 0;
	text-align: center;
	float: right;
	width: 90px;
	height: 34px;
}

#nav2 {
	background: url("img/clear.gif") repeat;
	padding: 0;
	text-align: center;
	width: 600px;
	height: 34px;
}

#footer {
	margin: 0px;
	clear: both;
	padding: 0px;
	text-align: center;
	font-size: 12px;
}

#nav1 ul{
	margin: auto;
	padding: 0;
	list-style-type: none;
	width: 90px;
}
#nav2 ul{
	margin: auto;
	padding: 0;
	list-style-type: none;
	width: 470px;
}
#nav1 li, #nav2 li{
	float: left;
}
#nav1 ul li a{
	display: block;
	background: url("img/inav.gif") no-repeat;
	margin: 0 0 5px 4px;
	padding-top: 7px;
	width: 86px;
	height: 27px;
	background-color: #FFF;
	color: #000;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}
#nav2 ul li a{
	display: block;
	background: url("img/inav.gif") no-repeat;
	margin: 0px 4px 5px 4px;
	padding-top: 7px;
	width: 86px;
	height: 27px;
	background-color: #FFF;
	color: #000;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}
#nav1 ul li a:hover, #nav2 ul li a:hover{
	background-color: #000;
	color: #FFF;
}

.tr {
	margin: 0px auto;
	padding: 0;
	background: url("img/tr.gif") no-repeat right top;
}

/* top-left corner and left side */
.tl {
	margin: 0;
	padding: 0;
	background: url("img/tl.gif") no-repeat left top;
}

/* bottom-right corner and bottom side */
.br {
	margin: 0;
	padding: 0;
	background: url("img/br.gif") no-repeat right bottom;
}

/* bottom-left corner */
.bl {
	margin: 0;
	background: url("img/bl.gif") no-repeat left bottom;
	padding: 10px 10px;
}

h1 {
  font-size: 32px;
	padding: 0;
	margin: 8px 0 8px 0;
}
