body
{
	background-color:			#000000;
	color:						#FFFFFF;
	
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					12px;
}

#container
{
	margin-left:				auto;
	margin-right:				auto;
	
	width:						1010px;
	
	text-align:					center;
}

#SiteTitle
{
	width:						650px;
	margin-left:				auto;
	margin-right:				auto;

	text-align:					left;
	
	vertical-align:				bottom;

	border-style:				solid;
	border-width:				0px;
	border-bottom-width:		1px;
	border-bottom-color:		#FFFFFF;
}

#SiteTitle h1
{
	width:						670px;
	height:						157px;
	
	background:					url("images/min-arial/title.jpg");
	background-repeat:			no-repeat;
	
	padding-bottom:				2px;
	margin:						0px;
}

#SiteTitle p
{
	font-size:					14px;
	float:						right;
}

#SiteTitle p a
{
	color:						#000000;
	background-color:			#FFFFFF;
	padding:					2px;
	text-decoration:			none;
}

#SiteTitle p a:hover
{
	color:						#FFFFFF;
	background-color:			#000000;
}

#SiteTitle h1 span
{
	display: 					none;
}

#SiteTitle img
{
	text-align:					left;
	padding:					0px;
	margin:						0px;
}

#comic
{
	margin-left:				auto;
	margin-right:				auto;
	
	text-align:					center;
	
	width:						1000px;
}

#comic img
{
	border:						none;
}

#comic select
{
	font-size:					10px;
	height:						12px;
	
	border-style:				solid;
	border-width:				0px;
	border-bottom-color:		#FFFFFF;
	border-top-color:			#FFFFFF;
}

div.ComicNavButtons
{
	height:						14px;
	width:						200px;

	margin-top:					5px;
	margin-bottom:				5px;

	border-style:				solid;
	border-width:				0px;
	border-bottom-color:		#FFFFFF;
	border-top-color:			#FFFFFF;
	
	color:						#888888;

}

a.ComicNav
{
	color:						#FFFFFF;
	text-decoration:			none;
}

a.ComicNav:hover
{
	color:						#000000;
	background-color:			#FFFFFF;
}

#TopComicNav
{
	text-align:					left;
}

#TopComicNav select
{
	margin-top:					2px;
	float:						right;
	border-bottom-width:		1px;
}

#TopComicNavButtons
{
	border-bottom-width:		1px;
}

#TopMenuLink
{
	float:						left;
	text-align:					left;
	width:						50px;
}

#BotComicNav
{
	text-align:					right;
}

#BotComicNav select
{
	float:						left;
	border-top-width:			1px;
}

#BotComicNavButtons
{
	margin-left:				auto;
	border-top-width:			1px;
}

#BotMenuLink
{
	float:						right;
	text-align:					right;
	width:						50px;
}

#SiteFooter
{
	margin-left:				auto;
	margin-right:				auto;
	border-style:				solid;
	width:						650px;
	border-width:				0px;
	border-top-width:			1px;
	border-top-color:			#FFFFFF;
}

#SiteFooter p
{
	text-align:					right;
	margin:						0px;
}

#news
{
	margin-left:				auto;
	margin-right:				auto;
	margin-bottom:				0px;

	text-align:					left;
	width:						650px;
	
	border-color:				#FFFFFF;
	border-style:				solid;
	border-width:				0px;
	border-top-width:			1px;
	/*border-bottom-width:		1px;*/
}

#NewsItem
{
	width:						320px;
}

#NewsItem h4
{
	width:						320px;
	height:						50;
	
	padding:					0px;
	margin:						0px;

	border-style:				solid;
	border-color:				#FFFFFF;
	border-width:				0px;
	border-bottom-width:		1px;
}

#NewsItem h4 span
{
	display: none;
}

#NewsItem.DeItem
{
	float:						left;
	clear:						left;
}

#NewsItem.DeItem h4
{
	background:					url("images/min-arial/quillbladeweb.gif");
	background-repeat:			no-repeat;
}

#NewsItem.LeItem
{
	float:						right;
	clear:						right;
}

#NewsItem.LeItem h4
{
	background:					url("images/min-arial/planbweb.gif");
	background-repeat:			no-repeat;
}

#NewsItem a
{
	color:						#FFFFFF;
	text-decoration:			underline;
}

#NewsItem a:hover
{
	color:						#777777;
	text-decoration:			none;
}

#NewsItem h3
{
	font-size:					16px;
	margin-top:					5px;
	margin-bottom:				0px;
}

#NewsItem p
{
	margin-top:					0px;
	margin-bottom:				10px;
}

#NewsItem p.FTR
{
	margin-left:				auto;
	margin-right:				auto;
	text-align:					right;
	color:						#777777;
	
	border-style:				solid;
	border-color:				#FFFFFF;
	border-width:				0px;
	border-bottom-width:		1px;
}

#clearer
{
	clear:						both;
}


