.main_link {
    position        : absolute;
    left            : 525px;
    top             : 71px;
}

.menu_div {
    border          : #0066CC 1px solid;
    left            : 500;
    visibility      : hidden;
    width           : 134px;
    position        : absolute;
    top             : 90px;
    height          : 160px;
    background-color: white;
}

.menu_div img {
    border-left     : #FFFFFF 2px solid;
    border-right    : #FFFFFF 2px solid;
}

.menu_div img:hover {
    border-left     : #0000FF 2px solid;
    border-right    : #0000FF 2px solid;
}

.main_content {
    width           : 600px;
    padding         : 5px;
}

/* Setup a standard basic look for each page */
body {
    background-color: #FFFFFF;
    font-family     : arial, helvetica;
    color           : #000000;
    margin-top      : 0;
    margin-left     : 0;
}

/* Links will persistantly be the same color */
a           { color : #0099FF; }
a:visited   { color : #0099FF; }
a:hover     { color : #0099FF; }
a:active    { color : #0099FF; }
