html,
body
{
  margin : 0px;
}

body
{
  font-family       : "Times New Roman", "Times", "New York", "Georgia", Serif;
  font-size         : 13px;
}

a
{
  text-decoration: none;
  color : white;
}

a:hover
{
  color : black;
}

#textblock
{
  font-size: 0.8em;
  color: white;
  float:right;
  width:358px;
  padding-right : 15px;
}

#textblock .name
{
  margin: 0px; 
  font-weight: bold; 
  font-size: 1.3em;
  text-transform : uppercase;
}

#textblock .kind
{
  margin: 0px; 
  margin-bottom: 15px;
  text-transform : uppercase;
}

#textblock .text
{
  margin: 0px; 
  margin-bottom: 30px;
  font-weight: normal; 
  font-size: 1.2em;
}

#textblock .sponsor,
#textblock .year,
#textblock .site
{
  text-transform : uppercase;
  font-size: 1.0em;
}

#outer
{
  position          : relative;
  width             : 950px;
  min-height        : 665px;
  height            : auto !important;
  height            : 665px;
  margin            : auto;
  border            : 1px solid black;
}

#navigation
{
  height            : 95px;
}

#navigation_image
{
  position          : absolute;
  height            : 95px;
  width             : 950px;
}

#inner
{
  position          : relative;
  width             : 950px;
  min-height        : 530px;
  height            : auto !important;
  height            : 530px;
  background-image  : url( ../images/bg_inner.png );
  background-repeat : no-repeat;
}

#main
{
  position          : relative;
  width             : 760px;
  min-height        : 570px;
  height            : auto !important;
  height            : 570px;
  margin-left       : 95px;
}

#content
{
  width             : 760px;
  min-height        : 570px;
  height            : auto !important;
  height            : 570px;
  background        : #ffffff;
}

#logo
{
  position          : absolute;
  top               : 525px;
  right             : 20px;

  width             : 190px;
  height            : 25px;
  cursor            : pointer;
}

#colorFloater
{
  display           : none;
  background        : #888d96;
  left              : 0px;
}

#imageplaceholder
{
  display           : inline;
  margin            : 0px 0px 0px 20px;
  float             : left;
}

#linked
{
  clear             : right;
  float             : right;
  width             : 358px;
  padding-right     : 15px;
  padding-top       : 15px;
  height            : 40px;
  overflow          : hidden;
}

#popuptext
{
  position : absolute;
  z-index: 100;
  left:50%;
  width:570px;
  margin-left : -285px;
  top:191px;
  background-color: white;
}

.innertext
{
  padding : 10px;
  font-size: 0.95em;
}

#popuptext a
{
  color : red;
}

.square
{
  position          : absolute;
  width             : 95px;
  height            : 95px;
  top               : 0px;
  cursor            : pointer;
}

.menuitem
{
  position          : absolute;
  width             : 90px;
  top               : 77px;
  text-align        : right;
  font-weight       : bold; 
}

.menubutton
{
  poition           : relative;
  width             : 90px;
  height            : 19px;
  display           : block;
  float             : left;
  padding           : 76px 5px 0px 0px;
  text-align        : right;
  color             : black;
}

div#JSMX_loading
{
  position:absolute;
  top:10px;
  right:10px;
  margin:0px;
  padding:0px;
  width:24px;
  height:24px;
  background-image:url( ../images/wait.gif );
  background-repeat: no-repeat;
  background-position:center center;
  z-index:200;
}