@charset "utf-8";


html {
min-height: 101%;
}

#container {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 620px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	padding: 5px;
	height: auto;
}


#navigation {
	padding: 0px;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#blog {
	text-align: center;
	background-color: #FFF;
	color: #1A193D;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border: 1px solid #252525;
}

#ads {
	color: #FFF;
	font-size: 10px;
	float: right;
	text-align: center;
	width: 120px;
	margin: 0px;
	padding: 0px;
	background-color: #666;
}
#copyright {
	font-size: 10px;
	color: #000;
	text-align: center;
}

.hilite {
	background-color: #FFF;
}
/* CSS Document */

body {
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
	background-image: url(images/comicindexbackground.gif);
	background-color: #252525;
	background-attachment: fixed;
}
.ContentMargin {
	padding: 6px;
}




h1 {
	font-size: 18px;
	color: #FFF;
	margin-bottom: 8px;
	margin-top: 0px;
	font-weight: bold;
}

a:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#navigation a {
	color: #000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navigation a:visited {
	color: #000;
}
#navigation a:hover {
	color: #666;
}

.titleBack {
	color: #FFF;
	margin: 0px;
	padding: 6px;
	background-color: #252525;
}

.titleBack a {
	color: #FFF;
}
.titleBack a:visited {
	color: #FFF;
}



.titleBack a:hover {
	color: #000;
}

.floatleft {
	text-align: center;
	float: left;
	width: 450px;
	margin-top: 20px;
}
.clear {
	clear: both;
}
