@charset "utf-8";

html {
	background-color: #000;
}

a:link {
	color: #369;
}

a:visited {
	color: #963;
}

a:hover {
	color: #036;
}

a:active {
	color: #9CF;
}

img {
	border: none;
}

body {
	background-attachment: fixed;
	background-color: #9CF;
	background-image: url(images/background/rotate.php);
	background-position: top;
	background-repeat: no-repeat;
	color: #036;
	margin: 0 auto;
	max-width: 1024px;
	min-width: 768px;
	position: relative;
}

div.head {
	background-image: url(images/head.png);
	background-position: top;
	height: 160px;
	position: relative;
	z-index: 1;
}

div.body {
	background-image: url(images/background.png);
	background-position: top;
	margin-top: -32px;
	padding: 32px 0;
	position: relative;
}

div.container {
	margin: auto;
	width: 736px;
	overflow: hidden;
}

div.left {
	float: left;
	font: 12px "Courier New", Courier, monospace;
	font-weight: bold;
	text-align: center;
	width: 160px;
}

div.left p {
	padding: 0 32px 16px 32px;
}

p.navigation {
	padding: 0 32px;
}

div.left a:link {
	color: #C96;
	text-decoration: none;
}

div.left a:visited {
	color: #963;
	text-decoration: none;
}

div.left a:hover {
	color: #FC9;
	text-decoration: underline;
}

div.left a:active {
	color: #FFF;
	text-decoration: none;
}

div.right {
	margin-left: 160px;
	min-height: 100%;
	width: 576px;
}

div.content {
	margin: auto;
	width: 544px;
}

div.contenthead {
	background-image:url(images/contenthead.png);
	color: #960;
	font: 20px "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: bold;
	height: 48px;
	padding-top: 16px;
	text-align: center;
}

div.contentbody {
	background-image:url(images/contentbody.png);
	font: 12px Arial, Helvetica, sans-serif;
	padding: 0 64px;
}

div.contentfoot {
	background-image:url(images/contentfoot.png);
	font: 12px Arial, Helvetica, sans-serif;
	color: #960;
	height: 24px;
	margin-bottom: 16px;
	padding: 20px 64px;
	text-align: right;
	vertical-align: middle;
}

div.foot {
	background-image: url(images/foot.png);
	background-position: top;
	height: 96px;
	margin-top: -32px;
	position: relative;
}

.dreamcast {
	color: #C30;
}

.gamecube {
	color: #639;
}

div.image {
	background-image: url(images/image.gif);
	margin-left: -64px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 544px;
}

div.image img {
	margin: 1.5px 0;
	vertical-align: bottom;
}

div.image p {
	margin-left: 64px;
	margin-right: 64px;
}

dl, ul, ol {
	margin-bottom: 0;
}

dl:first-child, ul:first-child, ol:first-child {
	margin-top: 0;
}

hr {
	border: 1px solid;
	border-bottom-color: #FFC834;
	border-top-color: #E5AC39;
	margin-top: 0;
}

.merchandise {
	background-color: #FFF;
	width: 100%;
}

p {
	margin-bottom: 0;
}

p:first-child {
	margin-top: 0;
}

.smaller {
	font-size: smaller;
}

sup {
	vertical-align: top;
}

table {
	width: 384px;
	margin: auto;
}

td {
	vertical-align:	top;
}

td:first-child {
	font-weight: bold;
	text-align: right;
}

tr.bold {
	font-weight: bold;
}

td.bargraph {
	background-image: url(images/bargraph.png);
	background-position: top;
	background-repeat: repeat-x;
	height: 24px;
	width: 256px;	
}

div.bar {
	background-color: #666;
	border-color: #666;
	border-style: inset none;
	border-width: 1px;
}

div.g {
	background-color: #6F6;
	border-color: #6F6;
	border-style: outset none;
	border-width: 1px;
}

div.r {
	background-color: #F66;
	border-color: #F66;
	border-style: outset none;
	border-width: 1px;
}

div.p {
	background-color: #C6F;
	border-color: #C6F;
	border-style: outset none;
	border-width: 1px;
}

div.b {
	background-color: #6CF;
	border-color: #6CF;
	border-style: outset none;
	border-width: 1px;
}

div.y {
	background-color: #FF6;
	border-color: #FF6;
	border-style: outset none;
	border-width: 1px;
}

div.s {
	background-color: #CCC;
	border-color: #CCC;
	border-style: outset none;
	border-width: 1px;
}