* { 
margin:0; 
padding:0;
}


body {
	text-align: center;
	background: #cdddf6;
	color: #000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
	font-size: 11px;
	position: relative;
}

s {
	text-align: left;
	background: #FFF;
	color: #000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
	font-size: 10.5px;
	position: relative
}

a {
	color: #990000;
	font-weight: normal;
	text-decoration: none;
	border: none;	
}

a:hover {
	color: #4E56BD;
	text-decoration: underline
}

img.link {
	padding: 2px;
	border: 2px solid #ddd;
	}
	
img.notlink {
	padding: 2px;
	border: 2px solid white;
	}
	
img.link:hover {
	padding: 2px;
	border: 2px solid orange;
	}

img.notlink:hover {
	padding: 1px;
	border: 2px solid white;
	}

img {
	border: none;
	}
	
img:hover {
	border: none;
	}
	
h3 {
	color : #999;
	font-size: 15px;
	padding-bottom: 10px;
	}
	
#page
	{
	position: absolute;
	/* position: relative; */
	top: 85px;
	left: 5%;
	width: 90%;
	text-align: center;
	background: #FFF;
	}
	
#header {
	position: absolute;
	height: 85px;
	left: 5%;
	width: 90%;
	background: #FFF;
	}
	
#headerleft	{
	position:absolute;
	left: 0%;
	width: 33%;
	text-align: left;
	padding-left : 10px;
	padding-top: 5px;
	}
	
#headercenter {
	position:absolute;
	left:33%;
	width: 33%;
	text-align: left;
}
	
#headerright{
	position:absolute;
	font-size: 14px;
	right: 10%;
	padding-top: 5px;
	text-align: left;
	} 

#spacer
	{
	position:relative;
	font-size: 10px;
	letter-spacing: 2px;
	text-align:left;
	background: #eee;
	padding: 5px;
	}
			
#comic {
	position:relative;
	text-align: center;
	padding:15px;
	background: #FFF;
}

#comicleft{
	position:absolute;
	top: 50%;
	left: 1%;
	font: bold 15px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
}

#comicright{
	position:absolute;
	top: 50%;
	right: 1%;
	font: bold 15px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
}

#strip	{
	position:relative;
	text-align: center;
	padding: 5px 5px 5px 5px
}
 
#additions
{
	position: relative;
	height: 50px;
	width: 100%;
}

#stumble {
	position: absolute;
	left:2%;
	text-align: right;
	margin:2px;
	padding:2px;
}

#purchase {
	position: absolute;
	text-align: right;
	margin-left:auto;
	margin-right:auto;
	padding:2px;
}

#nav {
	position: relative;
	height: 50px;
	width: 100%;
}

#navigator {
	position:absolute;
	left: 0%;
	width: 50%;
	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
	background: #eee;
}

#archive {
	position:absolute;
	left: 50%;	
	width: 50%;
	text-align: center;
	font-size: 12px;
	padding-top:5px;
	padding-bottom:5px;
	background: #eee;
}

#archive p 
	{
	font-size:1.2em;
	}

#information {
	display: inline;
	position: absolute; 
	width:100%;
	min-height: 800px;
	background: #FFF;
	}
	
#news {
	border-right: thin solid #ddd;
	border-left: thin solid #ddd;
	/* position: absolute; */
	position: relative;    
	left: 0%;
	min-height: 800px;
	width:45%;
	min-width:45%;
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	text-align: left;
	background: #FFF;
}

#news img {
	display: block;
	margin-left: auto; 
	margin-right: auto;
	right: auto;
	left: auto;
	padding:5px;
	}

#links {
	position: absolute;
	border-right: thin solid #ddd;
	left: 50%;
	width: 240px; 
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	text-align: left;
	background: #FFF;
}

div.store {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	} 

#ad {
	position: absolute;
	/* border: thin solid #ddd; */
	 right: 0%; 
	/*right: -20px;*/
	width: 160px;
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	text-align: center;
	background: #FFF;
}

#copyright {	
	left: 5%;
	width: 90%;
	font-size: 9px;
	text-decoration: none;
	color: #8C8C8C;
	background: #fff;
	text-align: center;
	padding-top: 20px;
}

#striptitle{
	font: bold 11.5px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
	letter-spacing: 2px;
	color:#000;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	display: block
}

img.ad {
	border: solid 1px #bbb;
	} 

p {
	margin : 0.3em;
	}
	
div.center {
	position: relative;
	font-size: 15px;
	padding-top: 15px;
	letter-spacing: 2px;
	text-align: center;
	}
