body
{
	background-image: url(background.jpg);
	font-family: "Trebuchet MS" "Franklin Gothic" "Verdana" sans-serif;
	margin: 0;
	color: #FF709F;
}

.oborder
{
	width: 5px;
	background-color: #808080;
	filter:alpha(opacity=25);
	opacity: 0.25;
	-moz-opacity:0.25;
}

.iborder
{
	width: 1px;
	background-color: #FF709F;
	color: #FFCCCE;
}

.window
{
	width: 900px;
	margin: 0;
	background-image: url(glass.png);
}

.menu
{
	width: 200px;
	padding: 1em 0.25em 0em 0.5em;
}

.logo
{
	display: block;
	margin-left: 0;
	margin-right: auto;
	max-width: 189px;
	width: expression(this.width > 175 ? 175: true);
	margin-bottom: 0.5em;
	border: 0px;	
}

.bannerarea
{
	margin: 0px;
	height: 368px;
}

.menuitem
{
	display: block;
	background-color: #E55973;
	color: #FFCCCE;
	border: 1px solid #FF709F;
	width: 175px;
	height: 1.5em;
	padding: 0.5em 7px;
	margin-bottom: 0.75em;
	font-variant: small-caps;
	text-decoration: underline;
}

a.menuitem:hover
{
	background-color: #FFCCCE;
	color: #FF709F;
}

.content
{
	width: 700px;
	padding: 1em 0.25em 0em 0.5em;
}

#comic_title
{
	display: block;
	width: 675px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #E55973;
	color: #FFCCCE;
	border: 1px solid #FF709F;
	font-variant: small-caps;
	font-size: large;
	text-indent: 5px;
}
	
#comic_date
{	
	display: block;
	color: black;
	width: 675px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	font-size: x-small;
	font-style: italic;
	margin-bottom: 1em;
	text-indent: 10px;
}

	

.comic
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
	max-width: 675px;
	width: 675px;
	width: expression(this.width > 675 ? 675: true);
}

.controlcell
{
	width: 62px;
	
}

.control
{
	display: block;
	width: 50px;
	font-variant: small-caps;
	background-color: #E55973;
	color: #FFCCCE;
	border: 1px solid #FF709F;
	text-decoration: none;
	text-align: center;
}

a.control:hover
{
	background-color: #FFCCCE;
	color: #FF709F;
}

#comic_comment
{
	display: block;
	width: 650px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	border: 1px solid #FF709F;
	text-align: left;
}

.comic_comment_title
{
	background-color: #E55973;
	color: #FFCCCE;
	width: 100%;
	font-variant: small-caps;
	font-size: medium;
	text-indent: 5px;
}

.comic_comment_text
{
	color:black;
	font-size: medium;
	margin-top: 0em;
	font-weight: normal;
	text-indent: 5px;
}


#news
{
	display: block;
	width: 350px;
	height: auto;
	min-height: 135px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 2em;
	border: 1px solid #FF709F;
	text-align: left;
}

#news h1
{
	display: block;
	background-color: #E55973;
	color: #FFCCCE;
	font-variant: small-caps;
	margin: 0px;
	border-bottom: 1px solid #FF709F;
	width: 100%;
	font-size: large;
	text-indent: 5px;
}

#news h2
{	
	display: block;
	font-size: x-small;
	font-style: italic;
	text-indent: 10px;
	color: black;
}

#news h3
{
	display: block;
	color:black;
	font-size: medium;
	margin-top: 0em;
	font-weight: normal;
	text-indent: 5px;
	margin-left: 0.25em;
}

#news h4
{
	display: block;
	color:black;
	font-size: small;
	font-style: italic;
	text-align: right;
	margin-top: -1em;
	padding-right: 3px;
	font-weight: normal;
}

.avatar
{
	display: block;
	float: left;
	padding: 0.25em;
	width: 100px;
	height: 100px;
}

#adsense
{
	display: block;
	width: 468px;
	height: 60px;
	margin: 1em auto 1em auto;
}

.footer
{
	text-align: center;
	font-size: x-small;
	font-style: oblique;
	color: black;
}

#archivetable
{
	background-image: url('white.png');
	border: 1px solid #FF709F;
}

#archive a
{
	display: block;
	background-color: #FFCCCE;
	font-variant: small-caps;

	border: 1px solid #FF709F;
	text-decoration: underline;
	text-align: center;
}

.arch_year
{
	display: block;
	background-color: #FFCCCE;
	font-variant: small-caps;
	color: #FF709F;
	border: 1px solid #FF709F;
	text-decoration: none;
	text-align: center;
}

.currentyear
{
	color: #FF0054;
}

.cal
{
	color: #FF0054;
}


.bgimage
{
	display: block;
	position: absolute;
	left: 50%;
	top: 342px;
	padding-left: 86px;
}

#characters {
		
	}

#characters h1 {
		margin: 1em 0.25em 0.25em 0.25em;
		/*font-family: sans-serif;*/
	}

#characterstable {
		width: 100%;
		height: 100%;
		background-image: url('white.png');
		border: 1px solid #FF709F;
	}
	
.c_desc {
		padding-left: 1.25em;
		text-align: justify;
		color: black;
	}
	
.c_desc_2 {
		padding-left: 1.25em;
		text-align: justify;
		color: black;
	}
	
#newsarchive
{
		width: 100%;
		height: 100%;
		background-image: url('white.png');
		border: 1px solid #FF709F;
}

#faqtable
{
		width: 100%;
		background-image: url('white.png');
		border: 1px solid #FF709F;
}

#faq
{
	margin-left: 0.25em;
}

.question {
	font-size: medium;
	color: #5591E2;
	margin-left: 0.5em;
	margin-right: 0.25em;
}

.answer {
	font-size: medium;
	color: #F6666F;
	margin-left: 0.5em;
	margin-right: 0.25em;
}

#faq a {
	text-decoration: none;
	color: #0064EB;
}

.marstrike {
	text-decoration: line-through;
}

.marnormal {
}

