BODY {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}


.frameless {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	border-collapse: collapse;
}

TABLE {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

TABLE.everything {
	width:100%;
	height:100%;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	border-collapse: collapse;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.77;
}

TABLE.everything TBODY {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	border-collapse: collapse;
}

TABLE.everything TR {
	margin: 0px;
	padding: 0px;
}

TD.top {
	text-align: center;
	background-color: black;
	color: white;
	padding: 5px;
}

TD.top A {
	text-decoration: none;
	font-weight: bold;
	color: #cc0;
}
TD.top A:hover {
	color: #ff8;
}

TD.main {
	height: 100%;
	padding: 20px;
	vertical-align: top;
}

TD.photo {
    background-image: url(cornellpagebg.jpg);
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

