body
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #000000;
}

a
{
	text-decoration: none;
}

#Container
{
	position: relative;
	width: 1079px;
	height: 580px;
	text-align: left;
	background-color: #AAAAAA;
	color: #000000;
	font-style: Arial;
}

#AdminContainer
{
	position: relative;
	width: 970px;
	height: 580px;
	text-align: center;
	background-color: #AAAAAA;
}

#TopMenu
{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 1059px;
	height: 75px;
	background-color: #FFFFFF;
}

#TopMenu a:link, #TopMenu a:visited, #TopMenu a:active, #TopMenu a:hover
{
	display: block;
	float: left;
	text-transform: uppercase;
	text-align: left;
	font-size: 16px;
	padding-left: 5px;
	padding-right: 15px;
	padding-top: 3px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#TopBanner
{
	position: absolute;
	top: 95px;
	left: 10px;
	width: 1059px;
	height: 50px;
	background-color: #FFFFFF;
	background-image: url("images/spacer.gif");
}

#TheComic
{
	position: absolute;
	top: 170px;
	left: 10px;
	width: 1059px;
	height: 380px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url("images/spacer.gif");
}

#TheContent
{
	position: absolute;
	top: 160px;
	width: 1079px;
	background-color: #AAAAAA;
	background-image: url("images/spacer.gif");
}

#TheInnerContent
{
	display: block;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
	background-image: url('images/spacer.gif');
	text-align: left;
}

#ComicNav
{
	position:absolute;
	top: 540px;
	left: 10px;
	width: 1059px;
	height: 54px;
	text-align: center;
}

#BlogContainer
{
		width: 1079px;
		min-height: 100px;
}

#LeftBlog
{
	float: left;
	width: 525px;

	text-align: left;
	color: #000000;
	background-color: #AAAAAA;
	padding: 5px 5px 5px 5px;
	margin-top: 10px;
}

#RightBlog
{
	float: right;
	width: 525px;

	text-align: left;
	color: #000000;
	background-color: #AAAAAA;
	padding: 5px 5px 5px 5px;
	margin-top: 10px;
}

#BottomAdBox
{
	display: block;
	width: 1079px;
	text-align: center;

	margin-top: 10px;

	background-color: #AAAAAA;
}

#StripTypeList a:link, #StripTypeList a:active, #StripTypeList a:visited
{
	display: block;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}

#StripTypeList a:hover
{
	text-decoration: underline;
}

.BlogEntry_Name
{
	display: block;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.BlogEntry_Subject
{
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.BlogEntry_Text
{
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}

	.BlogEntry_CommentsLink
{
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	color: #000000;
}

	.BlogEntry_CommentsLink a:link, .BlogEntry_CommentsLink a:visited, .BlogEntry_CommentsLink a:active
{
	text-decoration: none;
	color: #000000;
}

	.BlogEntry_CommentsLink a:hover
{
	text-decoration: underline;
}

	.comicList
{
	width: 576px;
}

	.comicList_Header
{
	text-align: left;
	font-weight: bold;
	font-style: Arial;
	color: #FFFFFF;
	background-color: #000000;
}

	.comicList_Item
{
	text-align: left;
	font-style: Arial;
}

	.comicList_Item a:link, .comicList_Item a:active, .comicList_Item a:visited, .comicList_Item a:hover
{
	color: #000000;
	text-decoration: underline;
	text-align: center;
}

	
