BODY.index
{
	background-color: #efefef;
	margin: 0px;
	padding: 0px;
}

DIV.fullScreen
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

DIV.container
{
	z-index: auto;
	position: absolute;
	width: 482px;
	height: 458px;
	padding: 0px;
	margin: 0px;
	border: solid 1px #666666;
	background-color: #cccccc;
	/* BACKGROUND IMAGE CALLED FROM INDEX PAGE background-image: url(../images/frontpage01-1.gif); */
	background-repeat: no-repeat;
}

/* DIV.miniPic
{
	z-index: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 49px;
	height: 50px;
	background-color: #a2cbe1;
	border: solid 2px #000000;	
} */

TD.miniPic
{
	background-color: #a2cbe1;
}

TD.issueTxt
{
	text-decoration: none;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #003366;
	padding-top: 6px;
	border-top: solid 2px #000000;
}

DIV.issue
{
	z-index: auto;
	position: absolute;
	top: 4px;
	left: 4px;
	/* width: 49px;*/
	height: 78px;
	/*padding-top: 10px;*/
	background-color: #8BAFC2;
	border: solid 2px #000000;	
}

/* DIV.issueTxt
{
	z-index: auto;
	position: relative;
	top: 6px;
	left: 1px;
	text-decoration: none;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #336699;	
} */

DIV.swearboyLogo
{
	z-index: auto;
	position: absolute;
	top: 4px;
	left: 72px;
	width: 217px;
	height: 46px;
	
}

DIV.barcode
{
	z-index: auto;
	position: absolute;
	bottom: 4px;
	left: 4px;
	width: 71px;
	height: 84px;
}

/* DIV.barcode2
{
	z-index: auto;
	position: absolute;
	bottom: 4px;
	left: 4px;
	width: 69px;
	height: 71px;
} */

DIV.coverTitle
{
	z-index: 105;
	position: absolute;
	bottom: 4px;
	right: 4px;
	padding: 2px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: #BBC1C4;
	background-color: #5C8398;
	border: solid 2px #406579;
	
}

DIV.menu
{
	z-index: 1;
	position: absolute;
	background-image: url(../images/frontpagemenuback.gif);
	background-repeat: no-repeat;
	top: 0px;
	/* left: 300px; */
	right: 0px;
	width: 180px;
	/* 
	PROBLEM:
		Height at 100% works in both browsers until a mouseover mouseout
		IE pushes the height of menu outside of DIV.container
		Height at exact size works in IE but Firefox is 2 pixels short
	CAUSE:
		Firefox calculates 0px, 0px without including the div border, and starts 0,0 over top of the border
		IE starts 0,0 inside of the border
	FIX:
		add padding to compensate
	 */
        height: 456px;
	padding: 1px;
	margin: 0px;
	background-color: #cccccc;
	border-left: solid 1px #666666;
}

DIV.copyright
{
	z-index: auto;
	position: absolute;
	top: 460px;
	left: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
}

/* FRONT PAGE MENU SELECTION DIVS */

DIV.menuAbout
{
	z-index: auto;
	position: absolute;
	top: 44px;
	left: 30px;
	width: 106px;
	height: 35px;
	/* border: solid 1px #000000; */
	cursor: hand;
}

/* -------------- first skulls sit 14 pixels from top of menu div, 12 pixels or so for smaller ones */

DIV.skullAbout
{
	z-index: auto;
	position: absolute;
	top: 58px;
	left: 9px;
	visibility: hidden;
}

DIV.menuFonts
{
	z-index: auto;
	position: absolute;
	top: 90px;
	left: 47px;
	width: 100px;
	height: 35px;
	cursor: hand;
}

DIV.skullFonts
{
	z-index: auto;
	position: absolute;
	top: 102px;
	left: 26px;
	visibility: hidden;
}

DIV.menuPortfolio
{
	z-index: auto;
	position: absolute;
	top: 140px;
	left: 22px;
	width: 155px;
	height: 45px;
	cursor: hand;
}

DIV.skullPortfolio
{
	z-index: auto;
	position: absolute;
	top: 154px;
	left: 3px;
	visibility: hidden;
}

DIV.menuContact
{
	z-index: auto;
	position: absolute;
	top: 210px;
	left: 47px;
	width: 106px;
	height: 30px;
	cursor: hand;
}

DIV.skullContact
{
	z-index: auto;
	position: absolute;
	top: 222px;
	left: 158px;
	visibility: hidden;
}

DIV.menuLinks
{
	z-index: auto;
	position: absolute;
	top: 246px;
	left: 15px;
	width: 62px;
	height: 30px;
	cursor: hand;
}

DIV.skullLinks
{
	z-index: auto;
	position: absolute;
	top: 256px;
	left: 82px;
	visibility: hidden;
}