/* CSS Document */
body
{
background: url(images/splash.jpg) top center no-repeat;
background-color: rgb(0,0,0);
margin: 0.0em;
}

table
{
background: none;
width: 655px;
border-collapse: collapse;
border-style: none;
/*border: 0px solid rgb(155,255,205);*/
}

td.occupied
{
width: 655px;
height: 0px;
background-color: rgb(0,0,0);
border-style: none;
}

td.header
{
width: 655px;
height: 170px;
border-style: none;
}

td.menu
{
width: 655px;
height: 32px;
background-color: rgb(100,30,15);
border-style: none;
}

td.video
{
width: 655px;
height: 400px;
background-color: rgb(0,0,0);
border-style: none;
}

td.fullpage
{
width: 655px;
height: 500px;
background-color: rgb(0,0,0);
border-style: none;
}

a
{
font-weight: normal;
color: rgb(255,100,50);
}

a:visited
{
color: rgb(255,100,50);
}

a:hover
{
color: rgb(255,255,255);
}

a.button
{
display: inline-block;
width: 100px;
height: 32px;
}

a.invisibleHeader
{
display: block;
width: 655px;
height: 170px;
}

p
{
color: rgb(255,100,50);
}

h1,h2,h3,h4,h5,h6
{
color: rgb(255,175,55);
letter-spacing: 0.0em;
margin: 0.1em;
}

h1,h2
{
font-family: impact, arial;
}

li
{
color: rgb(255,175,55);
}

.border
{
border: 1px solid rgb(255,175,55);
}

.borderBottom
{
border-bottom: 2px solid rgb(255,175,55);
}

.borderLeft
{
border-left: 2px solid rgb(255,175,55);
}

.quote
{
font-style: italic;
font-weight: bold;
color: rgb(255,175,55);
}

.question
{
font-style: italic;
font-weight: bold;
color: rgb(255,175,55);
}

.feat
{
color: rgb(255,175,55);
font-style: italic;
/*font-weight: bold;*/
}