/* tonda layout CSS Document */

body {
	margin:0;
	height:100%;
	text-align:center;
}

#container {
	 margin: 0 auto;
	 width: 1160px;
} 
/* text */

#text {
	margin-top: 10px;
	font: bold 2.2em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #8C9F0D; 
	letter-spacing: -1px;
	padding: 5px 0 5px 5px; 		
}

/* Header Area */	

#header_left{
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	background-position: 126px;
	width: 716px;
	height:150px;
	float:left;
	
}

#header_right{
	background-repeat:no-repeat;
	width: 244px;
	height:150px;
	float:right;
}

/* Middle Content */

#mid_left{
	width: 170px;
	height:460px;
	float:left;
	
}

#mid_center{
	width: 620px;
	float:left;
	
}

#mid_right{
	width: 255px;
	height:460px;
	float:right;
}


#Layer1 {
	position:absolute;
	width:184px;
	height:115px;
	z-index:1;
	left: 790px;
	top: 181px;
}
.style1 {font-family: Calibri}	

/*menu*/
.sprite {background:url(images/links.jpg);}
	.menu {height:27px;}

		.portfolio {width:127px; background-position:0px -5px;}
		.architectural {width:127px; background-position:0px -38px;}
		.product {width:127px; background-position:0px -65px;}
		.editorial {width:127px; background-position:0px -92px;}
		.people {width:127px; background-position:0px -120px;}
		.event {width:127px; background-position:0px -148px;}
		.about {width:127px; background-position:0px -192px;}
		.clients {width:127px; background-position:0px -240px;}
		.contact {width:127px; background-position:0px -288px;}
		.free {width:127px; background-position:0px -333px;}
		.home {width:127px; background-position:0px -375px;}

