/****
	SCREEN FILE FOR PAGES WITH MENU2 IN CONTENT AREA
		******************************************/
		
		
		/***
			CONTENT
				***/
				
				#content h3,
				#col2 {
					display: none;
				}
				
				#content {
					float: right;
					display: inline;
					width: 826px;
					height: 503px;
					margin-top: 0px;
					margin-left: -2px;
					padding: 0;
					background: #efefef;
					border-left: 2px solid white;
					z-index: 1;
				}
				
				#col1 h4 {
					font-size: 30px;
				}
				
				#col1 {
					position: relative;
					margin: 250px 0 0 157px;
					width: 500px;
					height: 250px;
					z-index: 3;
					overflow: hidden;
					font-size: 14px;
				}
		
		/***
			MEDIA
				***/
				
				#media {
					position: absolute;
					top: 0;
					left: 0;
					width: 825px;
					height: 503px;
					z-index: 2;
				}
				
		/***
			MENU2
				***/
				
				#menu2 {
					display: none;
				}
				
		/***
			FOOTER
				***/
				
				#footer address {
					position: absolute;
					margin-top: -18px;
				}