body { 
	background-color: #fff; 
	color: #000; 
	margin:10px 10px 0px 10px;
	padding:0px;
}

/** My Changes **/

div#comic_entries {
	position: relative;
	width: 98%;
}
div.comic_entry_container {
	border: 1px solid #787878;
	margin: 10px;
	float: left;
	width: 100%;
	overflow: auto;
}
div.comic_entry_header {
	padding: 10px;
	background: #eee;
	float: left;
	width: 100%;
}
div.comic_entry_description {
	padding: 10px;
	border-top: 1px solid #787878;
	float: left;
	width: 98%;
}

div.comic_entry_header a { color: #54B087; }
div.comic_entry_header a:visited { color: #54B087; text-decoration: none;}
div.comic_entry_header a:hover { text-decoration: underline; }

a { color: #54B087; }
a:visited { color: #54B087; text-decoration: none;}
a:hover { text-decoration: underline; }

div.comic_entry_header_big {
	padding: 10px;
	font-size: 2em;
	background-color: #076473;
}
.comic_header {
	background: #000;
	border-bottom: 1px solid #000;
}

h2.show_header {
	font-size: 1.5em;
	border: 1px solid #076473;
	background: #D6F567;
	width: 780px;
	padding: 10px;
	margin: 0px;
	color: #076473;
}
h3.show_header {
	font-size: 1.2em;
	border: 1px solid #076473;
	background: #D6F567;
	width: 780px;
	padding: 10px;
	color: #076473;
	clear: both;
}

.show_header a { color: #076473; } 

div.show_comic_desc {
	width: 790px;
	padding-left: 10px;
	font-size: 10px;
	background: #fff;
	margin: 0px;
	color: #323657;
}
div.comic_list_table {
	background: #fff;
	width: 100%;
}
div.comic_list_table table {
	width: 100%;
}
div.comic_list_table table tr th {
	background: #D6F567;
	color: #076473;
}
div.comic_list_table table tr td {
	padding: 3px;
}
.odd {background-color: #F9D8A2;}
.even {background-color: #FFF6E5;}
body, p, ol, ul, td {
  font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

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

a { color: #000; text-decoration: none;}
a:visited { color: #333; text-decoration: none; }
a:hover { text-decoration: underline; }

/** 3 col **/

#banner a { color: #D6F567;}
#banner a:visited { color: #D6F567; }

#leftcontent p {
	padding: 3px;
	font-size: 0.8em;
	text-align: justify;
	line-height: 1.0em;
}

#leftcontent {
	position: absolute;
	left:10px;
	top:53px;
	width:200px;
	background:#fff;
	border:0px solid #323657;
	color: #323657;
	}

#centercontent {
	background:#fff;
	border-right:0px solid #323657;
	border-bottom:0px solid #323657;
	border-left:0px solid #323657;
	border-top: 0px solid #323657;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 201px;
	width: 800px;
}
html>body #centercontent {
	margin-left: 201px;
}


#banner {
	background-color: #54B087;
	color:#D6F567;
	height:40px;
	border:1px solid #323657;
	width: 1001px;
	text-align: right;
	}
html>body #banner {
	height:40px;
	}
	
p,h1,pre {
	margin:0px 10px 10px 10px;
	}
	
h1 {
	font-size:14px;
	padding-top:10px;
	}
	
#banner h1 {
	font-size:14px;
	padding:10px 10px 0px 10px;
	margin:0px;
	}

#rightcontent p {
	font-size:10px
	}
	
div.pagination {
	width: 100%;
	text-align: center;
	padding-top: 5px;
	font-size: 12pt;
	font-weight: normal;
}
