

/* MAIN DIVs */

div
{
overflow: visible;
}

div.mainbody {
height: 700px;
width: 630px;
background-color: #CCCCCC;
position: absolute;
left: 307px;
top: 330px;
bottom: 10px;
}

div.logobar {
width: 220px;
height: 700px;
position: absolute;
top: 330px;
left: 87px;
background-color: #666666;
font-family: courier new;
font-size: small;
align: right;
}

div.content {
width: 600px;
height: 670px;
background-color: #666666;
font-family: courier new;
}

div.name {
width: 850px;
height: 45px;
position: absolute;
left: 87px;
top: 266px;
font-family: franklingottdemcon;
font-weight: bold;
color: #FFFFFF;
font-size: 16pt;
}


div.links {
width: 220px;
height: 18px;
font-weight: bold;
background-color: #999999;
font-family: franklingottdemcon;
font-size: medium;
}

div.nav {
height: 18px;
width: 170px;
background-color: #999999;
position: absolute;
top: 315px;
text-align: center;
font-family: franklingottdemcon;
font-weight: bold;
text-transform: uppercase;
}

/* HEADER STYLES */

h1 {
font-family: franklingottdemcon;
font-weight: bold;
font-size: 14pt;
color: #000000;
}

/* HOVER STYLES */

div.nav:hover {
background-color: #666666;
}

div.links:hover {
background-color: #000000;
}

img.hov {
height: 0; 
width: 0; 
border-width: 0;
}

div#boots:hover img.hov {
height: 216px;
width: 850px;
}

/* LINK STYLES */

a:link {
text-decoration: none;
color: #000000;
}

a:visited {
text-decoration: none; 
color: #000000;
}

a:hover {
text-decoration: none;
color: #000000;
}

a.links:link {
font-family: franklingottdemcon;
font-weight: bold;
}

a.links:hover {
color: #FFFFFF;
background-color: #000000;
}

a.nav:hover {
background-color: #666666;
}
