body {
	background-color: #BEBCA4;
	margin: 0px;
	border: 0px;
	min-width: 730px;
	text-align: center;
	font-family: helvetica, arial,sans-serif;
	font-size: 75%;
}

#wrapper {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: #BEBCA4;
}

#homeLeft {
	width: 430px;
	float: left;
}

#homeRight {
	width: 300px;
	float: right;
}

/* home nav  */

#navHome {
	float:left;
	top: 331px;
	left: 430px;
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	height: 200px;
	display: inline;
	overflow: hidden;
	width: 253px;
	z-index: 1002;
	left: 20px; /* fixes weird IE5.0/win absolute position within relative */
	left/* */: 430px;
	text-align: left;
	}

html>body #navHome  {
	left: 12px;
	} 
	
#navHome li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#navHome a {
	float: left;
	padding: 200px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:200px;
	}
	
#navHome a:hover {
	background-position: 0 -200px;
	}

#navHome a:active, #navHome a.selected {
	background-position: 0 -200px;
	}
	
#thome a  {
	width: 36px;
	background: url(../images/home/home.gif) top left no-repeat;
	}
#tlatest a  {
	width: 36px;
	background: url(../images/home/latest.gif) top left no-repeat;
	}
#tnews a  {
	width: 36px;
	background: url(../images/home/news.gif) top left no-repeat;
	}

#tportfolio a  {
	width: 36px;
	background: url(../images/home/portfolio.gif) top left no-repeat;
	}

#tfurniture a  {
	width: 36px;
	background: url(../images/home/furniture.gif) top left no-repeat;
	}

#tabout a  {
	width: 36px;
	background: url(../images/home/about.gif) top left no-repeat;
	}

#tpress a  {
	width: 36px;
	background: url(../images/home/press.gif) top left no-repeat;
	} 

#tcontact a  {
	width: 36px;
	background: url(../images/home/contact.gif) top left no-repeat;
	} 

