#ToperSeparator {
	
	background-color:#e7501b;
	height: 38px;
}

	#ToperSeparator div {
		
		line-height: 38px;
		padding-left: 2em;
	}
	
		#ToperSeparator div span {
		
			color: #f5bba6;
			font-size: 1.5em;
			font-style: italic;
		}
		
#ToperMain {
	
	background-color:#e7501b;
	height: 340px;
	color: #fff;
	
	border-top: 1px #d92816 solid;
	border-bottom: 1px #d92816 solid;
}

	#ToperMain div {
		
		height: 340px;
	}
	
		#ToperMain div h2 {
			
			margin:0;
			padding:0.3em 0 0 0;
			font-size: 4em;
			font-style: normal;
			font-weight: bold;
			line-height: 1.4em;
			
			text-transform: uppercase;
			
			font-family: Arial;
		}
		
		#ToperMain div p {
			
			line-height: 1.4em;
			font-size: 3em;
			font-family: Arial;
		}
	
	#ToperMain .banner {
		
		position: absolute;
		width: 960px;
		
		display:none;
	}
	
		#ToperMain .banner .left {
			
			width: 50%;
			float: left;
		}
		
			#ToperMain .banner .left .padd {
				
				padding: 20px;
			}
		
		#ToperMain .banner .right {
			
			width: 50%;
			float: right;
		}
	
	#ToperMain .clr {
		
		clear:both;
		height:0;
	}