html, body { height: 100%; }

body {
	background-color: #c7b18b;
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 16px;
	color: #5b5140;
}

a {
	color: #4f70fe;
	text-decoration: none;
}

em {
	font-style: italic;
}

em.colorful {
	color: #fe7c4f;
}

em.bold {
	font-style: normal;
	font-weight: bold;
}

a:hover {
	border-bottom: 1px dotted #4f70fe;
}

a.graphical:hover {
	border: none;
}




span.hidden {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}


#content {
	position: relative;
	left: 20px;
	
	width: 725px;
	min-height: 100%;
	padding: 0 20px 0 20px;
	
	background-color: #ebd1a5;
	background-image: url("../images/content_bg.gif");
	background-repeat: repeat-y;
}


#content_body {
	position: relative;
	height: 100%;
	min-height: 30em;
}


#header {
	position: relative;
	
	height: 328px;
	width: 725px;
	
	background-color: #5b5140;
	background-image: url("../images/top_bg.jpg");
	background-repeat: no-repeat;
}

#header h1 {
	position: absolute;
	top: 0;
	
	width: 424px;
	height: 160px;
	
	background: url("../images/logo.gif") no-repeat top left;
}

#top_message {
	position: absolute;
	top: 148px;
	
	width: 725px;
	height: 138px;
	
	background: url("../images/message.gif") no-repeat top left;
}

#navigation {
	position: absolute;
	top: 286px;
	
	width: 725px;
	height: 42px;
	
	background: url("../images/nav_bg.jpg") no-repeat;
}

#navigation a {
	position: absolute;
	height: 42px;
	background-repeat: no-repeat;
	top: 0;
}

#blog {
	left: 212px;
	width: 52px;
	background-image: url("../images/nav_blog.gif");
}

#blog:hover {
	background-image: url("../images/nav_blog_selected.gif");
}

#chisiamo {
	left: 264px;
	width: 99px;
	background-image: url("../images/nav_chisiamo.gif");
}

#chisiamo:hover {
	background-image: url("../images/nav_chisiamo_selected.gif");
}

#missione {
	left: 363px;
	width: 90px;
	background-image: url("../images/nav_missione.gif");
}

#missione:hover {
	background-image: url("../images/nav_missione_selected.gif");
}

#spiritualita {
	left: 453px;
	width: 110px;
	background-image: url("../images/nav_spiritualita.gif");
}

#spiritualita:hover {
	background-image: url("../images/nav_spiritualita_selected.gif");
}

#fondatore {
	left: 563px;
	width: 100px;
	background-image: url("../images/nav_fondatore.gif");
}

#fondatore:hover {
	background-image: url("../images/nav_fondatore_selected.gif");
}

#peru {
	left: 663px;
	width: 62px;
	background-image: url("../images/nav_peru.gif");
}

#peru:hover {
	background-image: url("../images/nav_peru_selected.gif");
}



#sidebar {
	position: absolute;
	top: 0px;
	left: 800px;
	width: 180px;
	text-align: center;

}

.sidebar_section {
	margin-top: 30px;
}

#messagio h2 {
	width: 78px;
	height: 32px;
	
	margin: 0 auto;
	
	background: url("../images/messagio_per_voi.gif") no-repeat;
}

#messagio div {
	position: relative;
	top: -10px;
	
	font-size: 0.7em;
	
	width: 180px;
	margin: 0 auto;
	padding-top: 23px;
	
	background: url("../images/scissors.gif") no-repeat;
	
}

#messagio p {
	background-color: #fe7c4f;
	border: 4px solid #f3efe4;
	color: #f3efe4;
	
	font-style: italic;
	line-height: 1.5em;
	
	padding: 15px;
}

#messagio span {
	display: block;
	margin-top: 0.5em;
	font-style: normal;
}


#contatto a:hover {
	border-bottom: 1px dotted #6ed3f8;
}

#contatto h2 {
	width: 73px;
	height: 12px;
	
	margin: 0 auto;
	
	background: url("../images/contatto.gif") no-repeat;
}

#contatto div {
	font-size: 0.7em;
	margin: 13px 0 0 0;
	padding: 15px;
	text-align: left;
	
	color: #f3efe4;
	background-color: #80725e;
	border: 4px solid #f3efe4;
}

#contatto p {
	line-height: 1.5em;
	padding-bottom: 0.5em;
}

#contatto a {
	color:#6ed3f8;
}


#photos h2 {
	width: 116px;
	height: 32px;
	
	margin: 0 auto;
	
	background: url("../images/la_nostra_vita_in_foto.gif") no-repeat;
}

#photos p {
	margin-top: 6px;
}

#photos a:hover {
	border: none;
}

#photos img {
	border: 4px solid #f3efe4;
	margin: 5px;
}

