#googleSearch {
	border-top: 3px solid #000;
	border-right: 3px solid #000;
}
#header {
	width: 760px;
}
#body {
	float: none;
	width: 757px;
	border-right: 3px solid #000;
	border-left: 0;
}
#term a {
	background-color: #eee;
	line-height: 18pt;
	padding: 2px 3px 2px 3px;
	text-decoration: none;
}
#term a:hover { background-color: #ff9; }
#footer { 	
	width: 760px; 
	padding: 0;
}
#content { 
	width: 60%;
	padding: 60px 20px 20px 120px;
}
#content p { 
	margin-top: 3px; 
	margin-bottom: 0; 
}
#content .contentLink {
	font-size: 8pt;
	margin-top: 5px;
	padding-bottom: 10px;
}
#content .contentLink a {
	display: block;
	border-bottom: 2px solid #369;
	padding: 3px 5px 3px 5px;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	margin-top: 20px;
}
#content .contentLink a:hover {
	background-color: #ddd;
}
