/* ################################################################################################################### */
/* ------------------------------------------------------------------------------------------------------------------- */
/* Structure */
/* ------------------------------------------------------------------------------------------------------------------- */
/* ################################################################################################################### */

#Page{ }

	#Header {display:none;}
	#Middle {
		width: 968px;
		text-align:left;
		margin-right:auto;
		margin-left:auto;
		background-image: url(../images/left-fond.png);
		background-repeat:repeat-y;
		/*background-color:#FF00FF;*/
	}      
		#Top {
			width: auto; 
			position: relative; 
			z-index: 14;
			/*background-color:#999999;*/
		}
		.outer {
			width: auto;; 
		
			/*background-color:#333333;*/
		}
		.inner { margin: 0; width: 100%; /*background-color:#33FFFF;*/ }
		#Left {
				float: left;
				overflow:visible;
				width: 202px;             		
				margin-left: 0px; 			
				position: relative; 
				z-index: 13;
				text-align:right;
				/*background-color:#FF0000;*/
				}
		#Right {
				margin-top:50px;
				margin-right:5px;
				float:right;
				overflow:hidden;
				width: 220px;             		
				position: relative; 
				z-index: 11;
			}
		#Center {
				float: left;
				width: 660px;
				height:auto;
				position: relative;
				z-index: 12;
				text-align:left;
				margin-top:25px;
				/*margin-bottom:25px;*/
				margin-left:25px;
				margin-right:25px;
				text-align:justify;
				/*background-color:#333333;*/
			}
		#Bottom {}
		.clear { clear: both; }
	#Footer {
		display:none;
	}
/* Mozilla code */
.outer > .inner { border-bottom: 1px solid transparent; }
