@charset "utf-8";
/* CSS Document */
/* center wrapper, min max width */
* {
margin:2px;
padding:0px;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

div#pagewrapper {
   position:absolute;
   top:10px; left: 300px; width:800px; height:600px;
   border: 1px solid black;
   margin: 0 auto;       /* this centers wrapper */
   min-width: 800px;
   max-width: 800px;   /* IE wont understand these, so we will use javascript magick */
   min-height: 600px;
   max-height: 600px;
   background-image:url(../gfx/index/index.gif);
   color: black;
}
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}

body {
background-color: #000000;
}
div#ontour {
	position: absolute;
	left:805px;
	top:0px;
	width:280px;
	height:599px;
	background-color: transparent;
	color: #e6e6af;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

div#nav {
	position: absolute;
	left:22px;
	top:225px;
	width:250px;
	height:351px;
}

div#main {
position:absolute;
left:292px; top:138px; width:470px; height:415px;
color: #e6e6af;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
div#content {
color: #e6e6af;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
div#nav2 {
	position:absolute;
	left:291px;
	top:147px;
	width:470px;
	height:24px;
	color: #e6e6af;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
div#footer {
	position:absolute;
	left:30px;
	top:440px;
	width:70px;
	height:14px;
}
div#getfirefox {
	position:absolute;
	left:50px;
	top:460px;
	width:80px;
	height:15px;
}
div#cubishshop{
	position:absolute;
	left:-150px;
	top:100px;
	width:80px;
	height:15px;
}

a:link {
   color:#e6e6af; 
   text-decoration: none;
}

a:active {
   color:#e6e6af; 
   text-decoration: none;
}

a:visited {
   color:#e6e6af; 
   text-decoration: none;
}

a:hover, a:focus {
   color:#e6e6af; 
   text-decoration: none;
}

td {
background-color: transparent;
color: #e6e6af;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

