﻿body 
{
    background-color:#A6A6A6;
}
.div_header_top
{
    width:1024px;
    height:14px;
    background-image:url(Images/header_top.jpg);
    background-repeat:repeat-x;
}
.div_header_medium
{
    width:1024px;
    height:286px;
}
.div_header_medium_menu
{
    width:700px;
    height:286px;
    float:left;
}
.div_header_medium_logo
{
    width:324px;
    height:286px;
    background-image:url(Images/logo.jpg);
    background-repeat:no-repeat;
    float:right;
}
.div_header_bottom
{
    width:1024px;
    height:29px;
    background-image:url(Images/header_bottom.jpg);
    background-repeat:repeat-x;
}
.div_content_main
{
    width:1024px;
    height:auto;
    background-color:White;
}
.div_content_left
{
    width:694px;
    float:left;
   background-image:url(Images/blue_point.jpg);
    background-repeat:repeat;
    text-align:left;
    height:100%;
}
.div_content_right
{
    width:329px;
    height:100%;
    background-image:url(Images/blue_point.jpg);
    background-repeat:repeat;
    vertical-align:top;
    float:right;
      
}

.tab_content_left
{
    width:694px;
   
   background-image:url(Images/blue_point.jpg);
    background-repeat:repeat;
    text-align:left;
    vertical-align:top;
}
.tab_content_med
{
    width:1px;
    background-color:White;
}
.tab_content_right
{
    width:329px;
   
    background-image:url(Images/blue_point.jpg);
    background-repeat:repeat;
    vertical-align:top;
  
      
}