/* CSS Document */

body{
	margin: 0 auto;
	padding: 0;
	font-size: 15px;
	line-height: 15px;
	font-family: "Times New Roman";
	text-align:center;
	background: #A8815A;
	}

#marrocco{
	height: 800px;
	width: 850px;
	text-align: justify;
	padding: 0;
	margin: 0 auto;
	background: #ECE4E1;
	}

#top{
	height: 150px;
	width: 840px;
	background: #876456 url(32488_300.jpg) no-repeat;
	margin: 0 auto;
	padding: 5px;
	}

#heading{
	color:white;
	font-size: 55px;
	text-align: right;
	line-height: 50px;
	margin-right: 10px;
	}
#smallheading{
	color: white;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	width: 340px;
	float: right;
	}

#sprak{
	width: auto;
	text-align: right;
	margin-top: 70px;
	}

#sprak li{
list-style: none;
display: inline;
padding: 10px;
width: 50px;
	}
	
#sprak a{
color: #FF3300;
text-decoration: none;
	}
#menu{
	width: 840px;
	height: 30px;
	background: #876456;
	padding: 5px;
	margin: 0 auto;
	border-top: 1px solid #F6B02E;
	}
#menu ul{
	margin: 0;
	padding: 5px 0 0 0;
	}
#menu li{
	list-style: none;
	display: inline ;
	margin: 0;
	padding: 0px 10px 0 10px;
	}

#menu li:hover{
	background: #A8815A;
	}

#menu a{
	color: #fff;
	text-decoration: none;
	}

#content{
	height: 510px;
	width: 830px;
	background: #ECE4E1;
	margin: 0 auto;
	padding: 10px;
	overflow-x: scroll;
	overflow-y: hidden;
	text-align: justify;
	scrollbar-3dlight-color:#F6B02E; 
	scrollbar-arrow-color:#F6B02E; 
	scrollbar-base-color:#fff; 
	scrollbar-darkshadow-color: #fff; 
	scrollbar-face-color:#fff; 
	scrollbar-highlight-color:#fff; 
	scrollbar-shadow-color:#F6B02E;
	}

#content1{
	height: 500px;
	width: 830px;
	background: #ECE4E1;
	margin: 0 auto;
	padding: 10px;
	overflow-y: scroll;
	overflow-x: hidden;
	text-align: justify;
	scrollbar-3dlight-color:#F6B02E; 
	scrollbar-arrow-color:#F6B02E; 
	scrollbar-base-color:#fff; 
	scrollbar-darkshadow-color: #fff; 
	scrollbar-face-color:#fff; 
	scrollbar-highlight-color:#fff; 
	scrollbar-shadow-color:#F6B02E;
	}
	
#left{
	width: 820px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: justify;
	}

#left #l{
	width: 390px;
	float:left;
	padding-right: 10px;
	text-align: justify;
	border-right: 1px #ccc solid;
	}
	
#left #r{
	width: 400px;
	float: right;
	text-align: justify;
	}

#right{
	width: 820px;
	margin-left: 840px;
	padding: 0;
	text-align: justify;
	}

#right #l{
	width: 390px;
	float:left;
	padding-right: 10px;
	text-align: justify;
	border-right: 1px #ccc solid;
	}
	
#right #r{
	width: 400px;
	float: right;
	text-align: justify;
	}
	
#bottom{
	height: 90px;
	width: 850px;
	margin: 0 auto;
	padding: 0;
	background: #ECE4E1;
	border-top: #F6B02E 3px solid;
	}

#footer{
	width: 850px;
	clear: both;
	color: #fff;
	font-size: 10px;
	text-align: right;
	margin: 0 auto;
	}

h1{
	font-size: 24px;
	line-height: 25px;
	border-bottom: 1px dotted #ccc;
	font-family: Times, serif;
	text-align:left;
	}

h2{
	font-size: 20px;
	line-height: 21px;
	border-left: 4px solid #FF6600;
	font-family: Times, serif;
	text-align:left;
	}

a:link {
	color: #876456;
}
a:visited {
	color: #876456;
}
a:hover {
	color: #876456;
}
a:active {
	color: #876456;
}

#contact{
	border: 1px dotted #ccc;
	background: #F0F0F0;
	padding: 10px;
	}

.table{
	border-top: 1px solid #FF6600;
	font-size: 10px;
	}

.name{
	border: 1px solid #876456;
	}
.contact{
	border: 1px solid #876456;
	}

.style2 {color: #F6B02E}