@charset "utf-8";
/* CSS Document */

body
{
	background: #BCC6B2 url(images/bkgrndGrad.jpg) repeat-x top;
	text-align: center;
}

img
{
	border: none;
}

#Main
{
	width: 760px;
	height: auto;
}

#Comic
{
	width: 100%;
	height: 350px;
	border: black 1px solid;
	text-align: center;	
	background: #92A17A;
	padding-top: 10px;
}

#ComicNav
{
	float: right;
	margin-right: 5px;
	margin-top: 20px;
}

#Container
{
	width: 100%;
	background: url(images/bkgrndDropShadowFar.jpg) top repeat-x;
}

#Content
{
	width: 710px;
	overflow: auto;
	text-align: justify;
	background: #788564 url(images/bkgrndDropShadowNear.jpg) top repeat-x;
	border: 1px solid black;
	border-top: none;
}
 

#ContentArea
{
	color: #172953;
	width: 500px;
	padding: 10px;	
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
}

#ContentArea a
{
	color: #FFCC00;
	text-decoration: none;
	border-bottom: dotted 1px #FFCC00;
}

#ContentArea h1
{
	font-size: larger;
	color: #00278A;
	font-family: Arial, Helvetica, sans-serif;	
}

#ContentNav
{	
	padding: 10px;
	float: right;
	text-align: center;
}

#Footer
{
	background: url(images/bkgrndDropShadowFar.jpg) top repeat-x;
	width: 710px;
	text-align: center;
	padding-top: 20px;
	font-weight: bold;
}