body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #594f47;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;


}


a:link {
 color: #FDED70;
  text-decoration: none;
}
a:visited {
 color: #FDED70;
  text-decoration: none;
}
a:hover {
 color: #ffffff;
 text-decoration: none;
}
a:active {
 color: #FDED70;
  text-decoration: none;
}




img {
	border:0px;
}
form{
margin:0px;
padding:0px;
border:0px;
}
#container {
	width: 991px;
	background: #FFFFFF url('images/bg.jpg') repeat-y;
	margin:0 auto; text-align:left; background-image:url('images/bg.jpg'); background-repeat:repeat-y/* the auto margins (in conjunction with a width) center the page */
	
}
#header {
	background-image:url('images/header2.jpg');
	height:117px
}

#headerHome {
	background-image:url('images/header2.jpg');
	height:129px; padding-left:16px; padding-right:0px; padding-top:12px; padding-bottom:0px
}



#footer {
	background-image:url('images/footer2starscopy.jpg');
	background-repeat:no-repeat;
	height:10px;
	text-align:center;
	padding-top:41px;
	color:#d6b981;
	font-size:10px
}
#footer a {
	color:#d6b981;
	text-decoration:none;
}
/* Root Menu Hover Persistence */
#footer a:hover {
  color: #fbdfaa;
}

/* Root Menu current */
#footer a.current {
	color: #FFF;
}
#ban {
	/*background-image:url(../images/img.jpg);*/
	margin:0px 14px 0px 16px;

}
#mainContent {
	background-color:#231f20;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	min-height:92px;
  	height:auto !important;
  	height:92px;
	margin:0px 14px 0px 16px;
	padding:0px 147px 2px 147px;
	text-align:justify;
}
#mainContent a{
	color:#FFFFFF;
}
p, h1{
	margin:0px;
	padding:0px 0px 0px 0px;
}
h1 {
	font-size:11px;
	font:Verdana, Arial, Helvetica, sans-serif;
}
label {
	display:block;
	margin:10px 0px 10px 0px;
}

.type1 {
	width:100%;
	display:block;
	margin:0px;
	border:#CCC 1px solid;
	background:#FFF;
}

.type2 {
	width:100px;
	display:block;
	margin:10px;
	border:#CCC 1px solid;
	background:#FFF;
}

#tableauResa {
	width:100%;
}
#tableauResa td {
	height:16px;
	font-size:11px;
	width:166px;
	white-space:nowrap;
	text-align:right;
	padding:0px 5px;
}
.type3 {
	margin:0px;
	display:block;
	border:#CCC 1px solid;
	background:#CCCCCC;
	height:20px;
	width:170px;
	font-size:11px;
}
.type4 {
	margin:0px;
	display:block;
	border:#CCC 1px solid;
	background:#CCCCCC;
	width:170px;
	font-size:11px;
}
.type_date {
	margin:0px;
	border:#CCC 1px solid;
	background:#CCCCCC;
	height:20px;
	width:82px;
	font-size:11px;
}

.type5 {
	margin:0px;
	display:block;
	border:#CCC 1px solid;
	background:#CCCCCC;
	font-size:11px;
	width:530px;
}
#menuHome a {
	color:#d6b981;
	text-decoration:none;
}
/* Root Menu Hover Persistence */
#menuHome a:hover {
  color: #fbdfaa;
}