html, body {
   color: #363636;
   height: 100%;
}
td {
   font-size: 12px;
}
.box {
   background: url(images/blah2_1.gif) no-repeat;
   width: 170px;
   line-height: 23px;
   float: left;
}
.box .left {
   background: url(images/blah4.gif) repeat-y;
   margin-top: 6px;
   margin-bottom: 2px;
   width: 170px;
}
.box .right {
   background: url(images/blah3.gif) right repeat-y;
   width: 170px;
}
.box .bottom {
   background: url(images/blah5_1.gif) 0px 0px no-repeat;
   height: 21px;
   margin-right: 1px;
}
.box .content {
   font-family: Tahoma;
   font-size: 11px;
   margin-left: 17px;
   padding-left: 2px;
   margin-right: 19px;
   background-color: #fff;
   line-height: 15px;
}
.box h1 {
   padding: 0px;
   margin: 0px;
   padding-left: 13px;
   margin: 0px;
   font-size: 11px;
   color: #363636;
   background: url(images/arrow.gif) 0px center no-repeat;
}
.box .content ul { 
   padding: 0px;
   margin: 0px;
   color: #363636;
   list-style: none;
}
.box .content ul li {
   padding-left: 11px;
   background: url(images/bulletb.gif)  0px center no-repeat;
}

.box_small {
   background: url(images/blah2.gif) no-repeat;
   width: 150px;
   line-height: 23px;
   float: left;
}
.box_small .left {
   background: url(images/blah4.gif) repeat-y;
   margin-top: 6px;
   margin-bottom: 2px;
   width: 150px;
}
.box_small .right {
   background: url(images/blah3.gif) right repeat-y;
   width: 150px;
}
.box_small .bottom {
   background: url(images/blah5.gif) 0px 0px no-repeat;
   height: 21px;
   margin-right: 1px;
}
.box_small .content {
   font-family: Tahoma;
   font-size: 11px;
   margin-left: 17px;
   padding-left: 2px;
   margin-right: 19px;
   background-color: #fff;
   line-height: 15px;
}
.box_small h1 {
   padding: 0px;
   margin: 0px;
   padding-left: 13px;
   margin: 0px;
   font-size: 11px;
   color: #363636;
   background: url(images/arrow.gif) 0px center no-repeat;
}
.box_small .content ul { 
   padding: 0px;
   margin: 0px;
   color: #363636;
   list-style: none;
}
.box_small .content ul li {
   padding-left: 11px;
   background: url(images/bulletb.gif)  0px center no-repeat;
}

#content {
   font-family: Verdana;
   font-size: 12px;
   color: #363636;
   width: 342px;
   padding: 2px;
}
#content .params {
   list-style: none;
   padding: 0px;
   margin: 0px;
}
#content .params li {
   background: url(images/arrow.gif) 0px center no-repeat;
   padding: 2px;
   padding-left: 13px;
   font-size: 11px;
}
#content1 {
   font-family: Verdana;
   font-size: 12px;
   color: #363636;
}
#content1 .params {
   list-style: none;
   padding: 0px;
   margin: 0px;
}
#content1 .params li {
   background: url(images/arrow.gif) 0px center no-repeat;
   padding: 2px;
   padding-left: 13px;
   font-size: 11px;
}

.pictures {
   text-align: center;
}
.pictures img {
   border: 0px;
   padding: 15px;
}
h3 {
   font-size: 14px;
}
.sub_title {
   text-align: left; 
   color: #afcdfb; 
   font-size: 11px; 
   font-family: verdana;
}
.sub_title a, .sub_title a:visited {
   color: #afcdfb;
   text-decoration: none;
}
.sub_title a:hover {
   text-decoration: underline;
}
.cleaner {
   height: 1px;
   clear: both;
   display: block;
   border: 0px;
}

