@charset "UTF-8";


/* 

* * * * * Design: Stephen England
* * * * * www.england.ch
* * * * * Realisation: Marc Rinderknecht
* * * * * www.kobebeef.ch
* * * * * © 2009 


*/


/* * * * * START: GENERAL STUFF * * * * */
body {
	background: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
}
#wrapper {
	width: auto;
	margin: 0 5%;
	padding: 0;
	background: #FFF;
	text-align: left;
	float: none !important;
	color: black; 
	background: transparent;
}
/* * * * * END: GENERAL STUFF * * * * */


/* * * * * START: ITEMS TO HIDE * * * * */
#logo, #lang, #navigation, .leftCol, .leftCol img, #footer p a, #footer p img, #coverImage, .backLink, #news .rightCol {
	display: none;
	visibility: hidden;
}
#news .leftCol {
	display: block;
	visibility: visible;
}
/* * * * * END: ITEMS TO HIDE * * * * */


/* * * * * START: TYPOGRAPHY * * * * */
h1 {
	font-size: 14pt;
	font-weight: bold;	
}
h2 {
	font-size: 10pt;
	font-weight: bold;
}
p {
	font-size: 9pt;
	line-height: 13pt;
}
a {
	color: #666;	
}
/* * * * * END: TYPOGRAPHY * * * * */

