/* CSS Document */

/* Main tags */
body {
	background-color: white; 
	padding:0;
	margin:0;
	}
	
p {
	color:#000000;
}

th {
	text-align: left;
}

 a {
	color:#000000;
	border:0;
	text-decoration:none;
	font-weight:bold;
}

a img {
	border:0;
}

a:hover {
	text-decoration:underline;
	color:#B1B1B1;
}

a:visited {
	color:#000000;
	font-weight:normal;
}

div {
	padding:0;
	margin:0;
}

h1 {
	color:#FFFFFF;
}

h2 {
	color:#FFFFFF;
	font-size:large;
	margin:0;
}

h3 {
	color:#000000;
	font-size:x-large;
	margin:0;
}

/* My named divs */
#banner {
	width:1000px;
	height:100px;
	background-image: url(images/stretch.jpg);
	background-repeat:repeat-x;
}

#banner > img {
	padding:0;
	margin:0;
}

#end_banner {
	position:relative;
	left:532px;
}

#container {
	margin-left:13px;
	width:966px;
	border-left:solid 6px #B1B1B1;
	border-right:solid 6px #B1B1B1;
	border-bottom:solid 6px #B1B1B1;
	background-color:#000000;
}

#news_container {
	margin-left:170px;
	width:625px;
	background-color:#FFFFFF;
	margin-bottom:50px;
	border-top:solid 6px #B1B1B1;
}

#archive_container {
	margin-left:170px;
	width:625px;
	margin-bottom:50px;
	border:6px solid #B1B1B1;
	background:#FFFFFF;
}

#arc_number {
	width: 75px;
}

#arc_comic_name {
	width: 500px;
}

#arc_comic_date {
	width: 100px;
}

#news {
	border-right:solid 6px #B1B1B1;
	border-bottom:solid 6px #B1B1B1;
	border-left:solid 6px #B1B1B1;
}

#Post_Info > p{
	/* This is the date posted*/
	color:#000000;
	font-size:small;
	margin-left:20px;
	margin-top:0px;
}

#news_content > p {
	/* This is the content*/
	color:#000000;
	margin-left:20px;
}

#posterImage > img {
	margin:0;
	padding:0;
	border-bottom: solid 6px #B1B1B1;
	border-right: solid 6px #B1B1B1;
}

#imgcell {
	width:80px;
}

#left_side {
	border-top: solid 6px #B1B1B1;
}

#required {
	vertical-align:top;
	color:#FF0000;
	font-style:oblique;
}

#nav {
}

#content {

}


#right_side {
}

/* Classes */
.left {
	position:relative;
	width:150px;
	float:left;
	border-right:solid 6px #B1B1B1;
	border-bottom: solid 6px #B1B1B1;
}

.center {
	margin-left:150px;
	width:700px;
	margin-right:116px;
}

.right {
	position:relative;
	width:116px;
	right:0px;
	}


.center_text {
	text-align:center;
}
