
/* CONTENT*/
h1 {
	text-align: center;
	color: #AD9161;
}

h2 {
	font-size: 1.3em;
	color: #AD9161;
	padding: 1em 0 0 3em;
}



p {
	font-size: 0.9em;
	padding: 2em 3em 0 4em;
}

cite {
	font-size: 0.8em;
	float: right;
	line-height: normal;
	color: #598659;
	text-align: right;
	padding: 0.5em 4em 1em 0;
}

#banner2 {
	position: relative;
	width: 100%;
}
#banner2 img {
	width: 605px;
	height: 207px;
	padding: 1em 6em 0 6em;
}

#content {
	position: relative;
	width: 100%;
	float: left;
}

/*NEW FEATURES*/
#new_feature {
	margin-bottom: 2em;
} 


/*PUBLICATIONS*/

#publications {
	margin-bottom: 2em;
}
	
/*guides*/

.guides {
	margin: 2em 3em 0 3em;
	
	
}


.guides h3 {
	margin-left: 8em;
	padding-top: 0.2em;
	line-height: normal; 
}


.guides blockquote p {
	margin-left: 8em;
	padding: 1em;
	
}	
.guides cite {
	padding: 1em 0.6em 0.5em 0;

}

.guide2008 {	
	position:  relative;
	float: right;
	width: 45%;
	padding: 0.8em 0 0.5em 0.5em;
	background: url(../imgs/jpgs/guideH.jpg) no-repeat 1em 1.3em;
	
}

.guide2009 {
	position: relative;
	float: left;
	width: 45%;
	padding: 0.8em 0 0.5em 0.5em;
	background: #EFEBE7 url(../imgs/jpgs/guideH2.jpg) no-repeat 1em 1.3em;
	
}

.guide2009 h3{
	padding-left: 1.4em;
	margin-bottom: 1.4em;
}

.guide2009 cite {
	margin-top: 3.7em;
}		
/*press*/
.press {
 	position: relative;
	clear: both;
	width: 45%;
	float: left;
	margin-top: 2em;
	margin-left: 3em;
	margin-right:0;
	background: url(../imgs/jpgs/paper.gif) no-repeat 1em 4em;
	
}
	
.press h3 {
	padding: 0.5em 0 1em 6em; 
}	
	
.press blockquote p {
	margin-left: 115px;
	padding-top: 0.5em;
}

	
/*LIVRE D'OR*/	

#guests {
	clear: both;
}
#guests p {
	font-style: italic;
}

#poem {
	background: url(../imgs/jpgs/livredor.gif) no-repeat 70% 70%;
}	
	
cite.last {
	float: left;
	padding-left: 8em;
}
			


