/********************************************************************************
* phpComasy, Content Management System	                                        *
* http://www.phpcomasy.org                                                      *
*                                                                               *
* Copyright (c) 2005 Emanuel Zuber (www.noreality.ch)                           *
*                                                                               *
* Released under the GNU General Public License                                 *
********************************************************************************/

/********************************* General styles ******************************/
body {
	margin: 0px;
	padding: 0px;
}
/*******************************************************************************/


/**************************** phpComasy specific styles ************************/
.categories,
.message,
.administration,
.language_switcher,
.page_tools,
.login_panel {
	display:none;
}
/*******************************************************************************/


/******************************** Additional styles ****************************/
.content,
.site {
	padding: 0px;
	margin: 0px;
	border: none;
	background: white;
	color: black;
	text-align: left;
	width: 600px;
}

.header,
.left,
.right,
.powered_by {
	display:none;
}
/*******************************************************************************/