.section:after,
ul.nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; }
body { line-height:1; }
ol,ul { list-style:none; }
blockquote,q { quotes:none; }
blockquote:before,blockquote:after,q:before,q:after { content:'';content:none; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse;border-spacing:0; }

body {
	/*background: #FFFFFF url("../images/am.jpg");*/
	color: #8d908b;
	font: normal 100% Arial;
}
a {
	color: #3d4a53;
	text-decoration: none;

}
a:hover {
	color: #b81329;
}
#page {
	/*background: url("site/rag.png") repeat-x;*/
	padding: 2em 0;
}
.inner {
	margin: 0 auto;
	max-width: 62.5em;		/*93.75%/ 960px / 1024px */
}
img {
	max-width: 100%;
}

.mast {
	/*float: left;*/
	width:100% 	/* 31.875%; 306px / 960px */
}

h1 a {
	padding-top: 2em;/*117px;*/
	/*height: 162px;*/
	display: block;
	text-align: center;
}
body {background: #FFFFFF url("../images/background_img.jpg") repeat;}

#img_loira{	
	/*position:absolute;
	left:0;
	top:0;
	z-index:-1;
	max-width:300px;
	height:781px;*/
}
#loira{	
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	width:300px;
	height:781px;
}
#imgb{	
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
}
#imgl{	
	position:relative;
	left:0;
	top:0;
	z-index:100;
}
.intro,
.main,
.footer {
	/*float: right;*/
	width: 100%;	/* 65.9375% / 633px / 960px */
}
.intro div, .main div {
	line-height: 1.4;
	margin:2.5em auto 0;
	padding:1em 0;	

}

.intro h2 {
	font: normal 2em Arial;
	margin:0 auto;
	max-width:14em;
	text-align: center;
	/*margin-bottom: 0.25em;*/
	background:#ffffff;
}
.main p{
	font-weight: normal;
	padding: 0 1em;
	margin:0 auto;
	text-align: center;
	color:#38190A;
	max-width:18em;
	background:#ffffff;
	font-family: Arial;
}
.footer {
	font-size: 12px;
	text-align: center;
	padding: 40px 0 20px;
}
.footer p {
	margin-bottom: 0.5em;
}