/*
-----------------------------------------------
Site Layout Styles
Author:   akella at http://cssing.org.ua
Version:  16 mar 2008
----------------------------------------------- */
#out {
	min-width: 890px;
	width: expression(document.body.clientWidth < 921? "920px": "auto" );
	}

	#page, #ppage, #pppage, #ppppage {
		width: 100%;
		overflow: hidden;
		}
	#page{
		background: #fff url(../img/bg-page.png) repeat-y 0 0;
		}
	#ppage {
		background: url(../img/bg-ppage.png) repeat-y 100% 0;
		}
	#pppage {
		background: url(../img/bg-pppage.png) no-repeat 100% 0;
		}
	#ppppage{
		background: url(../img/bg-ppppage.png) no-repeat 0 0;
		}
	#ppage, #pppage, #ppppage{ padding-bottom: 0; }

	div#wrapper {
		float:left;
		 width:100% ;
		_height:0;
		}
		div#content{
			margin:0 175px 0 192px;
			background: url(../img/bg-content.png) 0 0 repeat-x;
			}
		div#right{
			float:left;
			width:154px;
			margin-left:-154px;
			margin-bottom: -20px;
			position:relative;
			padding: 0;
			}
		div#left{
			float:left;
			width:170px;
			margin-left:-100%;
			margin-bottom: -20px;
			position: relative;
			}
			#footer{
			}
