body {
	background: white url(images/body-bg.gif) top left repeat;
	color: #000;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: small;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

a img { border: none; }


#wrap, #top, #bottom, #inner-wrap, #menu, #menu ul, #content {
	margin: 0;
	padding: 0;
}

/* ------- TEXT ------- */ 

h1, h2, h3 {
	color: #E3871A;
	font-weight: bold;
}

h1 { font-size: 150%; }
h2 { font-size: 120%; }
h3 { font-size: 100%; }

a { 
	text-decoration: underline;
	color: black;
}

a:hover { 
	text-decoration: none;
}

/* ------- LAYOUT ------- */ 

img#logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

#wrap {
	width: 714px;
	margin-left: 42px;
	background: transparent url(images/int-bg.gif) top left repeat-y;
	font-size: 90%;
}

#home #wrap {
	background: transparent url(images/home-bg.gif) top left repeat-y;
}

#top {
	margin: 13px 0 0 42px;
	background: transparent url(images/top.gif) top left no-repeat;
	width: 714px;
	height: 9px;
	overflow: hidden;
}


#bottom {
	margin-left: 42px;
	background: transparent url(images/bottom.gif) top left no-repeat;
	width: 714px;
	height: 9px;
}

#inner-wrap {
		background: transparent url(images/menu-background.gif) 11px 0 repeat-y;
		width: 714px;
}

#home #inner-wrap {
	padding-bottom: 50px;
}

/* ------- MENU ------- */ 

#menu {
	float: left;
	width: 125px;
	display: inline;
	margin-left: 11px;
}

#menu ul {
	list-style-type: none;
	margin: 120px 0 0 11px;
	position: relative;
	z-index: 20;
	line-height: 2.0;
	font-size: 110%;
}

#menu ul a {
	color: white;
	text-decoration: none;
	padding: 5px;
}

#menu ul a:hover {
	background: #E7D13F;
	padding: 2px;
	border: 3px solid white;
}

/* ------- CONTENT AREA ------- */ 

#content {
	width: 560px;
	float: left;
	display: inline;
	position: relative;
	z-index: 20;	
	margin-left: 8px;
}

#home #content {
	width: 263px;
	padding-right: 0;
	padding: 50px 0 0 30px;
}

#content-inner {
	padding: 50px 20px 0 30px;
}

/* ------- RIGHT SIDEBAR ------- */ 

#right {
	width: 221px;
	float: left;
	display: inline;
	margin: 10px 0 0 34px;
}

/* ------- GALLERY ------- */ 

.gallery {
	padding: 12px 20px 12px 30px;
	margin-top: 12px;
	background: #E5F0D4;
}

.furn-thumb {
	background: white;
	padding: 3px;
	border: 1px solid #99C84E;
	margin: 14px 15px 14px 0;
}

#home .furn-thumb {
	margin: 12px;
}

/* ------- FOOTER ------- */ 

#footer {
	width: 714px;
	margin: 20px 0 0 42px;
	text-align: center;
	font-size: 78%;
	color: #759A39;
	line-height: 1.0;
	padding-bottom: 10px;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer li {
	list-style-type: none;
	display: inline;
}

#footer a {
	color: #759A39;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* ------- EXTRAS ------- */ 


div.clear {
	height: 1px;
	overflow: hidden;
	clear: both;
}

