/*General*/
BODY
{
	margin: 0;
	color: #000;
	font: 0.6em Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(images/bg.gif) repeat fixed 50% 0;
}
IMG
{
	border-style: none;
}
A
{
	text-decoration: none;
	color: #ffffff;
}
A:hover
{
	text-decoration: none;
	color: #343434;
}
.clear
{
	clear: both;
}
P
{
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 12px;
	margin-bottom: 15px;
}
.small
{
	color: #4C4C4C;
	font-size: 10px;
}
/*Headers*/
H1
{
	border-bottom: 1px solid #000000;
	color: #DAEE2D;
	font-family: "Helvetica Nueue", "Trebuchet MS", Arial, sans-serif;
	font-size: 2.2em;
	margin: 0;
	padding: 0px;
	text-align: left;
}
H2
{
	margin: 5px;
	font-family: Helvetica, "Trebuchet MS", Arial, Calibri, sans-serif;
	font-size: 1.5em;
	text-align: center;
}
H3
{
	margin: 16px 5px 5px;
	font-family: Helvetica, "Trebuchet MS", Arial, Calibri, sans-serif;
	font-size: 1.5em;
	border-bottom: 1px solid #000000;
}
H4
{
	margin: 0px;
	color: #FFFFFF;
	font-family: Helvetica, Arial, Calibri, sans-serif;
	font-size: 18px;
	text-align: center;
}
/*Navigation*/
.top-nav
{
	overflow: hidden;
	width: 730px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 86px;
	left: 176px;
	z-index: 3;
}
.top-nav LI
{
	float: left;
	margin-right: 7px;
}
.top-nav, .top-nav A
{
	color: #F7F6C3;
	font-size: 13px;
	text-transform: uppercase;
}
.top-nav A
{
	background: #242424;
	padding: 7px 12px 6px;
	display: block;
}
.top-nav A:hover
{
	text-decoration: none;
	color: #242424;
	background: #FFF;
}
/*Ribbon*/
.ribbon
{
	background: url(images/ribbon.png) no-repeat;
	height: 49px;
	overflow: hidden;
	padding: 8px 15px 0;
	position: relative;
	z-index: 1;
}
.ribbon .left
{
	float: left;
	padding-right: 17px;
}
/*Content*/
#main
{
	width: 922px;
	margin: 0 auto;
	padding: 0 0 15px;
	overflow: hidden;
}
#header
{
	background: url(http://www.files.two-keys.com/header.png) no-repeat;
	height: 1296px;
	width: 922px;
	margin-top: 21px;
	position: absolute;
	z-index: 0;
}
.bgbody
{
	background: url(images/bgbody.png) repeat-y;
	margin-top: 1296px;
}
.content
{
	overflow: hidden;
	height: 1%;
	padding-bottom: 60px;
	position: relative;
	z-index: 2;
	top: -10px;
}
.content .left
{
	float: left;
	width: 600px;
	margin-left: 46px;
	display: inline;
}
.content .right
{
	background: transparent url(images/white.png) repeat scroll 0 0;
	float: right;
/*padding: 8px;*/
	width: 250px;
	text-align: center;
	text-align: -moz-center;
}
.footer
{
	margin-top: 10px;
	padding: 5px 5px 5px 40px;
	width: 900px;
	background: url(images/bgbody.png) repeat-y;
}
/*Comic*/
.comic
{
	margin: 122px 0 0;
	padding: 49px 10px 0 40px;
	position: absolute;
	text-align: center;
	width: 840px;
	z-index: 1;
}
.comicimg
{
	width: 700px;
	height: 1050px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.comicnav
{
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 360px;
}
.comicnav LI
{
	float: left;
	margin-right: 7px;
}
.comicnav, .comicnav A
{
	color: #F7F6C3;
	font-size: 13px;
	text-transform: uppercase;
}
.comicnav A
{
	background: #242424;
	padding: 7px 12px 6px;
	display: block;
}
.comicnav A:hover
{
	text-decoration: none;
	color: #242424;
	background: #FFF;
}

/* Floating Corner Rotation */

.libbon { 
	  display: block;
	  position: absolute;
	  left: 0px;
	  top: 0px;
	  overflow: visible;
	  width: 140px;
	  height: 140px;
	  margin: 0 0 0 0;
	  padding: 0;
	  z-index: 9998;
	  border: none;
 	  float: none;
    filter: alpha(opacity=80);opacity: 0.80;-moz-opacity:0.80; }
	  
.libbonhover { 
	  display: block;
	  position: absolute;
	  left: 0px;
	  top: 0px;
	  overflow: visible;
	  width: 140px;
	  height: 140px;
	  margin: 0 0 0 0;
	  padding: 0;
	  z-index: 9998;
	  border: none;
 	  float: none;
    filter: alpha(opacity=100);opacity: 1;-moz-opacity:1; }
      
/* Hub Link */

.hublink {
	display: block;
	position: absolute;
	left: 31px;
	top: 9px;
	width: 61px;
	height: 40px;
	z-index: 9999;
}
