/*============= TAGS ===============*/
body
{
color: white; background-color: #000000;
font-family: Courier New, Courier, monospace, serif;
color: #eeeeee;
}
p
{
font-family: Courier New, Courier, monospace, serif;
color: #eeeeee;
font-size: 0.9em;
line-height: 1.3em;
}
a
{
color: #cccccc;
text-decoration: none;
text-shadow: #000000;
}
a:hover
{
color: #ffffff;
text-decoration: underline;
text-shadow: #000000;
}

a:active
{
color: #ddddee;
text-decoration: none;
text-shadow: #000000;
}
a.live
{
color: #ffffff;
font-size: larger;
text-decoration: none;
text-shadow: #000000;
}
a.live:hover
{
color: #ffffff;
text-decoration: none;
text-shadow: #000000;
}

a.live:active
{
color: #dd3300;
text-decoration: none;
text-shadow: #000000;
}

a.none
{

text-decoration: none;

}
a.none:hover
{

text-decoration: none;

}

a.none:active
{

text-decoration: none;

}


/*=============== LAYOUT ====================*/

#container
{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

#video
{
position: absolute;
left: 30px;
top: 330px;
}	

#homenav
{
position: absolute;
left: 295px;
top: 120px;
font-size: 1.1em;
line-height: 1.4em;
}

#artworksimage
{
position: absolute;
visibility:visible;
top: 210px;
left: 8%;
width: 60%;
}

#title
{
position: absolute;
left: 8%;
width: 100%;
}

#artworksnav
{
position: absolute;
left: 7.5%;
}

#rightlinks
{
position: absolute;
top: 225px;
left: 75%;
font-size: 0.9em;
line-height: 1.4em;
}

#overlayLayer{
visibility:hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000000;
  opacity: .9;
  -moz-opacity: .9;
  filter:alpha(opacity=90);
  z-index:4;
}

#overlayPic{
visibility:hidden;
  position: absolute;
  text-align:center;
 top: 0px;
  width: 100%;
    z-index:5;
}
/*================ CLASSES =================*/

.fattext
{
color: #ffffff;
font-size: 2em;
font-family: Courier New, Courier, monospace, serif;
font-weight: 700;
}
.mediumtext
{
color: #ffffff;
font-size: 1em;
font-family: Courier New, Courier, monospace, serif;
}

.smalltext
{
color: #ffffff;
font-size: 0.8em;
}
.warning
{
color: #ee6666;
font-size: 0.9em;
}
.bodytextlight
{
font-family: Courier New, Courier, monospace, serif;
color: #666666;
font-size: 0.9em;
}
.nav_list_leading
{
line-height: 1.4em;
}
