body { 
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #ffff33;
	background-color: #006600;
	margin: 0;
 	padding: 0;
 	text-align: center;
	}

div 	{
	position: relative;
	margin: 0 auto;
	width: 920px;	
	height: 667px;
	background-color: #006600;
	padding: 0;
	text-align: left;
}

div.top { 
	position: absolute;
	top:0;
	width: 920px;	
	height: 155px;
	background-image: url("top-image.jpg") ;
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 20; 
}


div.left { 
	position: absolute;
	top: 155px; left: 0;
	width: 103px;
	height: 409px;
	background-image: url("left-image.jpg") ;
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 10; 
}


div.right { 
	position: absolute;
  top: 155px; right: 0;
	width: 104px;
	height: 409px;
	background-image: url("right-image.jpg") ;
	background-repeat: no-repeat;
	background-position: top right;
	z-index: 10; 

}

div.bottom { 
	position: absolute;
	bottom: 0; 
	width: 920px;
	height: 103px;
	background-image: url("lower-image.jpg") ;
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 10; 

}

div.nav {
	position: absolute;
	width: 200px;
	height: 260px;
	margin-top: 340px; left: 125px; 
	z-index: 0; 
}

div.content { 
	position: absolute;
	width: 475px;
	height: 409px;
	margin-top: 156px; left: 343px; 
	padding-right: 8px;
	text-align: left;
	z-index: 0; 
	background: url('linea.jpg'); background-position: right; repeat: y-repeat; 
}

div.links {
	margin: 2px 0px 0px 0px;
	width: 465px;
	height: 140px;
	background: transparent;
}

div.links a {
		display: inline;
		text-decoration: none;
		color: #ffff33;
		padding-top: 14px ;
		padding-left: 26px;
}

div.contact {
	margin: 2px 0px 0px 0px;
	width: 465px;
	height: 320px;
	position: relative;
	background: transparent;

}
div.contact input, textarea, button {


}

div.nav a {
		display: block;
		text-decoration: none;
		color: #ffff33;
		padding: 4px ;
		padding-left: 26px;
	}

div.nav a:hover {
		color: #006600;
		background-image: url("pin.gif");
		background-repeat: no-repeat;
		background-position: center left;
		background-color: #ffff33;
		font-weight: bold;
}

div.services {

	margin-left: 0;
	display: block;
	padding: 5px 5px 5px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #ffff33;
	background-color: #006600;
	width: 300px;
	height: 120px;
	text-align: left; 
	background: transparent;
	z-index: 10;
}

div.services a, div.services a:visited {
	color: #ffff33;
}

div.services a:hover {
	color: #006600;
	background-color: #ffff33;
}

div.inserv {
	width: 98%;
	height: 100%;
	margin: 2px 0px 0px 0px;
	font-size: 11px;
	line-height: 14px;
	background: transparent;
	z-index:8;
}



about {
	display: table;
	padding: 10 0 10;
	width: 100%;
	height: 80%;
}

item {
	display: table-row;

}

quest {
		display: table-cell;  
		width: 100;
		padding: 0 15 0 0;
		font-size: 16px;
		font-weight: bold;
  	font-height: 18px;
		color: #ebe828;
		vertical-align: top;
		text-align: right;
}

ans {
		display: table-cell;
		font-size: 14px;
		font-weight: bold;
		font-height: 16px;
		color: #ebe828;
		vertical-align: top;
		text-align: left;
}
	
a:link {
	text-decoration: none;
	color: #006666;
}

a:visited {
	text-decoration: none;
	color: #666666;
	}

a:hover {
	text-decoration: underline; 
}

a:active {
	text-decoration: none;
}

#link1  {
	

}


