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: 50px;
left: 0px;
max-width: 250px;
max-height: 250px;
width: 250px;
height: 250px;
}

img.pic2
{
position: absolute;
top: 320px;
left: 0px;
max-width: 250px;
max-height: 250px;
width: 250px;
height: 250px;
}

img.pic3
{
position: absolute;
top: 590px;
left: 0px;
max-width: 250px;
max-height: 250px;
width: 250px;
height: 250px;
}

img.pic4
{
position: absolute;
top: 860px;
left: 0px;
max-width: 250px;
max-height: 250px;
width: 250px;
height: 250px;
}

img.pic5
{
position: absolute;
top: 50px;
left: 300px;
max-width: 250px;
max-height: 250px;
width: 250px;
height: 250px;
}

img.pic6
{
position: absolute;
top: 320px;
left: 300px;
max-width: 250px;
max-height: 250px;
width: 250px;
height: 250px;
}

img.pic7
{
position: absolute;
top: 590px;
left: 300px;
max-width: 250px;
max-height: 250px;
width: 250px;
height: 250px;
}

img.pic8
{
position: absolute;
top: 860px;
left: 300px;
max-width: 250px;
max-height: 250px;
width: 250px;
height: 250px;
}

/* 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 /* Paragraph for secondary header */
{
color: #FFFFFF;
font-family: "Trebuchet MS";
font-size: 20px;
font-variant: small-caps;
}

/* 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
{
position: absolute;
top: 200px;
left: 250px;
max-width: 600px;
width: 600px;
}