
body { 
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    text-align:center;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size : 10px;
    color : #666;
    background-color:#DCDCDC;
} 

#frame {
   width: 800px;
   margin-right: auto; /*do NOT touch!*/
   margin-left: auto;
   margin-top: 0px;
   padding:0px;
   margin-top:10px;
   text-align:left;
}


#top{
   float: left;
   width: 798x;
   border-left: 1px solid #2B2B2B;
   background-color:#000;
}

#left_top{
   float: left;
   width: 200px;
   background-color:#FFF;
}


#left_logo{
   float: left;
   width: 200px;
   background-color:#FFF;
   border-top: 1px solid #2B2B2B;
   margin-bottom: -2px;
}

#left_text{
   float: left;
   width: 200px;
   height: 106px;
   background-color:#FFF;
   margin: 0px;
   padding: 0px;
   background: url(squares3.jpg) no-repeat;
}


#right_top{
   float: left;
   width: 596px;
   background-color:#FFF;
}


#left{
   float: left;
   width: 200px;
   border-left: 1px solid #2B2B2B;
   background-color:#FFF;
   background: url(squares2.jpg) no-repeat;
}


#left_menu{
   float: left;
   width: 200px;
   height: 372px;
   border-top: 1px solid #2B2B2B;
}

#left_menu2{
   float: left;
   width: 200px;
   height: 421px;
   border-top: 1px solid #2B2B2B;
}


#right{
   float: left;
   width: 596px;
   background-color:#FFF;
 
}



#right_image{
   float: left;
   width: 596px;
   background-color:#777;
   margin-bottom: -2px;
}

#right_line{
   float: left;
   width: 596px;
   height: 20px;
   background-color:#ACACAC;
   border-top: 1px solid #2B2B2B;
   border-left: 1px solid #2B2B2B;
   border-right: 1px solid #2B2B2B;
   border-bottom: 1px solid #2B2B2B;
   background: url(line.jpg) repeat-x;
}

#right_content{
   float: left;
   width: 596px;
   height: 351px;
   padding-top: 0px;
   border-left: 1px solid #2B2B2B;
   border-right: 1px solid #2B2B2B; 
}


#right_content2{
   float: left;
   width: 592px;
   height: 400px;
   padding-top: 0px;
   padding-left: 4px;
   border-left: 1px solid #2B2B2B;
   border-right: 1px solid #2B2B2B; 
}


#bottom{
   float: left;
   width: 797px;
   height: 40px;
   border-top: 1px solid #2B2B2B;
   border-bottom: 1px solid #2B2B2B;
   border-left: 1px solid #2B2B2B;
   border-right: 1px solid #2B2B2B;
   background-color:#D2D2D2;
   background: url(line2.jpg) repeat-x;
}

.to_right{
    float: right;
    margin-right: 4px;
}

.asset{
    float: left;
    width: 585px;
    height: 115px;
    margin-top: 5px;
    padding: 0px;
    border: 1px solid #2B2B2B;    
    background-color:#FFF;
}

.asset_img{
    float: left;
    width: 164px;
    height: 115px;
    background-color:#FFEEE0;
}

img.asset{
    float: left;
    width: 154px;
    height: 105px;
    margin-top: 3px;
    margin-left: 3px;
    padding: 1px;
    background: #FFF;
    border: 1px solid #FF6600;
}

.asset_descr{
    float: left;
    width: 420px;
    height: 115px;
    background-color:#FFF7F0;
    text-align:justify;
}

p.site {
    color: #FF6600;
    font-weight: bold;
    margin-top: 2px;
    margin-left: 3px;
    margin-right: 0px;
    margin-bottom: 2px;
}

p.a_descr{
    margin: 0px;
    margin-left: 3px;
    margin-right: 6px;
}


#contact_left{
    float: left;
    width: 200px;
}

#contact_right{
    float: left;
    width: 394px;
    height: 351px;
    border-left: 1px solid #2B2B2B;
}


input {
    background: #FFFAF0 url(input.jpg) repeat-x;
    width: 267px;
    border: solid 1px #2B2B2B;
    font: normal 11px Tahoma,Verdana,sans-serif;
    padding: 2px;
}

input.button {
    background: #FFFAF0 url(input.jpg) repeat-x;
    width: 120px;
    border: solid 1px #2B2B2B;
    font: bold 12px Tahoma,Verdana,sans-serif;
    color: #FF6600;
    padding: 2px;
}

textarea {
    background: #FFFAF0 url(textarea.jpg) repeat-x;
    width: 267px;
    height: 120px;
    padding: 2px;
    border: solid 1px #2B2B2B;
    font: normal 11px Tahoma,Verdana,sans-serif;
}

p.default {
    margin: 0px;
    padding-left: 4px;
    padding-top: 4px;
} 

p.default:first-letter { 
   margin-left:0px;
   font-size:160%; 
   color: #FF6600;
}

p.default2 {
    margin: 0px;
    padding-left: 4px;
    padding-top: 4px;
} 

.dashed {
    width: 106px;
    margin: 0px;
    padding-left: 4px;
    padding-top: 6px;
    border-bottom:dashed 1px #FF6600;
} 


form {
    float: left;
}

td, tr, p, div {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color : #666;
    font-size : 11px;
} 


ul {
    margin: 0;
    padding-left: 30px;
    list-style: none;
}

li {
    line-height: 15px;
    padding-left: 12px;
    padding-top: 2px;
    background-image: url(li.gif) ;
    background-repeat: no-repeat;
    background-position: 0px 8px;
}

a.mainlevel {
    width: 165px;
}

a.mainlevel:link, a.mainlevel:visited {
	display : block;
	color: #666666;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(menu.gif);
	background-repeat:no-repeat;
	background-position:right;
	border-bottom:dashed 1px #FF6600;
	font-size: 11px;
	line-height: 18px;
	padding : 2px 20px 2px 4px;
	text-decoration:none;
}

a.mainlevel:hover {
	background-image:url(menu_hover.gif);
	background-repeat:no-repeat;
	background-repeat:no-repeat;
	border-bottom:dashed 1px #666666;
	color: #FF6600;
}

a.a_asset {
    color: #FF6600;
    font-weight1: bold;
    margin: 0px;
    text-decoration: none;
}


