html, body {
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#030303;
	min-width:960px;
	min-height:570px;
}

A.sphereImg, A.cubeImg, A.cylinderImg, A.coneImg
{
  cursor:pointer;
  width:192px;
  height:158px;
  display:block;
  background-repeat:no-repeat;
  outline-width:0px;
  background-color:#1b1b1b;
}

A.cubeImg:hover, A.sphereImg:hover, A.cylinderImg:hover, A.coneImg:hover
{
  background-position: -192px 0px;
}
 
A.cubeImg
{
  background-image:url('Images/cubes_384x158.jpg');
}

A.sphereImg
{
  background-image:url('Images/spheres_384x158.jpg');
}

A.cylinderImg
{
  background-image:url('Images/cylinders_384x158.jpg');
}

A.coneImg
{
  background-image:url('Images/cones_384x158.jpg');
}

p
{
  margin: 3px;
  padding: 3px;
}

A.contentLink
{
  color:#cccccc;
  font-weight:bold;
  text-decoration:none;
  outline-width:0px;
}

a.contentLink:hover
{
  text-decoration:underline;
}

.contentDiv
{
  position:absolute;
  width:906px;
  height:154px;
  color:#cccccc;
  background-color:#2c2c2c;
  font-family:Arial;
  display:none;
  border-width:2px;
  border-style: solid;
}

.innerContentDiv
{
  position:absolute;
  left:306px;
  top:0px;
  font-size:10pt;
  height:100%;
  width:600px;
  overflow:auto;
  display:none;
}

.sectionArrow
{
  font-family:Tahoma;
  color:#00c91c;
  visibility:hidden;
  font-weight:bold;
  padding-left:10px;
}

.cubeList, .cylinderList
{
  position:absolute;
  list-style-position:inside;
  list-style-type:square;
  margin:0px;
  padding:0px;
}

.cubeList
{
  color:#b12727;
}

.cylinderList
{
  color:#4747AB;
}

.arrow
{
  width:7px;
  height:7px;
  position:absolute;
  left:0px;
  top:0px;
  background-image:url('Images/area_marker_7x7.jpg');
  background-repeat:no-repeat;
}

.backimg384
{
  width:384px;
  background-repeat:no-repeat;
  background-color:#1b1b1b;
}

.backimg192
{
  width:192px;
  background-repeat:no-repeat;
  background-color:#1b1b1b;
}

.center960
{
  width:960px;
  left:50%;
  margin-left:-480px;
  position:absolute;
}

.screenshot
{
  float:right;
  border:solid 1px #47476B;
  outline-width:0px;
  margin:6px 7px 0px 7px; 
}

.ghostedImage
{
  position:absolute;
  left:100px;
  width:250px;
  height:150px;
  top:4px;
  background-repeat:no-repeat;
}
