html, body {
	height: 100%;
	width: 100%;
}

body {
	background-color: #20254d;
	background-image: url( ./images/site_bg.jpg );
	background-repeat: repeat-x;
	font-family: Arial,sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

div, table {
	position: relative;
}

img {
	border: 0px;
}

select {
	margin: 0px;
	padding: 0px;
}

td {
	vertical-align: top;
}

h1 {
	background-color: black;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0px;
	padding: 5px 0px 5px 15px;
	text-align: left;
}
h2 {
	border-bottom: 1px solid #CCC;
	color: #B32;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 12px 12px 4px 12px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 4px 0px 8px 0px;
}

p {
	padding: 20px;
}

.Alert {
	color: red;
	float: left;
	font-style: italic;
	font-weight: bold;
}

.PanelMain {
	margin: 0 auto;
	width: 980px;
}


.PanelHeader {
	height: 300px;
	width: 960px;
	
	top: 10px;
	left: 10px;
}

.PanelLogo {
	float: left;
	height: 300px;
	width: 180px;
	top: -77px;
	left: -82px;
}
.PanelLogo img {
	behavior: url( "./iepngfix.htc" );
}

.PanelNav {
	background-color: black;
	background-image: url( ./images/nav_bg.jpg );
	float: right;
	height: 200px;
	padding-left: 4px;
	width: 766px;
	
	top: 10px;
}
.PanelNav a {
	background-color: #BBB;
	display: block;
	float: left;
	height: 166px;
	margin: 18px 11px 0px 11px;
	text-align: center;
	width: 105px;
}
.PanelNav img {
	border: 0px;
}

.PanelBreadcrumb {
	background: #346;
	border-bottom: 3px solid #20254d;
	border-top: 3px solid #458;
	color: white;
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
	padding: 4px 10px 4px 10px;
	text-transform: uppercase;
	width: 940px;
	
	top: 10px;
	left: 10px;
}

.PanelContent {
	height: 100px auto;
	position: relative;
	width: 960px;

	top: 20px;
	left: 10px;
}
.PanelContentMain {
	background-color: #DDD;
	width: 810px;
}
.PanelContentMain p {
	color: black;
	font-size: 11px;
	margin: 0px;
	padding: 0px 15px 15px 15px;
}

.ContentNavLine {
	background-color: white;
	border-top: 1px dotted #AAA;
	border-bottom: 1px dotted #AAA;
	color: black;
	font-size: 11px;
	padding: 7px;
	text-align: right;
	vertical-align: middle;
}
.ContentNavLine a {
	border: 1px solid #B33;
	color: black;
	font-weight: bold;
	margin: 10px 3px 2px 3px;
	padding: 3px 8px 3px 8px;
	text-decoration: none;
}
.ContentNavLine a:hover {
	background-color: #CC7733;
	color: white;
}
.ContentNavLine span {
	background: #BBB;
	border: 1px solid #888;
	color: #888;
	font-weight: bold;
	margin: 10px 3px 2px 3px;
	padding: 3px 8px 3px 8px;
	text-decoration: none;
}

.PanelAdLeaderboard {
	background: black;
	background-position: right;
	float: right;
	height: 90px;
	text-align: right;
	width: 770px;
}

.PanelAdSkyscraper {
	background: black;
	float: right;
	width: 160px;
}

.PanelAdFooters {
	background: black;
	border-bottom: 3px solid #346;
	padding: 7px 7px 3px 7px;
	text-align: center;
	width: 946px;
	
	left: 10px;
}

.PanelFooter {
	background-color: black;
	height: 10px;
	margin: 30px 0px 0px 0px;
	width: 960px;
	
	left: 10px;
}

.Comic {
	background-color: white;
	height: 900px;
	width: 750px;
}

.NewsPostHeader {
	background-color: #CCC;
	border: 1px solid #AAA;
	color: black;
	height: 86px;
	margin: 10px;
}
.NewsPostHeader img {
	float: left;
	height: 80px;
	margin: 3px 10px 0px 3px;
	width: 80px;
}
.NewsPostHeader p {
	font-size: 12px;
	height: 81px;
	padding: 10px 0px 0px 0px;
	vertical-align: center;
}

.RPGNowProducts {
}
.RPGNowProducts a {
	border: 0px;
	text-decoration: none;
}
.RPGNowProducts table {
	padding: 10px;
	width: 100%;
}
.RPGNowProducts td {
	background-image: none;
	margin: 5px;
}
.RPGNowProducts img {
	border: 1px solid #AAA;
}

.SerialList {
}
.SerialList div {
	border: 1px solid #AAA;
	background-color: white;
	font-size: 11px;
	margin: 10px;
	padding: 5px;
}
.SerialList a {
	display: block;
	font-weight: bold;
}
.SerialContent {
	font-size: 12px;
	padding: 20px;
	z-index: 100;
}

.TableOfContents {
	background: white;
	border: 1px solid #AAA;
	font-size: 11px;
	float: right;
	margin: 10px 20px 10px 10px;
	width: 200px;
	z-index: 101;
}
.TableOfContentsHeader {
	background: #405090;
	color: white;
	padding: 3px;
}