body { background-image: none }

#wrap {
	width: 1050px;
	background: url(../img/content_bg_home.png) repeat-y
}

	.header { 
		height: 219px;
		background: url(../img/header_bg_home.jpg) no-repeat
	}
		#logo { 
			top: 6px;
			left: 209px;
			margin: 0 
		}
	
	#content { 
	background: url(../img/content_bg_home.jpg) repeat-y; 
	/*overflow: hidden  
Kerstin Commented this out because it was causing problems in DW
It did not seem to affect any browsers during the QA process	
	*/
	}
	
			.nav {
				padding-top: 145px;
				background-image: url(../img/nav_bg_home.jpg)
			}
			
			.section {
				width: 725px;
				margin-left: 0;
				padding: 65px 100px 1em 25px;
/*	If you want to comment out the Quick Links on the home page
	change the padding to this.
	See also the .welcome class a few lines below
				padding: 35px 100px 1em 25px;
*/
				background: url(../img/article_bg_home.jpg) no-repeat;
				overflow: hidden
			}
				.quick { top: 0; right: 105px }
				.welcome {
					float: left;
					width: 390px;
/*	If you want to remove the quick links from the home page, set the padding to 30px 
					padding-top:30px; */
					z-index: 2;
				}
					.welcome a { float: right; margin: 0 0 1em 35px }
			.section h2 {
				position: relative;
				min-height: 0;
				padding: .2em 15px;
				font-size: 120%;
				font-weight: normal;
				text-transform: uppercase;
				color: #596A34;
				background: #F9F1CB;
				border-bottom: 1px dotted #9C9C9C;				
			}
				.section h2 img {
					position: absolute;
					top: 2px; right: 2px
				}
			.students { margin-left: 425px; font-size: 92.5%; position:relative; z-index:2; }
				.students h2 { margin-top: 0 }
				.students p { line-height: 1.5 }
				
		.news { clear: both }
			.news ul {
				margin: 0;
				padding: 0;
				list-style: none
			}
				.news li {
					width: 100%;
					overflow: hidden
				}
					#content .news li img { float: left }
					.news h3 { 
						margin: 0;
						font-size: 100%; 
					}
					.news h3, .news p { float: right; width: 635px }
				
.footer { width: 1025px; background-image: none }
	.footer div {
		padding: 152px 0 0 100px;
		background: url(../img/footer_bg_home.jpg) no-repeat;
	}
		.footer p {
			padding: 0;
			background: none
		}
		.footer .slogan {
			position: absolute;
			top: 35px;
			right: 75px
		}
		
