html, body {
	min-height: 100%;
	width: 100%;
	height: 100%;
	padding: 0px; 
	margin: 0px; 
}
 
html>body {
	height: auto;
}
 
* html, body {
	overflow: auto;
}

#overlay_of_sorts {
	display: none;
}

body {
	border: 0;
	background-color: #791215;
	
	  
	color: #af2100;
	font-family: Verdana;
	font-size: 13px;
}

img {
	border: 0;
	margin: 0px;
	padding: 0px;
}

.mainHolder {
	position: relative;
	top: 0px;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	height: 1029px;
	  
	background-image: url(images/perkament2.jpg);
	background-repeat: no-repeat;
}

.contentHolder {
	position: absolute;
	top: 180px;
	left: 330px;
	width: 575px;
	height: 760px;
	overflow-y: auto;
	overflow-x: auto;
}

.content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 555px;
	color: #000;
}

a:link, a:visited, a:hover {
	color: #000000;
}
a:link, a:visited { text-decoration: underline; }
a:hover { text-decoration: none; }

h1 {
	color: #af2100;
	font-size: 30px;
	padding: 0px;
	margin: 15px 0px 10px 0px;
}
h1:first-child {
	margin-top: 0px;
}

.button_link:link, .button_link:visited, .button_link:hover {
	float: right;
	width: 200px;
	height: 30px;
	margin-right: 190px;
	margin-bottom: 5px;
	padding-right: 35px;
	line-height: 30px;
	text-align: right;
	color: #af2100;
	font-size: 1em;
	font-weight: bold;
	
	background-image: url(images/button_next.png);
	background-repeat: no-repeat;
	background-position: center right;
	
	clear: right;
}
.button_link:link, .button_link:visited { text-decoration: underline; }
.button_link:hover { text-decoration: none; }


.info_over_div {
  display: none;
  position: absolute;
  width: 300px;
  background-color: #FCFCE0;
  border: 1px solid #AF2100;
  padding: 5px;
}

