/* Viewport value in pixel 1882px by 902px, gutter width value in pixel 2px, column width value in pixel each 374px */
#wrapper{
	position:absolute;
	width:100%;
	height:100%;
/*	background:url(../images/background/feature_pattern.png) repeat;*/
}

#printWrapper{
	width:960px;
	margin:0 auto;
}


	header{
		width:100%;
		min-height:80px;
		margin:auto auto 10px auto;
		background:#24598C;
	}
	
		#headerWrapper{
			max-width:1280px;
			width:100%;
			height:auto;
			margin:0 auto;
		}
	
		.pageTitle{
			max-width:1280px;
			width:100%;
			padding: 0px 20px;
			height:auto;
			margin:0 auto;
			box-sizing: border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing: border-box;
		}
	
		#bodyWrapper{
			position:relative;
			max-width:1280px;
			width:100%;
			height:auto;
		}
	
		#bodyWrapperAdmission{
			position:relative;
			max-width:950px;
			width:100%;
			height:auto;
		}
		
			#seventyPercentPanel{
				float:left;
				width:70%;
				height:auto;
				padding: 0px 20px 0px 0px;
				box-sizing: border-box;
				-webkit-box-sizing:border-box;
				-moz-box-sizing: border-box;
				text-align:center;
			}
		
			#thirtyPercentPanelDash{
				float:left;
				height:auto;
				box-sizing: border-box;
				-webkit-box-sizing:border-box;
				-moz-box-sizing: border-box;
			}
			
			#menuHolder{
				float:left;
				width:auto;
				height:auto;
				padding: 0px 0px 0px 20px;
			}
		
				#thirtyPercentPanel{
					float:left;
					height:auto;
					width:30%;
					box-sizing: border-box;
					-webkit-box-sizing:border-box;
					-moz-box-sizing: border-box;
				}
		
	footer {
		font-family: Arial, Verdana, sans-serif;
		font-size:0.625em;
		position:fixed;
		bottom:0px;
		left:0px;
		width:100%;
		height:40px;
		text-align:left;
		vertical-align:middle;
		line-height:40px;
		z-index:9999;
	}
	
		#footerWrapper{
			max-width:1280px;
			width:100%;
			height:auto;
			margin:0 auto;
			padding:0 0 0 20px;
		}
