@charset "utf-8";
/* CSS Document */

body{
	background-color:#000;
color:#FFF;
font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
/*font-family: times, Times New Roman, times-roman, georgia, serif;*/
		font-size: 18px;

		letter-spacing: -1px;color: #FFF;
}

p{
	padding-left:20px;
		padding-right:20px;
}

a{
	color:#999;
}

ul{
	line-height:1;
	text-transform:uppercase;
	font-size:12px;
	list-style:none;
}

.col{
	float:left;
}

#mainer{
	width:800px;
	margin: auto;
	padding-top:10px;
}

#head{
 text-align:center;
}


#navo{
	text-align:center;
	padding-top6px;
	padding-bottom:12px;
	border-bottom:3px  #333 double;

}

#navo a{
/* font-family: times, Times New Roman, times-roman, georgia, serif;*/
		font-size: 14px;
		line-height: 20px;
		text-transform: uppercase;
		color: #FFF;
		text-decoration:none;
		padding-left:20px;
		padding-right:20px;
				font-style:italic;
}

#navo a:hover{
/* font-family: times, Times New Roman, times-roman, georgia, serif;*/
		font-size: 14px;
		line-height: 20px;
		text-transform: uppercase;
		color: #999;
		text-decoration:none;
		padding-left:20px;
		padding-right:20px;
		font-style:italic;
		font-style:oblique;
}
	
#foliolist{
	height:130px;
	line-height:normal;
	border-bottom:3px  #333 double;
}

#foliolist a{
	text-decoration:none;
	color:#FFF;
}
#foliolist a:hover{
	text-decoration:none;
	color:#999;
}




#galleria{
	padding-top:15px;
width:700px;
height:700px;
padding-left:50px;
padding-right:50px;
padding-bottom:40px;

}

#footo{
	border-top:3px  #333 double;
	padding-top:45px;
	text-align:center;
}
