html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background: #96693F url(../Images/Background980.gif) repeat-y 50% 0;
	text-align: center;
}

div.page {
	width: 750px;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	color: #000;
	background: #fff;
	font-family: Verdana, sans-serif;
	font-size: 80%;
}

div.pageMargins {
	margin-top: 1%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 1%;
}

table.center {
	margin: auto;
	color: #000;
	background: #fff;
	font-family: Verdana, sans-serif;
	font-size: 100%;
}

table.center td.error {
	color: red;
}

table.center td.small {
	font-size: 80%;
}

table.cart {
	width: 100%;
	color: #000;
	background: #fff;
	font-family: Verdana, sans-serif;
	font-size: 100%;
	border-collapse: collapse;
}

table.cart tr {
	background: #eee;
	border: 1px solid #000;
}

table.cart th {
	background: #ccc;
	border: 1px solid #000;
}

table.cart td {
	border: 1px solid #000;
}

table.cart td.right {
	text-align: right;
}

h2 {
	font-size: 120%;
	margin-top: 0px;
	margin-bottom: 0.4em;
}

h3 {
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 0.2em;
}

hr {
	height: 3px;
	width: 100%;
}

hr.thin {
	height: 1px;
	width: 100%;
}

hr.small {
	height: 1px;
	width: 75%;
}

div.accountText {
	float: right;
	text-align: right;
	width: 23%;
	clear: right;
}

div.centerText {
	text-align: center;
	margin-bottom: 1em;
}

div.centerSmallText {
	font-size: 80%;
	text-align: center;
	margin-bottom: 1em;
}

div.warning {
	color: red;
}

span.bold {
	font-weight: bold;
}

span.italic {
	font-style: italic;
}

span.underline {
	text-decoration: underline;
}

span.large {
	font-size: 110%;
}

span.small {
	font-size: 80%;
}

div.clearLeft {
	clear: left;
}

div.logoText {
	position: relative;
	top: 20px;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 0.1em;
}

div.navBar {
	width: 100%;
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;
	background-color: #369;
	font-size: 100%;
	margin-bottom: 0.5em;
}

div.navBar ul {
	margin: 0px;
	padding: 2px;
	color: #fff;
	white-space: nowrap;
}

div.navBar li {
	list-style-type: none;
	display: inline;
}

div.navBar li a {
	padding: 2px 0.7em 2px 0.7em;
	text-decoration: none;
	color: #fff;
}

div.navBar li a.minor {
	font-size: 85%;
	padding: 2px 0.5em 2px 0.5em;
	text-decoration: none;
	color: #fff;
}

div.navBar li a:link {
	color: #fff;
}

div.navBar li a:visited {
	color: #fff;
}

div.navBar li a:hover {
	color: #fff;
	background-color: #68b;
}

div.navBarMinor {
	text-align: center;
	width: 100%;
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;
	background-color: #036;
	font-size: 100%;
	margin-bottom: 0em;
}

div.navBarMinor ul {
	margin: 0px;
	padding: 1px;
	color: #fff;
	white-space: nowrap;
}

div.navBarMinor li {
	list-style-type: none;
	display: inline;
}

div.navBarMinor li a {
	padding: 1px 5em 1px 5em;
	text-decoration: none;
	color: #fff;
}

div.navBarMinor li a:link {
	color: #fff;
}

div.navBarMinor li a:visited {
	color: #fff;
}

div.navBarMinor li a:hover {
	color: #fff;
	background-color: #369;
}

div.gameBar {
	width: 100%;
	background-color: #fff;	
	font-size: 100%;
	margin-bottom: 0.5em;
}

div.gameBar ul {
	margin: 0px;
	padding: 2px;
	color: #000;
	white-space: nowrap;
}

div.gameBar li {
	list-style-type: none;
	display: inline;
}

div.gameBar li span.title {
	font-weight: bold;
	font-size: 120%;
	padding: 2px 115px 2px 0px;
}

div.gameBar li a {
	padding: 2px 1em 2px 1em;
}

div.buttonBar {
	text-align: center;
	width: 100%;
	background-color: #fff;
	font-size: 100%;
	margin-bottom: 0em;
	padding: 1px;
}

div.buttonBar ul {
	margin: 0px;
	padding: 2px;
	white-space: nowrap;
	margin-bottom: 1em;
}

div.buttonBar li {
	list-style-type: none;
	display: inline;
	margin-right: 1em;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	font-weight: bold;
}

div.buttonBar li.small {
	list-style-type: none;
	display: inline;
	margin-right: 1em;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	font-weight: normal;
	font-size: 80%;
}

div.buttonBar li a {
	padding: 2px 1em 2px 1em;
	text-decoration: none;
	color: #fff;
	background-color: #036;
	border-top: 2px #68b solid;
	border-left: 2px #68b solid;
	border-bottom: 2px #012 solid;
	border-right: 2px #012 solid;
	font-weight: normal;
}

div.buttonBar li a:link {
	color: #fff;
}

div.buttonBar li a:visited {
	color: #fff;
}

div.buttonBar li a:hover {
	color: #fff;
	background-color: #369;
	border-top: 2px #012 solid;
	border-left: 2px #012 solid;
	border-bottom: 2px #68b solid;
	border-right: 2px #68b solid;	
}

div.buttonBar li input {
	padding: 2px 1em 2px 1em;
	text-decoration: none;
	color: #fff;
	background-color: #036;
	border-top: 2px #68b solid;
	border-left: 2px #68b solid;
	border-bottom: 2px #012 solid;
	border-right: 2px #012 solid;
	font-weight: normal;
}

div.buttonBar li input:link {
	color: #fff;
}

div.buttonBar li input:visited {
	color: #fff;
}

div.buttonBar li input:hover {
	color: #fff;
	background-color: #369;
	border-top: 2px #012 solid;
	border-left: 2px #012 solid;
	border-bottom: 2px #68b solid;
	border-right: 2px #68b solid;	
}

div.split {
}

div.leftSplit {
	float: left;
	width: 50%;
}

div.rightSplit {
	float: right;
}

div.gallery {
	margin-top: 1em;
	text-align: center;
}

div.screenshot {
	text-align: center;
	margin: 0 0px;
	position: relative;
	height: 0;
}

div.painting {
	float: left;
	margin-right: 2px;
}

img.thumbnail {
	border: 1px solid #000;
}

img.screenshot {
	border: 1px solid #000;
}

div.copyright {
	text-align: center;
	margin-bottom: 0.5em;
	font-size: 75%;
}