/*каркас*/
html, body {height:100%; margin:0;padding:0}
html>body {min-height:100%;height:auto;}
body {position:relative;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;}
#footer {position:absolute;bottom:0; width:100%;height:50px;background-color: #000}
#main {padding-bottom:50px; padding-left: 203px;}
.vstav, #header{position:relative;height:169px;background-color: #F3F4F9; background-image: url(img/header-fon.gif);}
#header, #footer {color:white;z-index:2;}
.logo {background:#FFF; float:left; width:760px; height:160px; position:relative;}

/* меню */
#menu {padding: 0 5px 0}
#menu a { background-color: #000; height:27px; display:block; padding:2px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px;	color: #FFF; font-weight: bold;}
#menu a:hover { color: #F00;}

/*Левая колонка*/
.left {width: 200px;color: #FFFFFF;height:100%;position:absolute;left:0;bottom:0;z-index: 1;border-right-width: 1px;	border-right-style: solid;border-right-color: #000;}

/*контент*/
#content {padding: 5px 20px 0 5px; text-align:justify;}
h1 {font-size: 14px;font-weight: bold;}