/* general presentation stuff */

/*body, p, td, th, ul, a {
	background-color: #fff;	
	color: #000;
	font-family: "Times New Roman", Garamond, serif;
	font-size: 12pt;
}*/


/* control of block-level elements.  */

#header {
	height: 50px;
}

#main {
	background-color: #fff;
	width: 90%;
	position: absolute;
	top: 100px;
}

#sidebar, headerphoto, #header ul, #footer, {
	display: none;
}
