@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400,400italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Parisienne);

html,body{      
	font-family: 'Crimson Text', 'book antiqua', garamond;
	font-size:8pt;
	padding:0px;
	margin:0 auto;
	color:#9d7469;           
	background: #F6F1ED url(imgs/bg.png) repeat-x;
	text-align: center;
	height: 100%;
	SCROLLBAR-BASE-COLOR: #DA8C8A; 
	SCROLLBAR-TRACK-COLOR: #EEC2B5; 
	SCROLLBAR-ARROW-COLOR: #ECBDB0; 
	
}
img { opacity:0.6; 
   transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;
}
img:hover { opacity:1.0; }
#layout{        
	position:relative;
	min-height: 100%;
	background: url(imgs/angel2.jpg) repeat-y;
	padding:0px;  
	width:426px;
	margin:0 auto;
	border-left:solid #FFFFFF 1px; 
}	        
#header{            
	background: url(imgs/angel1.jpg) no-repeat;
	height:330px;
	width:426px;
}
#contentwrapper{   
	background: url(imgs/angel2.jpg) repeat-y;
	width:426px;
} 

#content{   
	color:#C1A198;
	text-align:justify; 
	padding-left:20px;
	padding-right:20px;
	font-size:10px;
	font-family:'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-style:condensed;} 

#footer{          
	width:426px;
	height:63px;
	background: url(imgs/angel3.jpg) no-repeat;
}

#first{
	position:relative;
	float: left; 
	width: 125px;
	padding: 0px;
	text-align: left;
	top:95px;
	left:130px;
}

#second{
	position:relative;
	float: left; 
	width: 125px;
	padding: 0px;
	text-align: left;
	top:95px;
	left:150px;
}

#header ul 
{	padding: 0px;
	list-style-type: none;
	margin: 0px;
}

#header li {
behavior: expression( 
this.onmouseover = new Function("this.className += ' over'"), 
this.onmouseout = new Function("this.className = this.className.replace(' over','')"), 
this.style.behavior = null 
); 
	height:22px;
	list-style-type: none;
	background: url(imgs/menuoff.png) no-repeat;
	padding-left: 25px;
}

#header li:hover, #header li.over  {
	list-style-type: none;
	background: url(imgs/menuon.png) no-repeat;
}

#header li a {
	text-decoration: none;
	font-family: 'Crimson Text', 'book antiqua', garamond;
	text-transform:uppercase;
	font-size: 8px;
	color: #9d7469;
	letter-spacing:1px;
}

#header li a:hover {
	text-decoration: none;		
	color: #b0877c;
}

.menu{    
	margin: 0px;
}

.talk{    
	text-indent:30px;
	line-height: 16px;
	margin: 5px;
}    

em {
	font-style:normal;  
	color:#E3A7A4;
}

h1{                                                                            
	padding-left:10px;
	color:#DA8C8A;   
	font-size:20pt;
	font-family: 'Parisienne', Bellevue, 'Monotype Corsiva';
	margin-bottom: -10px;
	font-weight:normal;
}     	               

h2{                                                                            
	padding-left:15px;
	color:#DA8C8A;   
	font-style:italic;
	font-size:10pt;
	font-family: 'Crimson Text', 'book antiqua', garamond;
	margin-bottom: 0px;
	font-weight:normal;
	border-bottom: solid #FAEBE4 1px;
}   

.subrosa{                    
	position:relative;
	background-color:#FAEBE4;
	padding:0px;
	top:0px;
	text-transform:uppercase;
	color:#EBB4A5; 
	font-size:7px;
	font-family:"book antiqua",garamond,"palatino linotype";
	letter-spacing:3px;
	line-height:10px;
	border-left: solid #ffffff 1px;
	margin-left:10px;
}  

.subrosa2{                    
	border-left: solid #ffffff 1px;
	background-color:#FAEBE4;
	padding:0px;
	top:0px;
	color:#EBB4A5; 
	font-size:8px;
	font-family: 'Crimson Text', 'book antiqua', garamond;
	letter-spacing:2px;
	line-height:10px;
	padding-left:10px;
	padding-right:10px;
}  

#content table{   
	color:#C1A198;
	font-size:10px;
	font-family:'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-style:condensed;border-left: solid #ffffff 3px;
	background-color:#FAEBE4;
	line-height:13px;
} 

#content ul{   
	padding: 0px;
	margin: 0px;
} 
#content li{   
	list-style-type: none;
	padding-left: 7px;
} 

blockquote{     
	color:#C1A198;
	font-size:9px;
	line-height:13px;
	padding: 10px;
	font-family:'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-style:condensed;background-color:#F6DDD6;
}

#content a {
	text-decoration: none;		
	color: #9d7469;
}

#content a:hover {
	text-decoration: none;		
	border-left: solid #ffffff 1px;
	padding-left: 2px;
	color: #b0877c;
}

.petitpic {
	border: solid #F6DDD6 4px;
}