/* CSS Document */

body
{
background-color:#333333;
font:14px "Trebuchet MS", Verdana, Arial;
}

a
{
text-decoration:none;
}

#sitehead
{

position:absolute;
left:50%;
margin-left:-500px;
top:0px;
width:1000px;

height:370px;



background-image:url(../images/bigback.gif);

}

#menudiv
{
position:absolute;
top:304px;
left:105px;
height:40px;
width:800px;
color:#666666;
font:18px Arial;
font-weight:bold;
text-align:center;
letter-spacing:1px;
}

#menudiv a
{
text-decoration:none;
color:#000000;
}

#menudiv a:hover
{
color:#0099FF;
}


#bodydiv
{
position:absolute;
left:50%;
margin-left:-394px;
top:337px;
width:760px;
background-image:url(../images/bodytop.gif);
background-repeat:no-repeat;
background-color:#b0a27f;
padding:20px;

}

#imagespace
{

position:relative;
left:50%;
margin-left:-500px;

width:1000px;
top:38px;
height:220px;


}

#footerdiv
{
position:relative;
left:50%;
margin-left:-400px;
width:760px;
bottom:-60px;

padding:20px;
letter-spacing:1px;
text-align:center;
color:#FFFFFF;
}

#footerdiv a
{
color:#FF95CA;
}

#footerdiv a:hover
{
border-bottom:1px dotted;
}

.lightboxclass
{

background-color:#D1D1A3;
border:1px solid #666666;
padding:5px;

}

.lightboxclass:hover
{
background-color:#EDEDDC;
border:1px solid #111111;
}

.prevnextclass
{
font:10px "Trebuchet MS", Verdana, Arial;
color:#333333;
}

.prevnextclass:hover
{
color:#cccccc;
}
