body
{
background-color:#000000;
background-image: url("Side_BG.png");
background-position: top left;
background-repeat: repeat-y;
}



/* tables */

table.nav
{
position: absolute;
top: 300px;
left: 90px;
}

/* table cells */

td.nav_head
{
background-color:#FF0000;
width: 100px;
}

/* images */

img.nav_bg
{
position: absolute;
top: 200px;
left: 0px;
}

img.logo1
{
position: absolute;
top: 12px;
left: 12px;
max-width: 175;
max-height: 175;
width: 175px;
height: 175px;
}

img.pic1
{
position: absolute;
top: 100px;
left: 270px;
width: 600px;
height: 400px;
}

/* anchors */

a:link
{
color: #FF0000;
text-decoration: none;
}

a:visited
{
color: #FF0000;
text-decoration: none;
}

a:hover
{
color: #FF6666;
text-decoration: none;
}

/* Paragraphs */

p.sec1 /* Paragraph for header */
{
color: #FFFFFF;
font-family: "Trebuchet MS";
font-size: 24px;
font-variant: small-caps;
}

p.sec2 /* main paragraph for index page */
{
color: #FFFFFF;
font-family: "Trebuchet MS";
font-size: 12px;
}

/* Divs */

div.sec1 /* this is the positioning for the header on the Index page */
{
position: absolute;
top: 20px;
left: 250px;
max-width: 600px;
width: 600px;
}

div.sec2 /* This is the positioning for the main paragraph on the Index page. */
{
position: absolute;
top: 500px;
left: 250px;
max-width 650px;
width: 650px;
}