html {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	margin: 0px;
	padding: 0px;
}

body {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	margin: 0px;
	padding: 0px;
	background-color:black;
	color: #663300;
	background-image: url(../images/pagebg2.gif);
	background-repeat: repeat;
}

img {
	border: none;
}

/* structure */

#container {
	width: 752px;
	margin: 0px auto;
	top: 0px;
	padding: 0px;
	background-image: url(../images/bookbg.jpg);
	background-repeat: repeat-y;
}

#content {
	padding: 0px;
	background-image: url(../images/bookbg.jpg);
	margin: 0px;
	background-repeat: repeat-y;
	background-color: #CAC4B6;
}

#main {
	margin: 10px 65px 0px 65px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: small;
	line-height: 1.5em;
	color: #330000;
	height: 100%;
	text-align: justify;
}

#main ul {
	list-style-position: outside;
	list-style-type: disc;
	line-height: 1.5em;
	padding: 0px;
	margin-left: 20px;
}

/* header */

#pageHeader {
	margin: 0px;
	padding: 0px;
	width: 752px;
	height: 285px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#blackartzlogo{
	margin:0px;
	padding:0px;
	margin-left:90px;
	text-indent:-8000px;
	width:252px;
	height:245px;
	left:165px;
	top:15px;
	background:no-repeat 0 0;
	background-image: url(../images/logowl.jpg);
}
#blackartzlogo a{
	display:block;
	height:245px;
}

#topright a{
	display:block;
	height:245px;
}

/* swappable topright images */
#commontoad{
	width: 280px;
	height: 245px;
	margin-top:35px;
	float: right;
	padding-right: 65px;
	text-indent:-8000px;
	background:no-repeat 0 0;
	background-image: url(../images/topright/toad.jpg);
}

#acer{
	width: 280px;
	height: 245px;
	margin-top:35px;
	float: right;
	padding-right: 65px;
	text-indent:-8000px;
	background:no-repeat 0 0;
	background-image: url(../images/topright/acer.jpg);
}
#buzzard {
	width: 280px;
	height: 245px;
	margin-top:35px;
	float: right;
	padding-right: 65px;
	text-indent:-8000px;
	background:no-repeat 0 0;
	background-image: url(../images/topright/buzzard.jpg);
}


#flyagaric{
	width: 280px;
	height: 245px;
	margin-top:35px;
	float: right;
	padding-right: 65px;
	text-indent:-8000px;
	background:no-repeat 0 0;
	background-image: url(../images/topright/agaric.jpg);
}

#broadbodiedchaser{
	width: 280px;
	height: 245px;
	margin-top:35px;
	float: right;
	padding-right: 65px;
	text-indent:-8000px;
	background:no-repeat 0 0;
	background-image: url(../images/topright/chaser.jpg);
}
#carrioncrow{
	width: 280px;
	height: 245px;
	margin-top:35px;
	float: right;
	padding-right: 65px;
	text-indent:-8000px;
	background:no-repeat 0 0;
	background-image: url(../images/topright/crow.jpg);
}
#sarcophagid{
	width: 280px;
	height: 245px;
	margin-top:35px;
	float: right;
	padding-right: 65px;
	text-indent:-8000px;
	background:no-repeat 0 0;
	background-image: url(../images/topright/fleshfly.jpg);
}
#rabbit{
	width: 280px;
	height: 245px;
	margin-top:35px;
	float: right;
	padding-right: 65px;
	text-indent:-8000px;
	background:no-repeat 0 0;
	background-image: url(../images/topright/rabbit.jpg);
}
#starling{
	width: 280px;
	height: 245px;
	margin-top:35px;
	float: right;
	padding-right: 65px;
	text-indent:-8000px;
	background:no-repeat 0 0;
	background-image: url(../images/topright/starling.jpg);
}
#winkle{
	width: 280px;
	height: 245px;
	margin-top:35px;
	float: right;
	padding-right: 65px;
	text-indent:-8000px;
	background:no-repeat 0 0;
	background-image: url(../images/topright/winkle.jpg);
}
#main /* header ends*/
/* Sets the style for unvisited links. */
a,#main a:link {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}
#main /* Sets the style for visited links. */
a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
#main /* Sets the style for links on mouseover. */
a:hover {
  color: #000;
  text-decoration: underline;
}
#main /* Sets the style for a link that has focus. */
a:focus {
	color: #FFFFFF;
	background-color: #000000;
}
#main /* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}
/* navigation */

