html
{
    /* http://snippets.dzone.com/posts/show/217 */
    overflow: -moz-scrollbars-vertical;
}
body 
{
    background-color: #D7D7D7;
    margin:0px; 
    padding:0px;
    text-align: center; 
    /*height:100%;*/ 
    font-family:Tahoma; 
    font-size:10pt; 
    color:#000000; 
    
}
h1
{
    width:100%;
    text-align: left;
    /*border-bottom: 1px solid #e5e5e5;*/

    margin-top: -10px;
    margin-bottom: 0;
    font-family:Tahoma; 
    font-size: 14pt;
    padding-bottom: 10px;
    text-transform: uppercase;
}
h1:first-letter
{
    color: #BF1E2D;
}
#page
{
    width:100%;
    border:0px solid red;
    border-collapse: collapse;
}
#box
{
    background: url('../images/page_bg.jpg') repeat-y;
    width: 1000px;
    border:0px solid green;
}
#border_top
{
    width:1000px;
    height:10px;
    background: url('../images/border_top.jpg') no-repeat;
}
#top
{
    width:980px;
    height:241px;
    background: url('../images/top_bg.jpg') repeat-x;
}
#logo
{
    width:188px;
    height: 94px;
    float:left;
    margin-left:15px;
    margin-top:10px;
}
#women
{
    width:150px;
    height: 220px;
    float:left;
    margin-top:6px;
    background: url('../images/women.jpg') no-repeat;
    margin-left:50px;
}
#slogan
{
    width:400px;
    float:left;
    font-family: Arial;
    font-size: 26px;
    text-align: left;
    margin-top: 35px;
}
#menu
{
    border:0px solid red;
    position:relative;
    top:30px; /*IE 7 31, Firefox 30*/
    width:500px;
    float: right;
    height:27px;
    text-align: right;
}
#menu table td 
{
    width:120px;
    height: 27px;
    text-align: center;
    background: url('../images/button.jpg') no-repeat;
}
#menu table td a, #menu table td a:link, #menu table td a:visited
{
    text-decoration: none;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #C01D2E;
}

#menu table td.active
{
    width:120px;
    height: 27px;
    text-align: center;
    background: url('../images/active_button.jpg') no-repeat;
}
#menu table td.active a, #menu table td a:hover
{
    color: #FFFFFF;
}
#home_icon
{
    width:20px;
    float:right;
    font-family: Arial;
    font-size: 26px;
    margin-top: 20px;
    margin-right:30px;
}
#container
{
    width:980px;
    /*
    height:100%;
    min-height: 600px;
    */
    border:0px solid blue;
}
#left
{
    width: 208px;
    /*height:100px;
    float: left;*/
    position: relative;
    top: -19px;
    left:5px;
    border:0px solid red;
}
#left_top
{
    width: 208px;
    height: 30px;
    background: url('../images/left_top.jpg') no-repeat;
}
#left_center
{
    width: 208px;
    background: url('../images/left_center.jpg') repeat-y;
}
#left_caption
{
    height: 17px;
    padding-top:1px;
    padding-bottom:3px;
    padding-right:10px;
    padding-left:20px;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 14px;
    right:3px;
    background: #BD202B url('../images/left_caption.jpg') no-repeat;
    background-position: left;
}
ul#left_menu
{
    text-align: left;
    border:0px solid red;
    width: 160px;
    padding-top:35px;
/*    list-style: none;*/
    list-style-image: url('../images/arrow.jpg') ;
    margin-top:0;
    margin-bottom: 0;
    margin-left:0;
}
ul#left_menu li
{
    font-family: Tahoma, Arial;
    font-size: 12px;
    padding-bottom:10px;
}
ul#left_menu li a, ul#left_menu li a:link, ul#left_menu li a:visited 
{
    text-decoration: none;
    color: #000000;
}
ul#left_menu li a:hover
{
    text-decoration: underline;
    color: #000000;
}
#left_bottom
{
    width: 208px;
    height: 80px;
    background: url('../images/left_bottom.jpg') repeat-y;
}
#center
{
    width: 590px;
/*    float:none;*/
    position: relative;
    top: -18px;
    left:5px;
    border:0px solid red;
    background: url('../images/center.jpg') no-repeat;
}
#center_top
{
    width: 590px;
    height: 21px;
    background: url('../images/center_top.jpg') no-repeat;
}
#center_center
{
    font-family: Tahoma, Arial;
    font-size: 12px;
    padding-left:10px;
    padding-right:10px;
    width: 570px;
    text-align: justify;
    vertical-align: top;
    height:100%;
    min-height: 400px;
}
#right
{
    width: 171px;
    height:219px;
    background-color: #EEEEEE;
    margin-top: 3px;
}
#right_caption
{
    height: 17px;
    padding-top:1px;
    padding-bottom:3px;
    padding-right:10px;
    padding-left:10px;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    top: 14px;
    right:3px;
    width:90px;
    background: #BD202B url('../images/right_caption.jpg') no-repeat;
    background-position: right;
}
#right div#text
{
    font-family: Tahoma, Arial;
    font-size: 12px;
    padding-top:30px;
    padding-left:5px;
    padding-right:5px;
    text-align: justify;
}
#border_bottom
{
    width:1000px;
    height:10px;
    background: url('../images/border_bottom.jpg') no-repeat;
}
#footer
{
    width:980px;
    height:93px;
    background: url('../images/footer_bg.jpg') repeat-x;
}
#footer a
{
    color:#000000;
    text-decoration: none;
}
#footer a:hover
{
    color:#000000;
    text-decoration: underline;
}
#footer_text
{
    border:0px solid red;
    color: #727272;
    font-family: Tahoma, Arial;
    text-align: right;
    padding-top:5px;
    padding-right:5px;
}