html, body {
 margin: 0px;
 font-family: tahoma, verdana;
 font-weight: normal;
 font-size: 12px;
 color: #7B807D;
}
#wraperTable {
 width: 1000px;
 height: 100%;
 border: 0px;
}
td {
 vertical-align: top;
 font-size: 14px;
}
#headerCell {
 height: 410px;
 background: url('../images/header_bg.jpg') no-repeat;
 padding-right: 58px;
 text-align: right;
 font-size: 12pt;  
 color: #666;
}
#hdr_title {
 padding-top: 50px;
}
#hdr_ptitle, #hdr_address, #hdr_phones, #hdr_email {
 padding-top: 10px;
 font-size: 120%;
}
#hdr_ptitle {
 padding-top: 92px;
}
#hdr_ptitle strong, #hdr_phones strong {
 font-size: 30px;
 font-weight: normal;
}
#menuCell {
 text-align: right;
 padding-top: 15px;
 padding-bottom: 40px;
 width: 290px;
}
#menuCell ul {
 list-style: none;
}
#menuCell ul li {
 font: normal normal normal 18px Helvetica, sans-serif;
 text-align: right;
 border-bottom: solid 1px #d6d6d6;
 padding-bottom: 3px;
 padding-right: 10px;
 margin-top: 3px;
}
a { color: #949DC0; }
#menuCell ul li a, #bottomMenuCell a {text-decoration: none; color: #7B807D}
#menuCell ul li a:hover, #bottomMenuCell a:hover {color: #6472A4}
#menuCell ul li.active {
 color: #464646;
 padding-right: 28px;
}
#menuCell ul li a {
 padding-right: 18px;
}
#menuCell ul li a:hover {
 background: url('../images/marker.gif') no-repeat right;
}
#contentCell {
 height: 99%;
 padding-top: 15px;
 padding-left: 139px;
 padding-right: 58px;
 padding-bottom: 60px;
}
.newsdate {
 background-color: #6472A4;
 color: #fff;
 padding: 0px 7px;
}
#copyrightCell {
 padding: 40px;
 border-top: 3px solid #949DC0;
 font-size: 11px;
 text-align: right;
}
#bottomMenuCell {
 padding: 40px;
 padding-left: 139px;
 padding-right: 58px;
 border-top: 3px solid #949DC0;
 font-size: 11px;
}
.samplesCell {
 text-align: center;
}