#outer_wrapper { 
 min-width:1254px; 
 }
#container{
	background-color:#ffffff;
	float:left;
	width:664px;
	border-left:240px solid #ffffff; /* The width and color of the left rail */
	border-right:350px solid #ffffff; /* The width and color of the right rail */
}
#leftRail{
	float:left;
	width:240px;
	margin-left:-240px;
	position:relative;
}
#center{
	float:left;
	width:664px;
	margin-right:-664px;
	margin-bottom: 20px;
}
#rightRail{
	float:right;
	width:350px;
	margin-right:-350px;
	position:relative;
}
#header {
}
#footer {
 clear:both;
}
form p {
     display: inline;
}
form fieldset {
      border: none;
      padding: 0; 
}
/* выпадающее меню
#menu_body{background:#81A192;width:300px}
#menu_body ul li{list-style-type:none;border-bottom:1px solid #fff;margin-left:-45px;padding-left:40px}
#menu_body ul li a{color:#fff;font-family:verdana,arial,sans-serif;text-decoration:none; list-style-position: inherit}
#menu_body ul li ul li{border:0;list-style-type:none;color:#fff;list-style-position: inside; text-indent: 0px;margin-left:-45px;}
#menu_body ul li ul{border-top:1px solid #fff;margin-left:0 px;padding-left:0px}*/
#menu_body{width:300px; float:left; margin-left:-5px;}
#menu_body_my{width:300px; float:left; margin-left:-5px;}
#menu_body ul li{list-style-type:none;border-bottom:1px solid #cccccc; margin-left:-40px; padding-left:40px;}
#menu_body_my ul li{list-style-type:none;border-bottom:1px solid #cccccc; margin-left:-40px; padding-left:-40px; text-indent:0px;}

#menu_body ul li a{color:#334d55; text-decoration:none;}
#menu_body ul li ul li{border:0;list-style-type:none;color:#334d55; list-style-position:inside; text-indent: 0px;}
#menu_body ul li ul{border-top:1px solid #cccccc; margin-left:-40px;padding-left:30px}