
body { background-color: #000000;
	background-image: url(images/whitespacer.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: courier;
	}

.logo { position:absolute;
	top:0px;	
	left: 50%;
	margin-left: -234px;
	}


A:link {color:#003300; text-decoration:none; font-weight:bold}

A:visited {color:#660000; text-decoration:none; font-weight:bold}

A:hover {color:#990000; text-decoration:none; font-weight:bold}

A:active {color:#000000; text-decoration:none; font-weight:bold}

#body-main {
	margin-top: 118px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	width:760px;
	background: #000000;
	border-left:0px;
	border-right:0px;
	border-bottom: 50px solid #000000;
}

.comic {
	background-color: #000000;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	border-right:0px;
	border-left:0px;
	border-top:0px;
	border-bottom: 10px solid #000000;
}


.blog {
	margin-left: auto;

	margin-right: auto;

	width:750px;

	background-color:#ffffff;
	
}

.sidebar {

	width:160px;

	vertical-align:top;

	text-align:center;

}

.sidebar-heading {

	text-align:center;

	font-size:125%;

	font-family:courier;

	font-weight: bold;

	color:#ffffff;

	background-color:#000000;

}

.newswire {

	text-align:left;

	font-size:90%;

	font-family:courier;

	color:#000000

	margin-left:10px;

	margin-right:5px;

}



/* Fancy formatting on the fly*/





.left {

	text-align:left;

}

.center {

	text-align:center;

}

.justify {

	text-align:justify

}





table.pullout {

	width:170px;

	border-width:10px;

	border-style:solid;

	border-color:transparent;

}	

.pullout400 {

	width:400px;

	border-width:10px;

	border-style:solid;

	border-color:transparent;

}

img.wrappedtext {  

	border-width:10px;

	border-style:solid;

	border-color:transparent  

}







/*            ----BLOG STYLES----            */



.blogPost {

	border-width:0px;

	border-style:solid;

}

.storyTitle {

	font-family: times;

	font-style: bold; 

	font-size: 250%;

	text-align:left;

	margin-left: 50px;

	margin-right: 50px;

	margin-top: 40px;

	margin-bottom: 40px;

}

.storyAuthor  { 

	font-family: arial;

	font-size: 75%;

	text-align:left;

	margin-left:5px;

	margin-bottom:5px;

}

.storyContent {

	font-family:courier;

	text-align:left;

	margin-left:40px;

	margin-right:40px;

}

.rightFlush {

	font-family: arial;

	font-size:75%;

	font-size:75%;

	margin-left:5px;

	margin-bottom:5px;

	text-align:left;

}