BODY {
    text-align: center; /* IE requires if div */
    margin: 20px 0 10px 0;
    BACKGROUND-IMAGE: url('images/background.gif');
    BACKGROUND-REPEAT: repeat;
    BACKGROUND-ATTACHMENT: scroll;
    BACKGROUND-COLOR: #FFFFFF;
    border: none;
    FONT-SIZE: 14pt;
    COLOR: #000000;
    FONT-FAMILY: Garamond, Sans-Serif;
} #wrapper {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    WIDTH: 750px;
    /*height: 100%;*/
    border: 6px outset #5F9EA0;
    background: #ffffff;
    margin-bottom: 10px;
    margin: auto;
} #company {
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
    border: 0;
    WIDTH: 720px;
    HEIGHT: 140px
} #menu {
    margin: 0 0 0 0;
    padding: 0 10px 10px 10px;
    VERTICAL-ALIGN: middle;;
    /*HEIGHT: 70px;*/
    BACKGROUND-COLOR: #FFFFFF;
    /*BACKGROUND-IMAGE: url('images/info_bar.gif');*/
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Sans-Serif;
} #content {
    margin: 0 0 0 0;
    padding: 0 10px 0 10px;
    VERTICAL-ALIGN: top;
    TEXT-ALIGN: left;
    /*WIDTH: 100%;*/
    /*height: 100%;*/
    BACKGROUND-IMAGE: url('images/FashionBack4.gif');
    BACKGROUND-REPEAT: repeat
}
h1 {
    /* margin: 0 0 0 0;*/
    padding: 5px 0 0 0;
    font-weight: bold;
    font-size: 16pt;
    font-family: Garamond, sans-serif;
    color: red
}
h2 {
    font-weight: bold;
    font-size: 15pt;
    font-family: Garamond, sans-serif;
    color: #00008B; /*#696969;*/
}
p {
    font-weight: normal;
    font-size: 14pt;
    font-family: Garamond, sans-serif;
}
div p{
    text-align: center;
    font-weight: normal;
    font-size: 12pt;
    font-family: Garamond, sans-serif;
}
a:link{
    color:blue;
}
a:visited{
    color:purple;
}
a:active{
    color:red;
}
a:hover{
    color:red;
}
