.container
{
    min-width:        1021px;
    width:            1017px;
    margin:            15px auto 0 auto;
    text-align:        left;
    font-family: "trebuchet MS", verdana;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: 200;
    color: black;
}

.header {
  height:        90px;
  width:            100%;
  text-align:    left;
}
.header_bg
{
  background: url('header.png') no-repeat center;
  height:        114px;
  width:            1021px;
  text-align:    left;
  z-index: 10;
  position: relative;
}

.body 
{    
  padding-left: 18px;
  z-index: 0;
}

.menu 
{
  width: 210px;
  float: left;
  text-align: center;
}

.menu_top 
{
  width: 210px;
  height: 30px;
  background: url('menu_top.png') no-repeat;
}
.menubar 
{
  width: 210px;
  height: 28px;
  background: url('menubar.png') no-repeat top;
  text-align: center;
  padding-top: 8px;
  font-weight: 700;
}
.menu_bottom 
{
  width: 210px;
  height: 30px;
  background: url('menu_bottom.png') no-repeat;
  text-align: center;
  font-weight: 200;
}

.menu_body 
{
  width: 210px;
  background: url('menu.png') repeat-y;
  text-align: center;
}

.menu_item 
{
  background: url('menu_dot.png') no-repeat left;
  padding-left: 28px;
  margin-top: 3px;
  margin-bottom: 3px;
  text-align: left;
  margin-left: 10px;
}

.content
{
  width: 778px;
  float: right;
  text-align: left;
}

.main_top 
{
  width: 758px;
  height: 22px;
  background: url('main_top.png') no-repeat left;
  padding-top: 8px;
  padding-left: 20px;
}

.main 
{
  width: 778px;
  background: url('main.png') repeat-y;
}

.main_bottom 
{
  width:778px;
  height: 39px;
  background: url('main_botom.png') no-repeat;
}

.download_frame 
{
  width: 756px;
  margin-left: auto;
  margin-right: auto;
}

.download_top_s
{
  width: 756px;
  height: 60px;
  background: url('ds_top.png') no-repeat center;
}

.download_s
{
  width: 706px;
  padding-left: 20px;
  padding-right: 30px;
  background: url('ds.png') repeat-y center;
}

.download_bottom_s
{
  width: 756px;
  height: 30px;
  background: url('ds_bottom.png') no-repeat center;
}

.download_top_m
{
  width: 756px;
  height: 60px;
  background: url('dm_top.png') no-repeat center;
}

.download_m
{
  width: 706px;
  padding-left: 20px;
  padding-right: 30px;
  background: url('dm.png') repeat-y center;
}

.download_bottom_m
{
  width: 756px;
  height: 30px;
  background: url('dm_bottom.png') no-repeat center;
}

.login 
{
  text-align: center;
}

.main_text
{
  text-align:justify;
  padding-left: 20px;
  padding-right: 20px;
}

.button_ds
{
  padding-top: 8px;
  height: 33px;
  float: left;
  width: 230px;
}

.button_dm
{
  padding-top: 8px;
  height: 33px;
  float: left;
  width: 195px;
}

.article_header
{
  float: left;
  font-weight: 900;
}

.header_link
{
  height: 100%;
  width: 220px;
  left: 10px;
}

fieldset, form
{ 
  border: 0px;  
  padding: 0px;
  margin: 0px;
}

hr
{
  padding: 0px;
  margin: 0px;
}

p
{
  padding: 0px;
  margin: 0px;
}

a
{ 
  text-decoration: none;
  color: #505070;
}

a:hover
{ 
  text-decoration: underline;   
  color: #303070;     
}