
* {
	margin: 0;
	padding:0;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    letter-spacing:1px;
    
}
html, body {
	border:0;
	background-color:#faf7e4;
}
ul, li{
	list-style:none;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:12px;
	text-align:center;
	font-weight:bolder;
}

a{
color:#000000;
text-decoration:none;
}
img {
	border:none;
}
#borderedContainer{
	position: relative;
	border:1px #4b3702 solid;
	width:756px;
	height:378px;	
    padding:27px;
	margin: 0 auto;
	top:108px;
	overflow:visible;
}
.menuUpRight{

	float: right;
	clear: left;
	background-color:#faf7e4;
    margin-left:27px;
	position:relative;
	padding:0 5px;
	text-align:center;
	font-weight:bolder;
}

#mainWindow{
	position:relative;
    /*margin:27px;*/
	width:756px;
	height:378px;
	background-color:#eee7bb;
    overflow:hidden;
}

.menuDownLeft{
	float: left;
	clear: right;
	background-color:#faf7e4;
    margin-right:27px;
	position:relative;
	padding:0 5px;
	text-align:center;
	font-weight:bolder;
}

#logo{
	position:absolute;
	width:108px;
	height:108px;
	background-color:#CCCCCC;
	left:50%;
	top:27px;
	margin-left:-486px;
}

#leftPanel{
	position:relative;
    padding:27px;
	background-color:#dcdba3;
	height:324px; 
	width:324px; 
	float:left;
}

#broadAlbum{
	position:relative;
    padding:27px;
	background-color:#dcdba3;
	height:324px; 
	width:702px; 
}

#viewer{
	position:absolute;
	background-color:#faf7e4;
}


#text{
	background-color:#fefefe; 
	
    width:336px;
   height:324px; 
    padding:27px;
    padding-right:15px;

	float:right; 
    overflow-y:auto;
    font-size:12px;
}

#unpaddedText{
	background-color:#fefefe; 
	
    width:378px;
   height:378px; 
	float:right; 
    overflow-y:auto;
    font-size:12px;

}


.navArrows{
	position:relative;
    margin-top:118.8px;
}

#leftArrow{
	float:left; 
    margin-left:-25px;
}

#rightArrow{
	float:right; 
	right:-25px;
}

.broadPanel{

	height:324px; 
	width:702px;

}

.narrowPanel{
	height:324px; 
	width:324px;
}
/*
.cosaElement{
    position: relative; 
    background-color:#dcdba3    height:15px; 
    border:#4b3702 1px solid;
}

.cosaInside{
	position: relative;
    border:1px inset;
    padding:8px; 
    background-color:#FEFEFE; 
}*/
.menuThumbnail{
	background-color:#fafae6;
    border:#ebeace 1px solid;border-bottom:none;
	height:108px; 
	width:108px;
	float:left;
    margin: 10px 32px 38px 32px;
}
/* SANITIZZA______________________________*/
.thumbDescription{
	display:table;
    position:absolute; 
    width:150px; 
    height:48px;
    margin-left:-21px; 
    margin-top:102px; 
    border:#ebeace 1px solid; 
    border-top:none;
    z-index:3; 
    background-color:#fafae6;

}

.thumbDescriptionText{
	display:table-cell;
    text-align:center;
    vertical-align:middle; 
    font-size:11px;
    font-weight:bold;
}

.menuImg{
	position:relative; 
    left: 50%; 
    top: 50%; 
}

#toggled{
display:none;
position:absolute; 
margin-top:-17px; 
margin-left:505px;
text-transform:uppercase;
font-size:10px;
font-weight:bold;
}