body{
	background-color: rgb(1, 54, 72);
	margin:1%;
	font-family:Verdana, Geneva, sans-serif;
	color:rgb(0, 53, 65);
	font-size:18px;
	height:100%;
}
#wrapper{
	background-color:white;
	/*margin-left: 2%;*/
	width:98%;
	padding:1%;
	max-height:100%;
	/*margin-top: 80px;*/
}

#leftContent{
	float:left;
	width:28%;
}
#rightContent{
	float:right;
	width:72%;
}
.clear{
	clear:both;
}
h1, h2, h3, h4, h5, h6{
	font-family:Verdana, Geneva, sans-serif;
	border-bottom:1px solid rgb(2, 52, 63);
	width: 92%;
}
.no-border{
	border:none;
}
.slim{
	font-weight:normal;
}

#leftContent #date{
	width:100%;
	text-align:center;
	font-weight:600;
}
#date #time{
	margin-top: 20px;
	font-size:65px;
}
#date #day{
	font-size:40px;
}
.red{
	background-color:rgb(148, 19, 13);
}
.green-1{
	background-color:rgb(138, 148, 0);
}
.green-2{
	background-color:rgb(162, 180, 0);
}
.green-3{
	background-color:rgb(200, 210, 111);
}
.blue{
	background-color:rgb(2, 53, 72);
}
.square{
	width:30px;
	height:30px;
}
.left{
	float:left;
}
.right{
	float:right;
}
.margin5{
	margin:5px;
}
.paragraph{
	width:50%;
}
.no-bottom{margin-bottom:0;}
.rectangle{
	width:19.2%;
	height:30px;
	margin:5px;
	margin-top: 0px;
}
.content{
	width:24%;
	padding:0.5%;
}

.content > div{
	padding:5px;
}
.bottom-content{
	margin-top: 40px;
}
.etage{
	margin-top: 60px;
}
.colorbox{
	margin-top: 20px;
}
.weather{
	margin-top: 110px;
}
.last_news{
	margin-top: 91px;
}