﻿body {

 background-color: Gray;
 text-align:center;
 font-size:10px;
 font-family: Verdana, Tahoma, Arial;
 color: #898989;
}

body /* Mozilla Firefox alignment */ 
{ 
text-align: -moz-center; 
}

html {overflow-y: scroll;}

 img, div, input { behavior: url("iepngfix.htc") }



img
{
 border-width:0px;
}
a
{
    color: #17626f;
     text-decoration: none;
}

h1, h2
{
 padding:0;
 margin:0;
 padding-bottom:15px;

 text-transform:uppercase;
 font-size:10px; 
 font-weight:bold;
 color: #ffffff; 
}

h2
{
 padding-bottom:0px;
 font-size:10px; 
text-transform:none;
}




.logo
{
 position: relative;
 top:274px;
}

#main
{
width:1024px; 
height: 1000px; 
border-width:0px; 
text-align:left;

 background-repeat: no-repeat;
  background-position: left top;

}

#left
{
    width:218px; 
    float:left;

}

#right
{
 width:806px;
 /* background-color: Aqua;*/
float:left;
}

#menu
{
height:40px;
max-height:40px;
padding-right:30px;
padding-top:160px;
text-align: right;
}

#menu div , #menu div a
{
    color: #17626f;
    font-size: 12px;
    font-weight: bold;
     text-decoration: none;
     padding-right:40px;
}




#content
{
}

#content_left_holder
{
float:left;
padding-top:7px;
}

#content_left
{
width:483px;
height:532px;
 
 
}

#content_right
{
width:323px;
 float:left;
 padding-top:2px;
}

#info
{
    width:483px;
    height:29px;
     color: #ffffff;
    text-align: center;
    font-weight: bold;
     line-height:29px;
      vertical-align: middle;
}

.box_small
{
width:284px;
height:152px;
background-image: url(images1/box_small.png);
overflow:hidden;
}

.box_small div, .box_middle div
{
padding-left:20px;
padding-top:20px;
padding-right:20px;
color: #ffffff;
font-size:9px;
}

.box_small span, .box_middle span
{
 display: block;
padding-bottom:10px;
}

.box_middle
{
width:284px;
height:259px;
background-image: url(images1/box_middle.png);
overflow:hidden;
}

.box_main
{
width:483px;
height:528px;
overflow:hidden;
color: #fff;
}

.box_main div
{
 padding-top:12px;
 padding-left:20px;
 padding-right:20px;
}

table td
{
 vertical-align:top;
}


