html, body { 
    height:100%;  
    position:relative; 
    font-size:13px; font-family: Trebuchet MS, Tahoma, Verdana, sans-serif; color:#444;
}

body { height:100%; background:#FBFAF5; }

div#BG_LEFT { position:absolute; top:0px; right:100%; background:url(/images/bg-left.jpg) top right repeat-y; height:100%; width:10%; }
div#BG_RIGHT { position:absolute; top:0px; left:100%; background:url(/images/bg-right.jpg) top left repeat-y; height:100%; width:10%; }

div#BODY { width:100%; height:100%;  position:relative; }
div#Main { background:#FFF; width:80%;  min-height:100%; height:auto;  position:relative; }

div.Scheme { min-height:500px;    background:url(/images/scheme.jpg) 50px 180px no-repeat; }
div.Content { height:auto;  min-height:100%; z-index:500;  position:relative; top:0px; left:0px; padding-bottom:100px; }


a#Logo { display:block; float: right; width:123px; height:52px; margin:20px 65px 0 0;  background:url(/images/logo.jpg) bottom no-repeat; }
div#HeaderImg { float: Left; width:408px; height:76px; margin-top:10px;  background:url(/images/platform.jpg) bottom no-repeat; }

div.label { width:100px; float:left; }
div.clear { clear:both; height:5px }

div#Menu { height:30px; width:100%; background:#847F6D; }
div#Menu ul { margin:0px; padding:5px 0 0 0; }
div#Menu ul li { list-style:none; display:inline; margin:0px 15px; }
div#Menu ul li a { color:#FFF; font-size:14px; text-decoration: none; }
div#Menu ul li a:hover { text-decoration: underline; }
div#Menu ul li a.Active { font-weight:700; text-decoration: underline; }

div#Footer { z-index:100; position:absolute;  height:185px; width:100%; bottom:0; left:0; }
div#Footer div { float:left; background:URL(/images/bottom-left-line.jpg) center top no-repeat; text-align:center; margin-top:100px; padding-top:20px; font-size:11px; width:400px; margin-left:5%; }
div#Footer span { dispaly:block; width:400px; height:185px; position:absolute; right:0; background:url(/images/bg-bottom-right.jpg) top right no-repeat;  }

.MainPhoto { border:2px solid red; }
div.Model { float:left; width:33%;}
div.Model .content { width:260px; height:300px;  }
div.Model .desc { text-align:left; margin:0px 10px; }
div.Model img { border:1px solid #847F6D;  }