
#topwrap {
 	width: 100%;  
 	height: 132px; 
 	background-image: url(images/top-back.jpg); 
	background-repeat: repeat;
}


#midwrap {
 	width: 100%;  
 	height: 328px; 
 	background-image: url(images/mid-back.jpg); 
	background-repeat: repeat;
}

#midwrap2 {
 	width: 100%;  
 	background-image: url(images/bkgndhoriz.jpg); 
	background-repeat: repeat;
}

#bottomwrap {
 	width: 100%;  
 	height: 200px; 
 	background-image: url(images/bottom-back.jpg); 
	background-repeat: repeat;
}

.blacklink {
	color: #000000;
	text-decoration: none;
}

.whitelink {
	color: #ffffff;
	text-decoration: none;
}
