body
{
font: 12px/1.5em "lucida grande", verdana, sans-serif;
font-weight: bold;
background-color: black;
}
#container {
background-image: url('images/bg.jpg');
background-repeat: no-repeat;
width: 800px;
height: 800px;
position: absolute;
top: 50px;
left: 50%;
margin-left: -400px;
padding: 10px;
}
#nav
{
width: 100%;
position:static;
height: 50px;
text-align:center;
top:0;
}
#navtable
{
width:780px;
height:100%;
}
.navcell
{
background-color:#ffffff;
width:15%;
/*border: 3px solid #333;*/
/* for IE */
filter:alpha(opacity=90);
/* CSS3 standard */
opacity:0.9;
}
a
{
color:darkblue;
font-weight:bold;
text-decoration:none
}
.datadiv
{
position:relative;
width:760px;
height:580px;
top:130px;
padding:10px;
/* for IE */
filter:alpha(opacity=90);
/* CSS3 standard */
opacity:0.9;
background-color:#ffffff;
color:black;
}
#abouttable
{
width:100%;
height:100%;
}
#abouthead{
height:10%;
text-align:center;

}
.aboutcell{
height:90%;
width:50%;
vertical-align:top;
letter-spacing:1.3px;
padding:5px;
background-color:#eeeeee;
}
img
{
float:left;
margin-right: 10px;
}
#contacttable
{
width:100%;
height:100%;
vertical-align:middle;
text-align:center;
letter-spacing:2px;
font-size:150%;
}
#homeimg
{
position:absolute;
left:10px;
top:10px;
border:0
}
#pic01
{
position:absolute;
right: 0px;
bottom: 100px;
}

