body {
	margin-top: 0px;	
	background-color: #000;
	color: #CCC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#root {
	margin: 0 auto;
	width: 1000px;
	height: 836px;
	background-image: url(/images/sites/1/bg.png);
}

#content {
	margin: 0 auto;	
	width: 480px;
	height: 660px;
}

#top {
	margin-top: 15px;
	width: 480px;
	height: 320px;
}

#bottom {
	width: 480px;
	height: 330px;
}

.bar_top {
	margin-top: 26px;
}

.bar_top {
	margin-top: 20px;
}

.left {
	width: 240px;
	float: left;
}

.right {
	width: 240px;
	float: right;
}

.logo {
	margin-left: 42px;
	margin-top: 34px;
}

#hover {
	display: none;
}

a#boos {
  display: block;
  width: 227px;
  height: 227px;
  background-image: url(/images/sites/1/boos.jpg);
}

a#boos:hover {
  background-image: url(/images/sites/1/boos_h.jpg);
}

a#bistro {
  display: block;
  width: 227px;
  height: 227px;
  background-image: url(/images/sites/1/bistro.jpg);
}

a#bistro:hover {
  background-image: url(/images/sites/1/bistro_h.jpg);
}

a#suite {
  display: block;
  width: 227px;
  height: 227px;
  background-image: url(/images/sites/1/suite.jpg);
}

a#suite:hover {
  background-image: url(/images/sites/1/suite_h.jpg);
}

a span {
	display: none;
}

.contact {
	margin: 0 auto;
	margin-top: 10px;
	width: 180px;
	text-align: center;
}

.copy {
	font-size: 8pt;
	color: #4E4E4E;
	margin-top: 5px;
}

.copy a {
	color: #4E4E4E;
}

.copy a:hover {
	color: #FFF;
}