input, textarea {
	border: 1px solid #b22907;
	background-color: #fffad5;
	font-size: 11px;
	color: #000000;
	float: left;
	margin: 0px 0px 0px 5px;
}
select {
	border: 1px solid #b22907;
	background-color: #fffad5;
	font-size: 11px;
	color: #000000;
	float: left;
	margin: 0px 0px 0px 5px;
}
label {
	font-size: 11px;
	color: #000000;
	float: left;
	clear: left;
	width: 225px;
	margin: 0px;
}
.field_spacer {
	clear: both;
	height: 10px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
.superscript {
	vertical-align: top;
	font-size: 0.75em;
}

table {
	border: 0px;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	width: 100%;
}
th {
	padding: 5px;
	color: #af2100;
	border-left: 1px solid #af2100;
	border-bottom: 1px solid #af2100;
	background-image: url(/images/th_bg.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='/images/th_bg.png');
}
th:first-child {
	border-left: none;
}
tr td {
	padding: 5px;
	border-left: 1px solid #af2100;
	border-bottom: 1px solid #e7d2a4;
}
tr td:first-child {
	border-left: none;
}
tr:last-child td {
	border-bottom: none;
}
td input {
	float: none;
	border: none;
	background: transparent;
}
.wizards
{
	position: absolute;
	left: 790px;
	top: 0px;
	height: 91px;
	width: 147px;
	cursor: pointer;
}
.magic_the_gathering {
	position: absolute;
	left: 51px;
	top: 0px;
	height: 60px;
	width: 217px;
	cursor: pointer;
}

.menu {
	position: absolute;
	top: 169px;
	left: 85px;
	width: 229px;
	height: 828px;
	font-family: 'Trebuchet MS';
	font-size: 15px;
	border-left: 2px solid #544327;
	border-right: 2px solid #544327;
	padding-top: 20px;
}

.menu_header_bg {
	margin: 0px;
	display: block;
	width: 229px;
	height: 29px;
	padding-left: 0px;
	padding-top: 8px;
	background-image: url(images/menu_header.jpg);
	background-repeat: no-repeat;
  text-align: center;
	
	color: #50492e;
	text-decoration: none;
	
}

.menu_header_bg a:link, .menu_header_bg a:visited, .menu_header_bg a:hover {
	font-size: 0.9em;
	color: #50492e;
	text-decoration: none;
}
.menu_header_bg a:hover { color: #af2100; }

.menu_header:link, .menu_header:visited, .menu_header:hover {
	margin: 0px;
	display: block;
	width: 224px;
	height: 29px;
	padding-left: 5px;
	padding-top: 8px;
	background-image: url(images/menu_header.jpg);
	background-repeat: no-repeat;
	
	color: #50492e;
	text-decoration: none;
}
.menu_header:hover { color: #af2100; }

.menu_item:link, .menu_item:visited, .menu_item:hover,
.menu_item_a:link, .menu_item_a:visited, .menu_item_a:hover {
	margin: 0px;
	display: block;
	width: 214px;
	height: 25px;
	padding-left: 15px;
	padding-top: 5px;
	background-image: url(images/menu_item.jpg);
	background-repeat: no-repeat;
	
	font-size: 0.8em;
	color: #50492e;
	text-decoration: none;
}
.menu_item:hover { color: #af2100; }
.menu_item_a:link, .menu_item_a:visited, .menu_item_a:hover { color: #af2100; font-weight: bold; background-image: url(images/menu_item_a.jpg); }

.menu_sub_item:link, .menu_sub_item:visited, .menu_sub_item:hover,
.menu_sub_item_a:link, .menu_sub_item_a:visited, .menu_sub_item_a:hover {
	margin: 0px;
	display: block;
	width: 194px;
	height: 21px;
	padding-left: 35px;
	padding-top: 4px;
	background-image: url(images/menu_sub_item.jpg);
	background-repeat: no-repeat;
	
	font-size: 0.8em;
	color: #50492e;
	text-decoration: none;
}
.menu_sub_item:hover { color: #af2100; }
.menu_sub_item_a:link, .menu_sub_item_a:visited, .menu_sub_item_a:hover { color: #af2100; font-weight: bold; background-image: url(images/menu_sub_item_a.jpg); }


button {
	padding: 1px 5px 1px 5px;
	font-size: 11px;
	font-weight: bold;
	color: #AF2100;
	background-color: #FFFDDA;
	border: 2px solid #AF2100;
}

.subTitle {
  margin-top: -5px;
  font-size: 1.2em;
}

.manaBar {
	position: absolute;
	top: 170px;
	left: 10px;
	width: 34px;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}

.online_tutorials {
	position: absolute;
	top: 150px;
	left: 935px;
	width: 95px;
	height: 150px;
	overflow: hidden;
	text-align: center;
	color: #ffffff;
}
.online_tutorials a { color: #ffffff; text-decoration: none; }

.faq {
	position: absolute;
	top: 170px;
	left: 935px;
	width: 95px;
	height: 150px;
	overflow: hidden;
	text-align: center;
	color: #ffffff;
}
.faq a { color: #ffffff; text-decoration: none; }

.right_tnc {
	position: absolute;
	top: 335px;
	left: 935px;
	width: 95px;
	height: 150px;
	overflow: hidden;
	text-align: center;
	color: #ffffff;
}

.right_tnc a { color: #ffffff; text-decoration: none; }

.poster {
	position: absolute;
	top: 390px;
	left: 920px;
	font-size: 0px;
	line-height: 0px;
}

.retailer_reward_guide {
	position: absolute;
	top: 299px;
	left: 945px;
	width: 85px;
	height: 120px;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}

.footer_banner {
	position: absolute;
	top: 950px;
	left: 390px;
	font-size: 0px;
	line-height: 0px;
}

.manaBar img {
	vertical-align: bottom;
}