/* CSS Document */

body{


background-image:url('./images/page_02.jpg');
background-position:top left;
background-repeat:repeat-x;
background-color:#969494;

margin:0;
padding:0;
color:#FFF;
}


#main{

width:900px;
margin:auto;

font-family:'Trebuchet ms';
}


#main  #header{ 

width:900px;
height:105px;


background-image:url('./images/page_04.jpg');
background-position:top left;
background-repeat:no-repeat;

}
#main  #top_menu{ 

width:900px;
height:55px;


background-image:url('./images/page_06.jpg');
background-position:top left;
background-repeat:no-repeat;

}


#main  #content{


width:900px;
background-color:#d6d7d7;


}

#main  #footer{
width:900px;
height:80px;


background-image:url('./images/page_10.jpg');
background-position:top left;
background-repeat:no-repeat;

}


.gallery{
display:block;
width;900px;
text-align:center;

}
.gallery img.thb
{
	margin:6px;
	border:1px solid #000;
}

.imgs_cont{

	display:block;
	width:880px;
	margin:auto;

}

.imgs_cont img.uno,img.due
{
	display:block;
	float:left;
	border:1px solid #000;
}
.imgs_cont img.uno{
}
.imgs_cont img.due{
	position:absolute;
	margin-top:0;
	margin-left:0;
}
.imgs_cont a.notsel
{
	letter-spacing:5px;
	color:#0b7878;

	text-decoration:none;
	text-transform:capitalize;
	font-variant:small-caps;
	font-weight:bold;
	
	display:inline-block;
	width:200px;
	
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	
	background-color:#f5f5f5;


}
.imgs_cont a.sel
{
	letter-spacing:5px;
	color:#FFF;

	text-decoration:none;
	text-transform:capitalize;
	font-variant:small-caps;
	font-weight:bold;
	
	display:inline-block;
	width:200px;
	
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	
	background-color:#333;


}

.title_01
{
	color:#000;display:block;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	
	margin:20px 0 20px 0;
	padding:10px 0 10px; 0;
	
	background-color:#f5f5f5;
	font-size:20px;
	font-weight:bold;
	color:#000;
	letter-spacing:4px;
}













