body {
	font-family: calibri, verdana;
	background: #333333;
	font-size: 100%;
}

/* this gets removed */
#central{
	margin: 0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	align: center;
	width: 888px;
}

div.title {
	position:absolute; 
	top: 0; 
	left: 0; 
	width: 100%;
	height: 85; 
	background: #A4001D; 
	padding:0; 
	margin:0;
}
div.titletext {
	padding-top:20; 
	text-indent: 220; 
	font-size:2.5em;
	font-weight: bold; 
	font-family: arial;
	color:#FFFFFF;
}
/*div.donatelink
{
	padding-top:20; 
	position:absolute;
	top: 60;
	right: 30;
	align: left;
	text-align: left; 
	font-size:1em;
	font-weight: bold; 
	font-family: arial;
	color:#FFFFFF;
	border: 1px solid red;
}*/

div.donatelink a {
	position:absolute;
	top: 55;
	right: 30;
	display: block;
	padding: 3px 5px;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #640006;
	background: #84000D;
}

div.donatelink a:hover {
	color: #FF99AA;
	text-decoration: underline;
	background: #640006;
}

div.logo {
	position:absolute;
	top: 8;
	left: 10;
	z-index: 9;
}

div.nav {
	position:absolute;
	top: 85;
	/*bottom:0;*/
	left: 0;
	background-image: url('images/leftside.png');
	width: 200px;
	height:550px;
	/*height:100%;*/
	padding-top: 0;
}
div.navtext {
	position:relative;
	top: 100;
}
div.navtext p {
	padding: 0px;
	margin: 0px;
}
div.navtext a {
	display: block;
	padding: 10px 10px;
	width: 150px;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
div.navtext a:hover {
	text-decoration: underline;
}


div.bgphoto {
	position:absolute;
	top: 85;
	left: 160;
	background-image: url('images/bgphoto3.JPG');
	background-repeat: no-repeat;
	width: 800px;
	height: 550px;
}

div.rightfade {
	position:absolute;
	top: 85;
	bottom:0;
	left: 760;
	background-image: url('images/rightside3.png');
	background-repeat:repeat-y;
	width: 200px;
	/*height: 100%;*/
	height:550px;
	padding-top: 0;
}

div.contentbox {
	background-image: url('images/blk-o75.png');
	color: #FFFFFF;
	padding: 10px 10px 30px 10px;
	margin: 10px;
	border: 1px solid black;
}
div.contentbox p {
	font-size: 0.8em;
/*	font-weight: bold;*/
	line-height:1;
	color: #FFFFCC;
	margin:0;
	padding:0;
	padding-bottom:7;
	padding-left:25px;
	text-indent: -25px;
}
div.contentbox a {
	color: #FF8899;
	text-decoration: none;
}
div.contentbox a:hover {
	color: #FF99AA;
	text-decoration: underline;
}
div.contentbox h1 {
	font-weight: bold;
	padding:0px;
	margin:0px;
	padding-bottom: 5px;
	font-size: 1.2em;
	letter-spacing: 1px;
	word-spacing: 10px;
	line-height:1;
}
span.date {
	font-style:italic;
}


div.mainbox {
	position:absolute;
	top: 270;
	left: 170;
	width: 360px;
}
div.sidebox {
	position:absolute;
	top: 270;
	left: 580;
	width: 220px;
}
div.lowbox {
	position:absolute;
	top: 500;
	left: 200;
	width: 650px;
}

#footer{
	background-image: url('images/mit-greywhite-footer1.gif');
	/*clear: both;*/
	background-color: #808080;
	position: absolute;
	top: 610px;
	left: 0px;
	right: 0px;
	height: 60px;
	width:100%;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding:0px;
	margin:0px;
}
#footer p{
	font-size: 0.8em;
	color: #333333;
	line-height: 1;
	padding: 0px;
	margin: 0px;
	padding-top: 25px;
	padding-right: 25px;
	text-align: right;
}
#footer a{color:#700000;;}
#footer a:hover{color: #800000;;}
