/********************************************************************************
* VNM Content Management System                                          		*
* http://www.verkkonewmedia.com                                                 *
*                                                                               *
* Copyright (c) 2006 								                           	*
********************************************************************************/

/********************************* 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;
}
/*******************************************************************************/