/* CSS Document */
    body {
	    background-color: silver;
	    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		background: url(images/graphics/background_center.gif) silver top left repeat-y;
    }  
    
    img{
        border: 0;
    }
    a {
	    font-weight: bold;
	    font-size: 16px;
	    border: 0;
	    text-decoration: none;
    }
    a:link { color: #0066cc;  }
    a:visited { color: #0066cc; }
    a:hover { color: #114477; }
	
	div#contents{
	height:auto;
	position:absolute;
	top:0;
	left:0px;
	}
	
	div#header {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	}
	
	div#navigation {
	position: absolute;
	top:116px;
	left:5px;
	width:9em;
	z-index:0;
	}

	div#google {
	margin-left:20px;
	margin-right:auto;
	}
	
	div#tracking {
	margin-left:35px;
	margin-top:10px;
	margin-right:auto;
	}
	
	div#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
	div#navigation li {
	margin: 0 0 0.15em;
	}
	
	div#navigation li a {
	/*
	background: url(images/graphics/css-nav.gif) #fff bottom left repeat-x;
	*/
	background:#fff;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 9em;
	display: block;
	border: 1px solid black;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
	}
	div#navigation li a:link { color: #0066cc;  }
	div#navigation li a:visited { color: #0066cc; }
	div#navigation li a:hover { color: #114477; }

	 /* Hide from IE5-Mac \*/
	div#navigation li a
	{
	float: none
	}
	/* End hide */
	
	div#center {
	position: relative;
	width:550px;
	margin-left:156px;
	margin-right:auto;
	padding: 1em;
	z-index:2;
	}

	
	div#center img {
	vertical-align:middle;
	padding-left:2px;
	padding-right:2px;
	}
	
	.comicfile {
	border: 1px solid gray;
	margin-top:5px;
	}
	
	.navtext {
	text-align: center;
	font-weight:bold;
	}
	
	div#blog_title {
	position:relative;
	/*
	background: url(images/graphics/css-nav.gif) #fff bottom left repeat-x;
	*/
	background: silver;
	width:510px;
	margin-top:4px;
	margin-left:-4px;
	border: 1px solid black;
	padding: 3px;
	text-align: center;
	font-weight:bold;
	}
	
	.greyed {
	color: #C0C0C0;  }
	}
	
	div#blog {
	position:relative;
	background: white;
	padding: 3px;
	}
	
	div#blog p {
	width:510px;
	font-size:13px;
	}
	
	div#blog a {
	font-size:13px;
	}
	
	div#blog .title {
	font-size: 1em;
	}
	
	div#archive_title {
	position:relative;
	/*
	background: url(images/graphics/css-nav.gif) #fff bottom left repeat-x;
	*/
	background: silver;
	width:510px;
	margin-top:4px;
	margin-left:-4px;
	border: 1px solid black;
	padding: 3px;
	text-align: center;
	font-weight:bold;
	}
	
	div#archive {
	font-size:13px;
	position:relative;
	background: white;
	width:510px;
	margin-left:-4px;
	padding: 3px;
	}
	div#archive a {
	font-size:13px;
	}
