/**********************************************************************************
* phpComasy Web Content Management System                                         *
* http://www.phpcomasy.com                                                        *
*                                                                                 *
* Copyright (c) 2005 - 2010 indual GmbH (http://www.indual.ch)                    *
*                                                                                 *
* phpComasy is released under his own licence (http://www.phpcomasy.com/licence)  *
**********************************************************************************/


/* BASIC ----------------------------------------------------------------------- */
body {
	background: #000 none;
	font: 12px/18px Arial, Verdana, Helvetica, sans-serif;
	color: #FFF;
	letter-spacing: 1px;
}
div#logo {
	margin: 0 auto;
	width: 127px;
	padding: 12px 0 28px 0;
}
div#siteframe {
	width: 950px;
	margin: 0 auto;
	position: relative;
}
div#footer {
	text-align: center;
	margin: 0 0 20px 0;
	color: #626262;
	font-size: 10px;
	text-transform: uppercase;
}
div#footer span {
	display: none;
}
div#footer a,
div#footer a:link,
div#footer a:visited {
	color: #626262;
	text-decoration: none;
}
div#footer a:hover,
div#footer a:active,
div#footer a:focus {
	text-decoration: underline;
}
div#content {
	padding: 7px 0 0 0;
	margin: 0;
	min-height: 100px;
}
div.management {
	letter-spacing: normal;
}