body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
	background: #9e0c0d;
	margin: 0px 0px 0px 0px;
	
}
.content {
	background: #fd7d00;
	color: inherit;
	width: 920px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
/* Top Banner */
#header {
	color: inherit;
	background-image: url(../images/banner_top.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 920px;
	height: 168px;
	text-align: justify;
}
#footer {
	font-size: smaller;
	display: inherit;
	float: none;
	width: 100%;
	text-align: center;
}
#header #o_img{
	position: relative;
	top: 40px;
	left: 150px;
}
/* Navigation */
#header #home {
	position: relative;
	top: 100px;
	left: -250px;
}
#header #comic {
	position: relative;
	top: 100px;
	left: -240px;
}
#header #archive {
	position: relative;
	top: 100px;
	left: -230px;
}
#header #extras {
	position: relative;
	top: 100px;
	left: -220px;
}
#header #links {
	position: relative;
	top: 100px;
	left: -210px;
}
/* News Page Specific */
#newspost {
	width: 900px;
	height: auto;
	background:#fd7d00;
	margin: 0px 0px 0px 0px;
	border: 0px;
	float: left;
	text-align: left;
	padding: 10px 10px 30px 10px;
	display: inline;
}
#words {
	width: 686px;
	padding: 10px 20px;
	margin: 10px 0px 0px 0px;
	height: auto;
	background:#fffddd;
	border: 1px solid #9e0c0d;
	
}
#subject {
	padding: 5px 5px;
	margin: 10px 0px;
	height: auto;
	width: 640px;
	border: 1px solid #9e0c0d;
	font-size: 24px;
	background: #fcd200;
	color: #9e0c0d;
	font-weight: bold;
}
#timestamp {
	font-size: 12px;
}
#avatar {
	float: right;
}
/* Comic Page Specific */
#comicpage {
	text-align: center;
	margin: 0px 0px 0px 0px;
	background: #fd7d00;
	width: 920px;
	height: auto;
	border: 0px;
	float: left;
	padding: 10px 00px 0px 00px;
	display: inline;
}
#striphead {
	width: 920px;
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	height: 40px;
	background:#fffddd;
	
}
#comicsub {
	padding: 5px 0px 5px 0px;
	margin: 0px 100px 0px 100px;
	height: auto;
	width: auto;
	border: 1px solid #9e0c0d;
	font-size: 22px;
	background: #fcd700;
	color: #9e0c0d;
	font-weight: bold;
}
	
#comicimage {
	width: 920px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #fd7d00;
	color: #FFFFFF;
}
/* Comic Navigation*/
#comicnav {
	width: 700px;
	height: auto;
	margin: 0px 0px 100px 100px;
	padding: 10px 0px 0px 0px;
	background: #fd7d00;
}
/* Avatars */
#avatar {
	display: inherit;
	width: 72px;
	height: 72px;
	padding: 0px 10px 0px 0px;
	image: url('../images/avatars/leo.png');
	float: left;
}
	
/* Side Banner */
#adright {
	display: inline;
	float: right;
	width: 160px;
	height: auto;
	margin-top: 10px;
	margin-left: 0px;
	image: url('../images/banner_right.png');
	text-align: right;
}
/* Link Behavior */
a:link, a:visited {
	text-decoration: underline;
	color: #000000;
	background-color: inherit;
}
a:hover, a:active {
	text-decoration: none;
	color: #9e0c0d;
	background-color: inherit;
}
img {
	border: 0px none;
}

