﻿body {
	background: #fff url(Top.gif) repeat-x top center;
	font: 12px/120% Verdana, san-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
#shell {
	border: #000 0px solid;
	border-top: 0;
    	position: relative;
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

/* cylon */
#cylon {
    background: url(Cylon-Knight.png) no-repeat;
    position: absolute;
	width: 322px;
	height: 882px;
	top: 20px;
}
#cylon2 {
    background: url(Cylon-Knight_Inner.png) no-repeat;
    position: absolute;
	width: 322px;
	height: 170px;
	top: 20px;
}


/* header */
#header {
	width: 100%;
	height: 224px;
}
#logo {
	display: block;
	margin: 0 auto;
	width: 937px;
}
#logo img {
	border: 0;
}

/* menu */
#header ul.menu {
	float: right;
	list-style-type: none;
	margin: 10px 30px 0 0;
}
#header ul.menu li {
	border-left: #000 2px solid;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
}
#header ul.menu li:first-child {
	border-left: 0;
}
#header ul.menu li a {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#header ul.menu li a:hover {
	text-decoration: underline;
}

/* content */
#content {
	margin: 0 20px 0 350px;
	/*min-height: 660px;*/
	/*height: 660px;*/
}
#content2 {
	margin: 0 20px 0 20px;
	min-height: 660px;
	/*\*/height: 660px;/**/
}

/* footer */
#footer {
	font-size: 11px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* The Gang */
div.item {
clear: both;
}
div.item img.icon {
float: left;
margin: 0 10px 10px 0;
border: 0px solid #000;
padding: 1px;
display: inline
}
div.item h3 {
text-align: left;
margin: 0;
padding: 0;
}

/* Article */
div.article {}

div.article h3 {
text-decoration: underline;
margin-bottom: -9pt;
}
div.article h2 {
color: #cb2726;
text-decoration: none;
margin-bottom: -9pt;
}

/* Frack Float */
#frack {
	float: left;
	padding-right:15px; 
}