body {
	color: #007;
	background-color: #fff;
	font-family: Arial, Helvetica, Sans-Serif;
}

img {
	border: 0;
}

h1 {
	color: #004f00;
	font-size: 22pt;
	margin-top: 0;
}

h2 {
	color: #004f00;
	font-size: 18pt;
	margin-top: 0;
}

h3 {
	color: #004f00;
	font-size: 14pt;
	margin-top: 0;
}

h4 {
	color: #004f00;
	font-size: 12pt;
	margin-top: 0;
}

h5 {
	color: #004f00;
	font-size: 10pt;
	margin-top: 0;
}

a:link {
	color: #007000;
}

a:visited {
	color: #002000;
}

a:hover, a:active {
	color: #00ff00;
}

a.u {
	color: #007;
	font-style: normal;
	text-decoration: underline;
}

div.block {
	width: 96%;
	top: 10px;
	border-left: 1px #007 solid;
	border-right: 1px #007 solid;
	border-bottom: 1px #007 solid;
	padding: 5px;
	padding-top: 5px;
}

div.blockhead {
	width: 96%;
	top: 10px;
	border-left: 1px #007 solid;
	border-right: 1px #007 solid;
	border-top: 1px #007 solid;
	border-bottom: 1px #007 dotted;
	color: #007;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 80%;
	font-style: italic;
}

span.title {
	color: #004f00;
	background-color: #fff;
	font-size: 18pt;
	font-weight: bold;
}

div.title {
	text-decoration: underline;
}

td.magic { background-color: #99f; }
td.rare { background-color: #ff9; }
td.set { background-color: #0f3; }
td.unique { background-color: #fdecb6; }
td.superior { background-color: #b0acb0; }

div#leftcolumn {
	margin-top: 18px;
	padding: 0px;
	left: 10px;
	width: 200px;
	max-height: 36em;
	float: left;
}

div#welcome {
	position: fixed;
	top: 25px;
	font-size: 130%;
	font-weight: bold;
}

div#image {
	position: fixed;
	top: 150px;
	font-size: 200px;
	text-align: center;
}

div#description {
	position: fixed;
	bottom: 10px;
	font-size: 70%;
	width: 200px;
}

div#maincontent {
	padding: 20px;
	margin-left: 250px;
	max-width: 100em;
	border: 1px #007 solid;
	text-align: left;
	clear: right;
}

div#mainfooter {
	margin-left: 250px;
	max-width: 100em;
	text-align: center;
	clear: right;
}

div#content {
	max-width: 100em;
	border: 1px #007 solid;
	text-align: left;
	clear: right;
}

div#innercontent {
	padding: 20px;
}

div#footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

ul#nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
}

ul#nav li { display: inline; }

ul#nav li a {
	display: block;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 1px #007 solid;
	border-left: 1px #007 solid;
	border-right: 1px #007 solid;
	color: #007;
	background-color: #fff;
	text-decoration: none;
	float:right;
	text-align: center;
}

ul#nav li a:hover {
	display: block;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 1px #007 solid;
	border-left: 1px #007 solid;
	border-right: 1px #007 solid;
	color: #fff;
	background-color: #007;
	text-decoration: none;
	float:right;
	text-align: center;
}


