/* start: print styles */

#mainbody {
	width: 100%;
 	background-color: #fff; 
/*	background: #fff url("../images/logo.gif") top left no-repeat;	*/
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0px;
	top: 0px;
}

#homebody {
	width: 70%;
 	background-color: #fff; 
/*	background: #fff url("../images/logo.gif") top left no-repeat;	*/
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0px;
	top: 0px;
}

#seminars {
	position: absolute;
	width: 30%;
	top: 0px;
	float: right;
/*	background-color: #ccc;		*/
	left-margin: 12px;
	padding: 0 12px 0 12px;
	border: 1px dotted #666;
/*	border: 0px solid #999;	*/
}


p.title2 {
	padding-left: 0px;
	margin-bottom: 24px;
	color: #333; 
	height: 0px; 
}


#header, #leftnav, #footer, img  {
	display: none;
}




/* issues

- add 'img' to display none (caption's appear..)

- logo or title bkgd don't appear?






 */