body {
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	
	margin:0px;
	padding:0px;
	}


/* Banner -----------------------------------------------------------------*/
	
	#blue {
		height:62px;
		padding-right:15px;
		padding-top:5px;
		}
		
		
/* Quickaccess ------------------------------------------------------------*/
	/* Quick access is the area in the right side of banner and contains the search form, and UNH Home & CCRC links. */
	
	/* The google search form */
	#quickaccess {
		float:right;
		}
		
	#quickaccess form {
		margin-top:5px;
		margin-bottom:5px;
		}
	
	
	
/* Red bar underneath banner ------------------------------------------------------------*/	

#red-bar {
	height:12px;
	}




/* Left Column -------------------------------------------------------------------------*/
#left-column {
	width:154px;
	float:left;
	clear:left;
	padding:0px;
	margin-top:30px;
	}


/* Right Column --------------------------------------------------------------------*/

#right-column {
	float:right;
	width:157px;
	padding:0px;
	}
	
	#right-column-text {
		width:140px;
		padding:0px 10px;
		}


	
/* Content --------------------------------------------------------------------*/	

#content {
	margin-left:170px;
	margin-right:175px;
	margin-top:30px;
	}


/* Spotlight ---------------------------------------------------------------*/

#spotlight {
	width:200px;
	float:right;
	margin:5px 12px 12px 12px;
	background-image:url(../images/spotlight.jpg);
	background-repeat:no-repeat;
	}
	
	#spotlight-text {
		padding:12px 5px 8px 8px;
		}

		
/* Footer --------------------------------------------------------------------*/
#footer {
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	padding-top:15px;
	margin-top:30px;
	}