@charset "utf-8";
 @import url("common/css/jqGalScroll.css");
body  {
	font: 100% Arial;
	background: #160302;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #421701;
}
 /*
* Browser Reset
*/ 
body,html,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; }
fieldset, img { border: 0; }
a:focus { outline: none; }
option { padding-left: 0.4em; }
ul, ol, dl { margin: 1em 0; padding-left: 40px }
dl { margin: 1em 0; }
dd { padding-left: 40px; }
blockquote { margin: 0 0 1em 1.5em; }
p { margin: 0;  }
td, th { padding: 1px; }
 /*
* Browser Reset
*/ 
li { list-style: none; }
h1 { font-size: 14px; margin-top: 30px; margin-left: 20px; font-weight: 100; margin-bottom: 5px;}
#container { 
	width: 800px;
	margin: 0 auto; 
	text-align: left; 
} 
#header { 
         background: url(imagini/header.png) no-repeat;
		 width: 800px;
		 height: 397px;
} 
#links {
         margin-top: 3px;
		 margin-left: 130px;
		 float: left;
		 display: block;
}
#links a { font-size: 11px; text-decoration: none;  color: #f1dda2; }
#links a:hover { 
			   text-decoration: underline;
}
#links ul {
          list-style: none;
		  display: inline;
}
#links li {
          list-style: none;
		  display: inline;  
          margin-right: 10px;
		  margin-left: 10px;
		  }
#menu {
       width: 580px;
	   height: 20px;
	   padding-top: 100px;
	   float:right;
	   display: block;
	   overflow:hidden;
}

#menu ul {
          list-style: none;
		  display: inline;
}
#menu li {
          list-style: none;
		  display: inline;  
          margin-right: 10px;
		  margin-left: 10px;
		  }
#menu a {
         font-size: 12px;
		 color: #f1dda2;
		 text-decoration: none;
}
#menu a:hover { 
			   text-decoration: underline;
}
#page {
       background: url(imagini/content.png) no-repeat;
	   width: 800px;	
	   height: 293px;
}
#content1 {
	width: 315px;
	float: left;
	display: block;
	overflow: hidden;
	font-size: 12px;
	padding-left: 50px;
}
#content1 p { margin-top: 14px; }
#content2 { 
	width: 315px;
	float: right;
	display: block;
	overflow: hidden;
	font-size: 12px;
	padding-right: 60px;
} 
#content2 p { margin-top: 12px; }
#content_map {
              padding-top: 30px;
			  text-align: center;
			  }
#content_gallery {
              padding-top: 40px;
			  padding-right: 20px;
			  }
#content_contact {
           padding-top: 30px;
		   text-align: center;
			  }
#footer { 
background: url(imagini/footer.png) no-repeat;
width: 800px;
height: 130px;
}
#footer_spot_1 {
         float: right; 
		 display: block; 
		 overflow: hidden; 
		 padding-top: 65px; 
		 padding-right: 100px; 
		 color: #a48963; 
		 font-size: 12px;
}
#footer_spot_1 a { 
         color: #a48963; 
		 text-decoration: none; 
		 
}
#footer_spot_1 a:hover { 
         text-decoration: underline; 
}
#footer_spot_2 {
         float: left; 
		 display: block; 
		 overflow: hidden; 
		 padding-top: 55px; 
		 padding-left: 80px; 
		 color: #f1dda2;
}
#footer_spot_2 a {
	 display: block;
	 }
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
