body {
	margin: 0;
	padding: 30px 0 0;
	background-color: #fff;
}

body#PrintMap	{
	padding: 0;
}

p {
	margin: 0.05em 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666;
}

p.Bolder {
	font-weight: bold;
	color: #a4a36b;
}

a:link, a:visited {
	color: #999;
	text-decoration: none;
}

a:hover, a:active, #Navigation a.Sel {
	color: #555;
}

h1#Logo {
	width: 200px;
	height: 48px;
	margin: 0;
	background-image: url(images/logo.gif);
	text-indent: -1000em;
	float: left;
}

#PrintMap p	{
	width: 590px;
	text-align: right;
}

#OuterFrame {
	width: 760px;
	border: 0;
	margin: 0 auto;
	padding: 0;
}

#InnerFrame {
	width: 688px;
	border: 1px solid #bdbdbd;
	margin: 20px 0 0;
	padding: 30px 30px 30px 40px;
}

#Navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	width: 164px;
	float: left;
	text-align: left;
	padding: 0px;
	line-height: 1.75;
	
}

#Navigation ul	{
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: small;
}

#AllImages {
	width: 494px;
	float: right;
}

#MainImage {
	height: 326px;
	float: right;
}

#MainImage h2 {
	height: 326px;
	margin: 0;
	text-indent: -1000em;
}

h2#homeMain {
	background: transparent url(images/home.jpg) no-repeat top right;
	width: 326px;
}

h2#furnitureMain {
	background: transparent url(images/furniture1.jpg) no-repeat top left;
	width: 391px;
}

h2#interiorMain {
	background: transparent url(images/interior1.jpg) no-repeat top left;
	width: 391px;
}

h2#jewelleryMain {
	background: transparent url(images/jewellery1.jpg) no-repeat top left;
	width: 391px;
}

h2#tablewareMain {
	background: transparent url(images/tableware1.jpg) no-repeat top left;
	width: 391px;
}

h2#pressMain {
	background: transparent url(images/press.jpg) no-repeat top right;
	width: 494px;
}

h2#contactMain {
	background: transparent url(images/contact.jpg) no-repeat top right;
	width: 423px;
}

#ThumbNails {
	width: 46px;
	height: 327px;
	margin: 0 0 0 14px;
	float: right;
}

.ThumbNail {
	width: 46px;
	height: 56px;
}

#MainContent {
	width: 570px;
	margin-top: 10px;
	text-align: right;
	float: right;
}

#MainContent p {
	line-height: 1.5;
}

#MainContent p a:link, #MainContent p a:visited, #PrintMap p a:link, #PrintMap p a:visited {
	font-weight: bold;
	color: #a4a36b;
}

#MainContent p a:hover, #MainContent p a:active, #PrintMap p a:hover, #PrintMap p a:active {
	color: #7B7651;
}

#Footer p {
	margin: 1em 0 0;
	text-align: center;
	font-size: x-small;
}

/* fixed for ie7 */
.ClearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.ClearFix {
    display: inline-block;
}
/* Hides from IE-mac \*/
.ClearFix {
    display: block;
}
/* End hide from IE-mac */
