/* style.css для сайта emius.ru */

		html { height: 100%; }
		body { margin: 0; height: 90%; }
		
		#wraper { width: 100%; height: 100%; background: #FFFFFF; }
		
		#header { width: 100%; height: 22%; background: #000000; }
			#header_01 { width: 5%;  height: 100%; float: left;  background: #000000; }
			#header_02 { width: 90%; height: 100%; float: left;  background: #FFFFFF; }
			#header_03 { width: 5%;  height: 100%; float: right; background: #000000; }
			
			#header_02_01 { width: 100%; height: 70%; background: #000000; }
			#header_02_02 { width: 100%; height: 30%; background: #FFFFFF; }
			#header_02_02_n { width: 100%; position: relative; top: 25%; text-align: center; }
			#header_02_01_l { width: 20%; height: 100%; display: table-cell; float: left; text-align: left; color: #FFFFFF; vertical-align: middle; font-size: 36pt; position: relative; top: 15px; left: 30px; font-family: Times New Roman; }
			#header_02_01_r { width: 80%; height: 100%; float: right; text-align: right; color: #FFFFFF; font-size: 24pt; position: relative; top: 15px; right: 25px; font-family: Times New Roman; }
		
		#line { width: 100%; height: 2%; background: #FFFFFF; }
		
		#middle { width: 100%; height: 78%; background: #FFFFFF; }
		
			#middle_01 { width: 5%; height: 100%; float: left; background-image:url(http://art.emius.ru/border.jpg); background-repeat: repeat-x; }
			#middle_02 { width: 90%; height: 100%; float: left; background: #FFFFFF; text-align: center; }
			#middle_03 { width: 5%; height: 100%; float: right; background-image:url(http://art.emius.ru/border.jpg); background-repeat: repeat-x; }
		
		#footer { width: 100%; height: 5%; background: #FFFFFF; }
		
			#footer_01 { width: 5%;  height: 100%; float: left;  background: #FFFFFF; }
			#footer_02 { width: 90%;  height: 100%; float: left;  background: #FFFFFF; }
			#footer_03 { width: 5%;  height: 100%; float: right;  background: #FFFFFF; }
		
				#footer_02_01 { width: 100%; height: 60%; background: #AAAAAA; }
				#footer_02_02 { width: 100%; height: 40%; background: #FFFFFF; }
				
				#footer_02_02_01 { width: 50%; height: 100%; float: left; }
				#footer_02_02_02 { width: 50%; height: 100%; float: right; text-align: right; }
		
		#navlink { color: #FFFFFF; text-decoration: none;}
		#redlink { color: #FF0000; text-decoration: none;}
		
		div { color: #000000; text-decoration: none; text-align: justify; font-family: Verdana; font-size: 10pt; }