html {
	overflow:hidden;
}

body {
	margin:0px;
	padding:0px;
	overflow:hidden;
	font-family:'Trebuchet MS',Arial;
	color:#54281f;
	font-size:12px;
}

a {
	color:#54281f;
	text-decoration:none;
}

a:hover {
	color:#E2C2AB;
	text-decoration:none;
}

#container {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:0;
}

#container img.back {
	width:100%;
	height:100%;
}

#header {
	position:absolute;
	width:100%;
	height:217px;
	top:40px;
	left:0px;
}

#logo {
	position:relative;
	z-index:10;
	width:230px;
	background:url('../images/bkg-transparent.png');
	margin:0px 0px 0px 35px;
	padding:4px 5px 4px 5px;
}

#logo_inner {
	width:230px;
	background:#ffffff;
}

#logo_inner img {
	margin:12px;
	padding:0px;
}

#menu {
	position:relative;
	z-index:5;
	width:100%;
	height:40px;
	background:url('../images/bkg-menu.png') repeat-x center top;
	margin:-130px 0px 0px 0px;
	font-size:14px;
}

#menu ul {
	margin:0px 0px 0px 275px;
	padding:5px 0px 0px 0px;
	list-style-type:none;
}

#menu ul li {
	float:left;
	padding:6px 20px 6px 20px;	
	margin:0px 1px 0px 0px;
	background:#ffffff;
}

#menu ul li a {
	color:#54281f;
	text-decoration:none;
}

#menu ul li.over {
	background:#f8e3d4;
}

#slogan {
	position:absolute;
	top:380px;
	left:0px;
	width:100%;
	height:80px;
	background:url('../images/bkg-transparent.png');
}

#slogan p {
	font-size:22px;
}

#slogan p.one {
	margin:10px 0px 0px 20px;
	padding:0px;
}

#slogan p.two {
	margin:6px 0px 0px 600px;
	padding:0px;
}

#content {
	position:absolute;
	top:270px;
	left:0px;
	width:100%;
	height:250px;
	background:url('../images/bkg-transparent.png');
}

#content_in {
	margin:0px 0px 0px 290px;
	width:682px;
	height:250px;
}

#content_in h1 {
	margin:15px 0px;
	padding:0px;
	font-size:18px;
}

#content_in p {
	font-size:13px;
	text-align:justify;
}

#content_in img {
	border:2px solid #ffffff;
	margin:0px 20px 0px 0px;
}

#content #testo p {
	margin:0px 0px 10px 0px;
	padding:0px;
}

#footer {
	position:absolute;
	bottom:0px;
	left:0px;
	margin:0px;
	padding:0px;
	width:100%;
	height:58px;
	background:url('../images/bkg-footer.png') repeat-x;
}

#footer p {
	margin:0px;
	padding:20px 0px 0px 20px;
	color:#ffffff;
	font-size:13px;
}

#footer p a {
	color:#ffffff;
	text-decoration:none;
}

#footer p a:hover {
	color:#e2c2ab;
	text-decoration:none;
}

#credits {
	width:141px;
	height:85px;
	background:url('../images/logo-blank.png') no-repeat center top;
	float:right;
	margin:-65px 0px 0px 0px;
}

#credits p {
	margin:0px;
	padding:47px 0px 0px 47px;
	color:#ffffff;
	font-size:13px;
}

#credits p a {
	color:#ffffff;
	text-decoration:none;
}

#credits p a:hover {
	color:#e2c2ab;
	text-decoration:none;
}

#content table {
	text-align:justify;
}

#content input[type=text] {
	width:202px;
}

#content textarea {
	width:545px;
	height:120px;
}

#content table img {
	border:0px;
}

.photo {
	width:110px;
	height:110px;
	border:2px solid #FFFFFF;
}

.box {
    margin: 0px 0px 10px 0px;
    width: 660px;
    min-height: 108px;
    height: auto !important;
    height: 108px;
    /*background: #e8dcc5 url('../images/box.jpg') no-repeat right top;*/
    color: #54281f;
    line-height: 18px;
	border-bottom:1px solid #cecece;
}

.box img {
    margin: 10px 10px 4px 10px;
    border:0px;
    float: left;
}

.box big {
    font-size: 18px;
    display: block;
    padding: 10px 0 0;
    font-weight: bold;
    line-height: 1em;
    color: #54281f;
}

.box small {
    font-size: 11px;
    display: block;
    margin-bottom: 10px;
}

.box a.more {
    display: block;
    text-align: right;
    font-size: 11px;
    margin-top: 2px;
    line-height: 20px;
    padding: 0 34px 0;
    text-decoration: none;
    /*background: #28a4a9 url('../images/more.jpg') no-repeat right center;*/
    color: #54281f;
}
