/* CSS Document */

/** 
 * tags
 **/
  
* {
	margin: 0;
	padding: 0;
	}
body {
	background-color: #f6f0e6;
	}
a {}
a img,
img {
	border: 0 none;
	}
ul {}
ul li {}

/** 
 * layout 
 **/

#home {}
#wrapper {
	width: 879px;
	margin: 0 auto;
	}
#container {
	}
#header {
	background: #5f461a;
	height: 302px;
	}
#nav {
	background: url(../img/bg-nav.gif) left bottom no-repeat;
	height: 64px;
	}
#content {
	background: #fff url(../img/bg-content.jpg) left bottom repeat-y;
	float: left;
	}		
#main {
	background: url(../img/bg-main.jpg) left bottom no-repeat;
	float: left;
	padding-bottom: 150px;
	}	
#left {
	/*background: url(../img/bg-left.jpg) left bottom no-repeat;*/
	width: 180px;
	margin-left: 15px;
	float: left;
	}	
#right {
	width: 670px;
	margin: 0 10px 0 0;
	float: right;
	}			
#footer {
	background: #5f461a;
	height: 100px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	padding: 25px 15px 0;
	}	

/* <header> */
#top {
	float: right;
	margin-top: 11px;
	}
#logo {
	width: 190px;
	height: 235px;
	margin-left: 9px; 
	}
#logo img {
	display: block;
	}	
#lingue {
	list-style: none;
	width: 199px;
	height: 19px;
	margin-top: 30px;
	text-align: center;
	padding-top: 5px;
	}
#lingue li {
	display: inline;
	}
#lingue li img {
	border: 1px solid #950606;
	}
/* </header> */

/* <footer> */
p.copyright {
	width: 265px;
	float: left
}
p.skypeus {
	width: 89px;
	margin-left: 145px;
	float: left
}
p.extra {
	width: 155px;
	float: right;
	text-align: right;
}
p.extra img {
	border: 1px solid #aaa06f;
	margin-top: 5px;
}
/* </footer> */
