@import url("classes_02.css");

#logo {
	position: absolute;
	height: 134px;
	width: 250px;
}

#splash {
	position: absolute;
	height: 134px;
	left: 250px;
	width: 100%;
	background-color: #6699cc;
	}

#association {
	position: absolute;
	top: 25px;
	left: 70px;	
	height: 30px;
	width: 90%;
	background-color: #6699cc;
}

#post {
	position: absolute;
	top: 75px;
	left: 70px;
	height: 15px;
	width: 90%;
	background-color: #6699cc;
}

#telecom {
	position: absolute;
	top: 90px;
	left: 70px;	
	height: 15px;
	width: 90%;
	background-color: #6699cc;
}

#couriel {
	position: absolute;
	top: 105px;
	left: 70px;	
	height: 15px;
	width: 90%;
	background-color: #6699cc;
}

#upper_trim {
	position: absolute;
	top: 134px;
	left: 0px;	
	height: 30px;
	width: 100%;
	background-color: #b9e1a3;
}

#lower_trim {
	position: absolute;
	top: 164px;
	left: 0px;
	height: 3px;
	width: 100%;
	background-color: #0e0f85;
}

#menu {
	position: absolute;
	top: 167px;
	left: 0px;
	width: 250px;
	height: 100%;
	background-color: #99cccc;
}

#menu1 {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 200px;
	height: 100%
}

#copyright {
	position: absolute;
	top: 450px;
	left: 25px;
	width: 200px;
	height: 20px;
	background-color: #99cccc;
}

#main {
	position: absolute;
	top: 167px;
	left: 250px;
	width: 80%;
	height: 100%;
	background-color: #e6e6e6;
}

#main1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 100%;
	background-color: #f3f3f3;
}

#main2 {
	position: absolute;
	top: 10px;
	left: 180px;
	width: 70%;
	height: 100%;
	background-color: #e6e6e6;
}

#main3 {
	position: absolute;
	top: 10px;
	left: 30px;
	width: 70%;
	height: 100%;
	background-color: #e6e6e6;
}

#news {
	position: absolute;
	left: 17px;
	top: 5px;
	width: 120px;
	height: 90%;
	background-color: #f3f3f3;
}

body { 
	margin-top: 0px;
	margin-left: 0px;
	background-color: #e6e6e6; 
}

