	body {
		margin:5px 0px 0px 5px;
		/* background: url("../images/mit-redgrey-header2.gif") no-repeat; */
		background: #fff;
	}

	#title{
		position:absolute;
		top:0px;
		left:50px;
		width:700;
	}

	/*
	#navigation{
		position:absolute;
		top:110px;
		left:20px;
		width:730;
	}
	*/

	#leftcontent {
		position:absolute;
		top:140px;
		left:20px;
		width:210px;
	}

	#rightcontent {
		position:absolute;
		top:140px;
		left:250px;
		width:500px;
	}

	#block {
		margin-left:3em;
		text-indent:-2em;
	}

	div.border {
		background:white;
		border:1px solid #000;
		border-color:#666;
	}

	p.tiny {
		font-size:10px;
	}

	p.centered {
		text-align:center;
	}

	p,pre {
		margin:0px 10px 10px 15px;
		color:black;
	}

	a {
		text-decoration: none;
		color:#993333;
	}

	a:hover {
		text-decoration: underline;
	}

	h1 {
		margin:0px 10px 10px 5px;
		font-size:14px;
		color:#666;
	}
