@charset "utf-8";

@import 'navi.css';
@import 'fonts.css';
@import 'cal.css';

/*****************************************
	a certo web & design project
	for further information visit
	http://www.certo-net.ch
	
	thanks for viewing our css file!
******************************************/

* {
	margin:0px;
	border: 0 none;
	}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px;
	color:#000;
	height:100%;
	background:url(../img/bg.png) repeat #fff;
	}
	
html {
	height:100%;
	}
	
	
#overall {
	position:relative;
	width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	background:#fff;
	top:20px;
	}
	
#header {
	width:900px;
	height:195px;
	background:url(../img/head.jpg) no-repeat #fff;
	}

#navi {
	position:relative;
	top:105px;
	}
	
#cright {
	float:right;
	width:210px;
	margin:20px 30px 20px 10px;
	}
	
#cleft {
	width:610px;
	float:left;
	margin:20px 10px 20px 30px;
	}
	
.clr {
	float:none !important;
	clear:both !important;
	}

.invisible { /*typolight specific*/
	display:none;
	}