@charset "utf-8";
/* CSS Document */

body{ 
background:url(../images/layout/bg.jpg) repeat-x;
background-color:#ffebc6;	
font-family:sans-serif, Arial, Helvetica ;
font-size:12px;
}

.quote{ font-family:"Times New Roman", Times, serif; font-style:italic; font-size:16px; color:#FF9900;}

/*** common ***/
.fletf{ float:left;}
.fright{ float:right;}
.textAC{ text-align:center;}


.container{ width:990px; margin:0 auto;}
.imagehome{ background:url(../images/angelina_home.jpg) no-repeat; height:530px;}
.bodymai{ background:url(../images/layout/bg_body.jpg) repeat-y; padding:10px 45px;}
.dictop{ height:50px;}
.divcentral{ height:300px;}
.divnavi{ background:url(../images/layout/bg_navi.png) no-repeat; height:40px; margin-left:205px; padding-left:10px;}
.imagethumb{ padding:15px 60px; margin-top:9px;}


a:link, a:visited {
color: #6A6A6A;
text-decoration: none;
}

a:hover {
color: #565050;
text-decoration: underline;
}

.welcome {
	font-size: 50px;
	text-align:center;
	color:#FF9900;
}
.txtCenter{ text-align:center;}
/**** Bio  **/

.boxBio{ width:895px; }
.boxBiotop{ background:url(../images/layout/curva_top.png) no-repeat; height:30px;}
.boxBiobody{ background:#1a1819; color:#FFFFFF; padding:20px 50px;}
.boxBiobottom{ background:url(../images/layout/curva_botton.png) no-repeat; height:10px;}

/**** chapter ***/
.divChapter{ background:url(../images/layout/bg_chapter.jpg) no-repeat; height:364px; padding:35px; color:#FFFFFF; text-align:justify;}
.chapImage{ width:439px; border: 1px solid #333333;}
.chapDesc{ width:360px;}
.timevideo{ padding:6px 80px 6px 0; color:#0099FF;} 


.divGalleryHome{ text-align:center;}
.imageGallery{ border: 2px solid #CC0000;}
.imagePic{ border: 8px solid #9dd8f4;}


.divbannerMembers{ padding:15px 0;}

.smallFont{ font-size:9px;}

.footer{ width:990px; text-align:center; margin:0 auto; padding:20px 0; color:#666666; background:url(../images/layout/bg_footer.jpg) no-repeat;}


/****** join  *****/
.fontjoin{ font-size:12px;}


/* gallery */

.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin: 10px;
	padding: 0;
	float: left;
	position: relative;
	width: 155px;
	height: 215px;
}
.gallery img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;	
}
.gallery a {
	text-decoration: none;
}
.gallery a:hover img  {
	border-color: #666;
}
.gallery em {
	display: block;
	padding: 0 20px 0 0;
	text-align: center;
	font: italic 100% Georgia, "Times New Roman", Times, serif;
	color: #333;
}
