body {
	margin: 0;
	padding: 0;
	background: #4a3908 url(bg-home.jpg) repeat-x;
}

h1 {
	width: 238px;
	height: 101px;
	margin: 10px 0 45px 0;
	padding: 0;
}

#wrapper {
	width: 730px;
	margin: 0 auto;
	background-image: url(bg-wrapper.jpg);
	background-repeat: no-repeat;
	background-position: 84px 120px;
	padding: 0;
}

#col1 {
	float: left;
	width: 238px;
}

#about {
	width: 231px;
	height: 210px;
	margin-bottom: 0px;
/*
	height: 226px;
	margin-bottom: 15px;
*/
}

#dressing {
	width: 269px;
	height: 139px;
	float: left;
	margin-top: 130px;
	margin-left: -20px;
}

#gallery {
	width: 172px;
	height: 150px;
	float: left;
	margin-top: 130px;
	margin-left: 20px;
}

#news {
	width: 175px;
	height: 45px;
	clear: left;
	margin-left: 203px;
	margin-bottom: 12px;
}

#booking {
	width: 287px;
	height: 73px;
	margin-left: 84px;
	z-index: 40;
}

#events {
	width: 281px;
	height: 167px;
	float: right;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
}

html>body #events {
	margin-right: 40px;
}

#shop {
	width: 250px;
	height: 70px;
	clear: both;
	margin: -10px auto 0 auto;
	z-index: 50;
}

#oott {
	position: absolute;
	left: 5px;
	height: 35px;
	width: 138px;
bottom: 5px;
	z-index: 30;
}

/* Styles for no-Flash and no javascript browsers */
h2 {
	color: #fff;
	background: #000;
	margin: 10px 0 0 0;
	text-align: center;
}

div p {
	text-align: center;
	padding: 0.5em;
	background-color: #000000;
	color: #fff;
	margin: 0;
}

#about a:link, #dressing a:link, #gallery a:link, #booking a:link, #events a:link, #shop a:link, #about a:visited, #dressing a:visited, #gallery a:visited, #booking a:visited, #events a:visited, #shop a:visited {
	color: #ffc;
	background-color: #000;
	line-height: 1.4;
}

#about a:hover, #dressing a:hover, #gallery a:hover, #booking a:hover, #events a:hover, #shop a:hover {
	color: #4a3908;
	background-color: #ffc;
	line-height: 1.4;
}