body {
	background-color: #330000;
}
#wraper {
	margin: 40px auto; /*****centralize le container*****/
	width: 1024px;
}
/********************** Header ***************************/
#header {
	margin: Opx auto;
	width: 1017px;
	height: 280px;
	background-color: #000000;
	border: 3px solid #663300;
}
.left{
	float: left;
	width: 588px;
}
#myGallery{
	float: right;
}
/********************** Navigator ***************************/
#navigator {
	height: 58px;
	width: 1024px;
	background-image: url(images/navigator.jpg)
}
#navlinks {
	position: relative;
	top: 1.5em;
	left: 1.5em;
}
#navlinks a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	padding: 0px 10px 0px 12px;
	color: #fff;
}
#navlinks a:hover{
	color:#ccc;
}
.navigatorlinks {
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	margin-top: 0px;
}
/********************** Content ***************************/
#welcome{
	margin-left: 0px;
}
#content{
	margin-left: 00px;
	margin-top: 00px;
	height: 580px;
	color: #4d4b4a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #dcc17c;
	border: 1px solid #663300;
}
.review{
	float: left;
	padding:10px;
	width: 420px;
	height: 275px;
	text-align: justify;
	margin-right: 40px;
}
.review a {
	text-decoration: none;
	font-weight: bold;
	color: #4d4b4a;
}
.review a:hover {
	color: #333;
}
.column{
	float: left;
	padding: 40px 30px 30px 48px;
	width: 430px;
	height: 315px;
	text-align: justify;
	margin-right: 0px;
}
.column a {
	text-decoration: none;
	font-weight: bold;
	color: #4d4b4a;
}
.column a:hover {
	color: #333;
}
#location{
	float: left;
	margin-right: 60px;
}
#contentreview{
	background-color: #dcc17c;
	border: 1px solid #663300;
	margin-left: 0px;
	margin-top: 0px;
	padding: 40px 00px 0px 60px;
	height: 1800px;
	color: ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#contentreview img{
	border: 1px solid black;
}
/********************** Slideshow Menu ***************************/

#slideshow * { 
	margin: 0; 
	padding: 0; 
}
#slideshow { 
	position: relative;
	left: 0px;
	top: 0px;
	padding: 14px 0 15px; 
	width: 1022px; 
	height: 600px; 
	background-color: #dcc17c;
	border: 1px solid #663300;
}
#slideshow #smenu, #slideshow #pictures, #slideshow #loading { 
	position: absolute;
}
#slideshow #loading { 
	background: url('images/spinner.gif');
	display: block; 
	top: 300px; 
	left: 600px; 
	text-indent: -5000px; 
	width: 24px; 
	height: 24px; 
	visibility: hidden; 
	z-index: 5; 
}
#pictures { 
	background-color: #000;
	background: url('images/bg.gif');
	width: 800px; 
	height: 571px; 
	top: 20px; 
	right: 0; 
	overflow: hidden; 
	border-top: 3px solid #000;
	border-right: 0px solid #000;
	border-bottom: 3px solid #000;
	border-left: 3px solid #000;
}
#smenu{
	background-color: #000;
	background: url('images/bg_side.jpg');
	list-style-type: none; 
	top: 20px; 
	width: 190px; 
	height: 310px; 
	left: 00px; 
	padding-top: 20px; 
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 0px solid #000;
}
#pictures li { 
	display: block; 
	position: absolute; 
	top: 0; 
	width: 800px;
}
#pictures li img { 
	display: block;
	position: relative; 
	bottom: 0; 
}
#smenu li { 
	display: block; 
	z-index: 1000; 
	position: relative; 
	zoom: 1; 
}
#smenu li a { 
	display: block; 
	font: 12px "Lucida Grande", "Verdana"; 
	text-decoration: none; 
	padding: 7px 0 7px 28px; 
	z-index: 1000; 
	color: #ccc; 
	vertical-align: middle; 
	zoom: 1; 
}
#smenu li a:focus {
	outline: 0; 
}
#smenu li a:hover { 
	color: #fff; 
}
#smenu li.current a { 
	font-weight: bold;
	color: #fff; 
	padding: 5px 0 5px 28px; 
}
#smenu li.background { 
	background: url('images/arrow.gif') no-repeat left center; 
	position: absolute; 
	font-size: 1px; 
	height: 7px; 
	width: 4px; 
	z-index: 5; 
}
/********************** footer ***************************/
#footer{
	background-color: #000000;
	width: 1014px;
	height:22px;
	text-align:right;
	padding: 10px 10px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	border-top: 1px solid #663300;
}

