@import url(format.css);

/***********************************************/
/* Layout Print version		   */
/***********************************************/
body {
	font-size: 98%;
	margin: 0;
	padding: 0;
}
#top {
	width: 650px;
	height:128px;
	overflow: hidden;
}

#bottom {
	width: 650px;
	height: 5px;
	font-size: 0px;
	float: left; /* if not, mozilla sets it just 
					under the title_underline, it 
					ignores contentcontainer, 
					vmenu and content... */
}

#content {
	width: 625px;
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-right: 10px;
	text-align: left;
	background-color: #EEF0E6;
}
*html body #content {
	width: 650px;
}
p {
	margin: 2px;
}	
