<!--
html,body
{
width:98%; height:98%; margin:1%; padding:0; 
text-size:; font-family:"Arial", "Verdana", sans serif;
background:#222; color:#fff;
}

a{cursor:pointer; cursor:hand;}
a:link   {text-decoration:none;}
a:visited{text-decoration:none;}
a:hover  {text-decoration:none;}
a:active {text-decoration:none;}

#hold{position:relative; width:72%; height:100%; float:left;}
#head{position:relative; width:100%; background:#000;}
#menu{font-size:80%; position:absolute; left:0; top:1em; z-index:1; text-align:right; width:90%;}
#main{font-size:80%; background:#fff; color:#000; text-align:justify; position:relative; width:100%; height:auto; padding:1em 0;}
#foot{font-size:70%; text-align:center; position:relative; padding:5px; background:#000; color:#fff; height:3em;}
#spon{width:28%; height:auto; font-size:80%; float:right; border:0px solid; color:#fff; padding:0;}
#main a{color:#000; border-bottom:1px dotted #000;}

#main a:hover {color: #FF0000;}

#menu a, #spon a{color:#fff;}
#menu a:hover {text-decoration:underline;}
#main p,#main ul,#main li,#main h1,#main h2,#main h3,#main address{margin:0 0 1em 0; width:90%; position:relative; left:1em;}

#main table {margin: 30px;}

#main p {margin-left: 20px; line-height:1.6em;}

.boxout {width: 200px; float:right; margin: 30px; border-bottom: solid 3px #FF0000; border-top: solid 3px #FF0000;}

#foot p, #spon p{margin:0;}
#menu a,#menu p,#menu h1{margin:0;}
h1, h3{font-weight:normal;}
h1{font-size:160%;} 
h2{font-size:145%;color:#231714; font-weight:bold;} 
h3{font-size:125%;color:#231714;}
p {color:#444;}

table{color:#000; font-size:100%;}

.tdyear {width: 30%;}

.center{text-align:center;}

#sale{position:absolute; left:1em; text-align:left; z-index:2; width:30%;}
#sale a{color:#fff}
#spon img{width:287px; height:478px;}


.right {float: right;}
/* Rikk: I don't know where these (below) are used but I'm sure it'll come in handy */

.show{display:visible;}
.hide{display:none;}
.logo{border:0;}


/*home*/
.home #hold{width:70%; height:100%;}
.home #head{}
.home #menu{}
.home #main{display:none;}
.home #head img{width:100%; height:auto; position:relative; z-index:0;}

/*text*/
.text #hold{width:70%; height:100%;}
.text #head{}
.home #main{}
.text #head img{width:auto; height:15em; position:relative; z-index:0;}
.critic {color: #231714; font-style:italic;}


