/* Setup */
html {
  border: 0;
  padding: 0;
  margin: 0;
  height: 100%;
}

body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-color: #000;
  background-image: url('http://www.chapter13press.com/images/misc/mainback.png');
  background-repeat: repeat-x;
  background-attachment: fixed;
  color: #900; /* This should ideally never be seen */
  font-size: 6pt; /* Ditto here */
  width: 100%;
  height: 100%;
  text-align: center;
  border: 0;
  padding: 0;
  margin: 0;
  line-height: normal;
}

/* Fonts */
@font-face {
  font-family: Headings;
  src: url('http://www.chapter13press.com/images/misc/XBANDRough.eot');
}

@font-face {
  font-family: Headings;
  src: url('http://www.chapter13press.com/images/misc/XBANDRough.ttf') format('truetype');
}

/* Headings */
h1 {
  color: #fff;
  font-family: Headings, Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: xx-large;
  line-height: normal;
  margin: 0;
  padding: 0;
}

h2 {
  color: #fff;
  font-family: Headings, Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: x-large;
  line-height: normal;
  margin: 0;
  padding: 0;
}

h3 {
  color: #fff;
  font-family: Headings, Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: large;
  line-height: normal;
  margin: 0;
  padding: 0;
}

h4 {
  color: #fff;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: medium;
  line-height: normal;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

h5 {
  color: #fff;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: small;
  line-height: normal;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

h6 {
  color: #fff;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: x-small;
  line-height: normal;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

/* Links */
a:link {
    color: #47aee2;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
    color: #47aee2;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
    color:#ffffff;
	text-decoration: none;
	font-weight: bold;
}
a:active {
    color:#ffffff;
	text-decoration: none;
	font-weight: bold;
}

/* General Text Sizes */
p {
  color: #999;
  font-size: small;
  text-align: left;
  margin: 0 0 1em 0;
  padding: 0;
}

.title {
  font-size: 36pt;
}

.lgtext {
  font-size: medium;
}

.mdtext {
  font-size: small;
}

.smtext {
  font-size: x-small;
}

/* Page Structure */
div.frame {
  width: 900px;
  text-align: center;
  padding: 10px;
}

table {
  border: 0;
  padding: 0;
  margin: 0;
}

td.leftcol {
  width: 150px;
  text-align: center;
  vertical-align: top;
  line-height: normal;
  padding: 0;
}

td.middlecol {
  width: 25px;
  text-align: center;
  vertical-align: top;
  line-height: normal;
  padding: 0;
}

td.rightcol {
  text-align: center;
  vertical-align: top;
  width: 725px;
  line-height: normal;
  padding: 0;
}

td.gameleftcol {
  width: 250px;
  text-align: center;
  vertical-align: top;
  line-height: normal;
  padding: 0;
}

td.gamemiddlecol {
  width: 25px;
  text-align: center;
  vertical-align: top;
  line-height: normal;
  padding: 0;
}

td.gamerightcol {
  text-align: left;
  vertical-align: top;
  line-height: normal;
  padding: 0;
}

td.aboutleftcol {
  width: 150px;
  text-align: center;
  vertical-align: top;
  line-height: normal;
  padding: 0;
}

td.aboutmiddlecol {
  width: 25px;
  text-align: center;
  vertical-align: top;
  line-height: normal;
  padding: 0;
}

td.aboutrightcol {
  text-align: left;
  vertical-align: top;
  line-height: normal;
  padding: 0;
}

div.contentbox {
  text-align: left;
  color: #999;
  font-size: small;
  padding: 20px 20px 10px 20px;
}

div.endcapbox {
  border: 3px solid #47aee2;
  background-image: url(http://www.chapter13press.com/images/misc/back.gif);
  color: #999;
  text-align: center;
  padding: 10px;
  margin: 0;
}

/* Misc */
hr {
  width: 75%;
  color: #47aee2;
  height: 2px;
  text-align: center;
  line-height: normal;
}

img {
  margin: 0;
  border: 0;
  vertical-align: middle;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

img.imgbutton {
  margin: 5px 0 0 0;
}

ul
{
  list-style-position: outside;
  list-style-image: url('http://www.chapter13press.com/images/misc/bullet.png');
  text-indent: 0;
  text-align: 0;
  padding: 0;
  margin: 0 0 1.5em 5px;
}

ol
{
  list-style-position: outside;
  text-indent: 0;
  text-align: 0;
  padding: 0;
  margin: 0 0 1.5em 5px;
}

li {
  margin-left: 2em;
  padding: 0;
}

input [type="radio"] {
  vertical-align: middle;
}