BODY
{
	background-color: #FFFFFF;
	color: #101010;
	margin: 0;
	padding: 0px;
	font-family: courier;
	font-size: 86%;
}

IMG
{
	border: 0;
}

a.arch
{
	color: #353535;
	font-size: .9em;
	text-decoration: none;
	padding-right: 10px;
	line-height: 2em;
}

a:hover
{
	color: red;
}

a:visited
{
	color: #F00;
}

a.indent
{
	margin-left: 15px;
}

#main
{
	margin: 0 auto;
	width: 780px;
	background-image: url(/images/yac2006topnav.png);
	background-repeat: no-repeat;
	position: relative;
}

#comic
{
	width: 428px;
	height: 428px;	
	background-image: url(/images/comicFrameBG.png);
	background-repeat: no-repeat;
	padding: 30px 0 0 22px;
}

#legacycomic
{
	width: 428px;
	height: 428px;	
	background-image: url(/images/comicFrameBG.png);
	background-repeat: no-repeat;
	padding: 18px 0 0 13px;
}

#comicOffset
{
	padding-top: 170px;
	padding-left: 155px;
}

/*
COMIC PAGE
*/

#title
{
	font-weight: bold;
	font-size: 18px;
	display: block;
	margin-bottom: 5px;
}

/*
HOTSPOTS
*/

#back i, #archives i, #next i, #rss i { display: none; }

#back
{
	height: 60px;
	width: 125px;
	position: absolute;
	top: 100px;
	left: 0;
}

#archives
{
	height: 60px;
	width: 125px;
	position: absolute;
	top: 90px;
	left: 210px;
}

#next
{
	height: 60px;
	width: 125px;
	position: absolute;
	top: 90px;
	left: 420px;
}

#rss
{
	height: 60px;
	width: 70px;
	position: absolute;
	top: 90px;
	left: 600px;
}

#serieslink
{
	padding-top: 30px;
	float: right;
}
