/* General */
body {
	margin:0;
	color:#000;
	font:.7em Verdana, Arial, Helvetica, sans-serif;
	background:url(images/bg.gif) 50% 0 repeat fixed #000;
}
img {
	border-style:none;
}
a {
	text-decoration:none;
	color:#ffffff;
}
a:hover {
	text-decoration:underline;
	color:#343434;
}
.clear {
	clear:both;
}
p {
	font-size:12px;
	line-height:20px;
	padding-bottom:12px;
	margin-bottom:15px;
}
.small {
	color:#4c4c4c;
	font-size:12px;
}
/* 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 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: 37px 0 0;
	position:absolute;
	top: 30px;
	z-index: 3;
	left:176px;
}
.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 12px;
	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;
	margin: 309px 0 0;
	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 0;
	overflow:hidden;

}
#header {
	background:url(images/headermain.png) no-repeat;
	height:342px;
	width:922px;
	margin-top:21px;
	position:absolute;
	z-index:0;
}
.bgbody {
	background:url(images/bgbody.png) repeat-y;
    margin-top:270px;
}
.content {
	overflow:hidden;
	height:100%;
	padding-bottom:60px;
	position:relative;
	z-index:2;
	top:-10px;
}
.content .left {
	float:left;
	width:600px;
	margin-left:46px;
	display:inline;
height:auto;


}
.content .right {
	background:transparent url(images/white.png) repeat scroll 0 0;
	float:right;
align:center;
	/*padding: 20px;*/
	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:100px 0 0;
	padding:0 10px 0 40px;
	position:absolute;
}
.comicnav {
	overflow:hidden;
	list-style:none;
	padding:0;
	margin:0 auto;
	width:700px;
}
.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 12px;
	display:block;
}
.comicnav a:hover {
	text-decoration:none;
	color:#242424;
	background:#fff;
}
/* Links */
.linkbox {float: left;
width: 232px;
margin: 0 10px 18px 0;
height: 47px;
overflow:hidden;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* Gallery */

.left {
float: left;
width: 125px;
margin: 0 18px 18px 0;
height: 125px;
overflow:hidden;
}

/* 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;
}