#navigation {
	width: 365px;
	margin: 0px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 12px;
	background-image: url(../new/images/navbg.jpg);
	background-repeat: no-repeat;
	float: left;
}

#navigation ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-left: 60px;
	padding-top: 0px;
}

#navigation li {
	float: left;
	padding-left: 11px;
}

#navigation a:link, #navigation a:visited {
	display: block;
	color: #330000;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	border: dashed black 1px;
	padding-bottom: 14px;
}

#navigation a:hover {
	color: #CC3333;
	padding-bottom: 14px;
	border: solid #330000 1px;
}	

#navigation li#active a {
	color: #330000;
	background-image: url(../images/activenav2.gif);
	background-repeat: no-repeat;
}

/* navigation ends */

/* layout columns */

#leftcolumn {
	margin: 0px;
	float: left;
	width: 290px;
	background-color: #CAC4B6;
	padding: 0px;
}

#rightcolumn {
	margin: 0px;
	float: right;
	width: 290px;
	background-color: #CAC4B6;
	padding: 0px;
}

/* layout columns end */

/* other layout divs */

#supplimentary {
	margin: 0 70px;
	clear: both;
}

/* other layout divs end */

/* footer */

#footer {
	background-image: url(../images/footer.jpg);
	background-repeat:no-repeat;
	width: 752px;
	height: 121px;
	clear: both;
	margin-top: 20px;
}

#footer a:link, #footer a:visited {
	color: #330000;
	text-decoration: none;
	border: dashed black 1px;
	padding: 2px 5px;
}

#footer a:hover {
	color: #CC3333;
	border: solid #330000 1px;
}	

#footer #gawds a {
	border: none;	
}

#footerleft {
	width: 310px;
	float: left;
	display:inline;/* IE6 hack */
	margin-left: 60px;
	padding: 20px 0px 5px 0px;
}

#footerright {
	width: 300px;
	float: right;
	display:inline;/* IE6 hack */
	margin-right: 50px;
	padding: 20px 0px 5px 0px;
}

#copyright {
	text-align: left;
	font-size: small;
	width: 100px;
	padding-left: 174px;
	float: left;
	color: #7D7A75;
	padding-top: 3px;
}

#gawds {
	height: 46px;
	width: 138px;
	margin-left: 140px;
}

/* footer ends */

/* form formatting */

#contact {
	margin: 0;
	font-family: "Georgia", Times New Roman, Times, serif;
}

#contact #email, #contact #name, #contact #message {
	font-family: "Georgia", Times New Roman, Times, serif;
}

/* form formatting ends */

/* typography */

h1 {
	font-size: large;
	font-weight: bold;
	text-align: center;
	padding: 20px;
}

h2 {
	font-size: medium;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size: medium;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}

h4 {
	font-weight: bold;
}

.warning {
	font-size: small;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	line-height: 1.25em;
}

/* typography ends*/

/* heading swaps */

.replacewelcome{
	margin:0px;
	padding:0px;
	text-indent:-8000px;
	width:275px;
	height:45px;
	background:no-repeat 0 0;
	background-image: url(../images/replace/welcome.gif);
	margin-left: 10px;
}
/* heading swaps end*/

/* classes */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.printexample {
	border: dashed black thin;
	margin-bottom: 5px;
	text-align: center;
}

.print #container #content #main #rightcolumn ul {
	padding-left: 75px;
	text-align: left;
}

.print #leftcolumn img,.print #rightcolumn img {
	border: dotted white 2px;
	margin: 5px;
}

.print #leftcolumn a:hover img,.print #rightcolumn a:hover img {
	border: solid white 2px;
}
.web #leftcolumn img,.web #rightcolumn img {
	margin-left: 20px;
}

/* contact page specific - formatting microformats */

#contactdetails {
	width: 265px;
	line-height: 1.2em;
	padding-left: 8px;
}

.hidden {
		display: none;
		}

.tel, .fn {
		margin-bottom: 0;
		}

.fn, .org {
		font-weight: bold;
		}

p.saveCard {
		margin-top: 1em;
		}
.webPageEG {
	text-align: center;
}
.webBlurb {
	padding-bottom: 2em;
}
#content label  {
   display:block;
}.quote {
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 0px;
	padding-left: 1em;
	font-style: italic;
}#singleCol {
	margin: 10px 65px 0px 65px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: small;
	line-height: 1.5em;
	color: #330000;
	height: 100%;
	text-align: justify;
	background-color: #CAC4B6;
}
