﻿html
{
	height: 100%;
	min-height: 100%;
}
form
{
    margin: 0px;
    padding: 0px;
}
body 
{
    margin: 0px;
    padding: 0px;
    background-color: #000000;
}

body, div, a, td, span
{
    font-family: Verdana, Sans-Serif, Arial;
    letter-spacing: -.05em;
    font-size: 11px;
    color: #323232;
}
h1
{
    font-size: 18px;
    color: #323232;
}
a, a:link, a:visited, a:active
{
    color: #323232;
    text-decoration: none;
    border-bottom: 1px dotted #999999;
}
a:hover
{
    color: #323232;
    text-decoration: none;
    border-bottom: 1px dotted #454545;
}
.whole 
{
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #ffffff; 
    height: 100%;
    width: 1134px;
}
.nav
{
    position: absolute;
    top: 365px;
    left: 150px;
    width: 100px;
    height: 100px;
    background-image: url(images/nav/bg.gif);
    background-position: top;
    background-repeat: no-repeat;
}
.navitem
{
    position: absolute;
}
#divMain
{
    overflow: auto;
    position: absolute;
    left: 305px;
    top: 395px;
    width: 829px;
    background-color: #ffffff;
    border-bottom: solid 1px black;
    overflow: hidden;
    width: 829px;
    height: 380px;
}
#divMain .body
{
    padding-right: 100px;
}

.divE
{
     clear: both; 
     padding-left: 45px;
     padding-right: 30px;
     padding-top: 10px;
     width: 420px;
     text-align: left;
}

.imageWrapper,
.imageWrapper2,
.imageWrapper3
{
    float: left;
    padding-left: 20px;
    padding-top: 15px;
}
ul li
{
    margin: 5px;
}