/**
* page_server.css 2004-02-26
*/
.content {
	padding-top			: 0px;
	padding-left		: 0px;
	padding-right		: 0px;
}


/* Set the padding of this class to the same as .content in global.css */
.paragraph_content {
	padding-left		: 10px;
	padding-right		: 10px;
}
.paragraph_right_content {
	width				: 180px;
	padding-left		: 10px;
	padding-right		: 10px;
}
/* Set the padding of this class to the same as .content in global.css minus the border of htmlarea */
.htmlarea {
	padding-left		: 8px;
	padding-right		: 7px;
}


