body { margin: 10px; padding: 0px;
}

html body { margin: 10px; padding: 0px;
}

A:link {
	text-decoration: none;
	color: #000099;
	}

A:visited {
	text-decoration: underline;
	color: #336699;
	}

A:hover {
	text-decoration: underline;
	}

#home {
	width: 772px;
	height: 552px;
	overflow: visible;
	position: relative;
	visibility: visible;
	background-image: url(http://www.colby.edu/colby.mag/issues/spr03/korea/images/home_bg.jpg);
	background-repeat: no-repeat;

}

#next {
	overflow: visible;
	position: relative;
	visibility: visible;
	margin: 39px 0px 0px 600px;
}

#contentbox { overflow: visible;
	position: relative;
	visibility: visible;
	width: 100%;
	margin: 0px 15px 10px 15px;
	padding: 0px 15px 10px 15px;
}

P {	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-weight: normal;
	font-size: 11px;
}

#imageleft {
	overflow: visible;
	position: relative;
	visibility: visible;
	float: left;
	width: 400px;
	padding: 10px;
}

#imageright {
	overflow: visible;
	position: relative;
	visibility: visible;
	float: right;
	width: 400px;
	padding: 10px;
}

.caption {	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-weight: normal;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	color: #003300;
	}
	
#sans9 { margin: 10px;
	padding: 10px;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-weight: normal;
	font-size: 9px;
}



