body{
	font-family:Verdana, Geneva, sans-serif;
	background: #CC3300;
	padding:0 2em;
}
h1,h2,h3,h4,h5{
	font-weight: bold;
	line-height:1.3em;
	padding-bottom: 1em;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h6 {
	font-size:0.8em;
}
p{
	line-height:1.3em;
	padding-bottom: 1em;
	width:100%;
}
a:link,a:visited{
	color: #CC3300;
	text-decoration: none;
}
a:hover{
	background:#CC3300;
	color:#FFFFCC;
	text-decoration: none;
}
#wrapper {
}
#header {
	font-family:"Arial Black", Gadget, sans-serif;
	background:url(/_images/fireborder.jpg) repeat-x;
	height:54px;
	color:#FFF;
	font-size:53px;
	padding-left:2em;
	margin:0 -0.6em 0 -2em;
}
#header .small {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 22px;
}
#logo{
	float:right;
	display:inline;
	padding:0 0 0.5em 1em;
}
#content {
	float:left;
	width:65%;
	background-color:#FFF;
	color:#000;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	text-align:justify;
	line-height:1.3;
	padding:1em;
}
#content ul{
	padding-left:30px;
	list-style-type: disc;
}
#content table{
	border:solid 2px #000;
	text-align:left;
}
#popBox {
	background: #FF9;
	position: absolute;
	top: 100px;
	left: 50px;
	visibility: visible;
	z-index: 100;
	width: 600px;
	height: 250px;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	padding:1em;
}
#close {
	text-align: right;
}
#highlight {
	background: #FF9;
	margin: 1em;
	padding:1em;
}
#links {
	text-align: left;
}

#ruleBookCover{
	padding-left:5%;
}
#sidebar {
	float:right;
	background: #FF9;
	color:#000;
	width:25%;
	padding:1em;
	text-align:left;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
}
#datamain{
	height:1040px;
	width:305px;
}
#floatFixFooter {
	clear:both;
	height:10px;
}
#footer {
	background-color:#CC3300;
	color:#FFFFCC;
	width:24em;
	margin:auto;
	padding-bottom:10px;
}
.floatLeft{
	float:left;
	padding:0 10px 0px 0;
}
.floatRight{
	float:right;
	padding:0 0 10px 10px;
}
.floatClear{
	clear:both;
}
#formMail label {
	width: 5em;
	display: inline-block;
}
#formMail input {
	width: 28em;
}
#formMail textarea {
	vertical-align:top;
}
#formMail #submit {
	width: 5em;
}
