#top {
	width: 880px;
	text-align: left;
	margin-bottom: 0;
	padding: 0;
	}

#container {
	margin: 10px;
	padding: 0;
	width: 880px;
	border: 1px solid #666666;
	background: #FFFFFF;
	}

#header1 {
	width: 436px;
	float: left;
	margin-bottom: 0;
	padding: 0;
	}
#header2 { 
      width: 222px;
	height: 111px;
	float: left;
	margin-bottom: 0;
	padding: 0;
	color: #f3981d;
	background-color: white;
	}
#header3 { 
      width: 222px;
	height: 200px;
	float: left;
	margin-bottom: 0;
	padding: 0;
	background-color: #bbe2f1;
	}
#navi {
	height: 35px;
	width: 880px;
	background-color: #e9dacb;
	clear: both;
	margin-top: -3px;
	padding-top: 15px;
	}

#content {

	float: left;
	background-image : url(../img/kairo-back3.png);
	background-repeat: repeat-y;
}

#left {
	width: 160px;
	float: left;
	/*background-color: #bbe2f1;*/
	background-repeat: repeat-y;
	}
#main {
	width: 560px;
	float: left;
	}
#right {
	width: 160px;
	float: left;
	/*background-color: #bbe2f1;*/
	}
#footer{
	clear: both;
	}
