	#contentWrapper {
		min-height: 100%;
		position: relative;
	}
	
	* html #contentWrapper {
		height: 100%;	
	}
	
	#grid {
		height: 150px;	
	}
	
		#bannerContainer {
			position: relative;
			width: 935px;
			height: 150px;
			margin: 0 auto;
			font-size: 0;
			line-height: 0;
		}
		
	.dotted {
		position: absolute;
		left: 50%;
		top: 240px;
		width: 1px;
		height: 40px;
		margin-left: 192px;
		border-right: solid 2px #e10d00;
	}
	
	.dottedBoston, .dottedAthletics, .dottedFinancials {
		position: absolute;
		left: 50%;
		top: 145px;
		margin-left: 193px;
		height: 94px;
		width: 136px;
		border-left: solid 2px #e10d00;
		border-top: solid 2px #e10d00;
	}
	
	.dottedIntro {
		position: absolute;
		left: 50%;
		top: 214px;
		margin-left: 193px;
		height: 25px;
		width: 256px;
		border-left: solid 2px #e10d00;
		border-top: solid 2px #e10d00;
	}
	
	.dottedWorld {
		position: absolute;
		left: 50%;
		top: 168px;
		margin-left: 193px;
		height: 72px;
		width: 140px;
		border-left: solid 2px #e10d00;
		border-top: solid 2px #e10d00;
	}
	
	.dottedAcademics {
		position: absolute;
		left: 50%;
		top: 188px;
		margin-left: 193px;
		height: 52px;
		width: 112px;
		border-left: solid 2px #e10d00;
		border-top: solid 2px #e10d00;
	}
		
		#content {
			width: 935px;
			margin: 0 auto;
			zoom: 1;
			padding-bottom: 136px;
		}
		
		#content:after {
			content: ".";
			display: block;
			height: 0;
			font-size: 0;
			clear: both;
			visibility: hidden;
		}
		
			#content h2 {
				font-size: 1.8em;
				line-height: 1.4em;
				font-weight: bold;
			}
			
			#content h3, #content a h3 {
				font-size: 1.4em;
				line-height: 1.4em;
				font-weight: bold;
				color: #e5173f;
				text-decoration: none;
			}
			
				#content a:hover h3 {
					text-decoration: underline;
				}
			
				#content #contentRight, h3 {
					margin-top: 0px;
				}
		
			#contentLeft {
				float: left;
				width: 555px;
				margin: 0px 45px 0px 0px;
				font-size: 1.2em;
				line-height: 1.6em;
			}
			
				.inlineImage {
					padding-left: 15px;
				}
			
				#contentLeft a {
					color: #000000;	
				}
			
				#contentLeft ul li {
					color: #cc0000;	
				}
				
					#contentLeft ul li span {
						color: #6a747c;
					}
			
			#contentRight {
				float: right;
				width: 335px;
			}
			
				#contentRight a {
					text-decoration: none;	
				}
			
				.videoCallout {
					zoom: 1;
					padding: 5px 0px 20px 0px;
					font-size: 1.1em;
					line-height: 1.60em;
				}
				
				.videoCallout:after {
					content: ".";
					display: block;
					height: 0;
					font-size: 0;
					clear: both;
					visibility: hidden;
				}
				
					.videoCalloutLeft {
						margin: 0px 10px 0px 0px;
					}
		
	#footerContainer {
		background-image: url(../images/contentShadow.gif);
		background-position: left top;
		background-repeat: repeat-x;
		margin-top: -136px;
		padding-top: 31px;
		position: relative;
	}
	
		#footer {
			margin: 0 auto;
			padding: 25px 0px 25px 0px;
		}
		
			#footerLeft {
				float: none;
			}