/*
Created by Chunyi Chau of www.chunyichau.com
	  
E-Mail: design@chunyichau.com
	  
*/

* {margin: 0;}

html,body {
	height: 100%;
	background-position: 0 0;
}

#wrapper { 
min-height: 100%;
height: auto!importnat;
height:100%;
 width: 100%;
 margin: 0 auto -15em;
}

#container {
	width: 1000px;
	display: table;
	overflow: auto;
}

#faux {
  overflow: auto;
	width: 100%;
	float: left;
}

/* @group header */

#header {
 color: #2a1f0b;
	text-shadow: rgba(185,185,185,0.85) 1px 1px 1px;
	padding-left: 7em;
	font: 18px/1.5em Georgia, "Times New Roman", Times, serif;
	padding-top: 3em;
	background-color: #171100;
}


h4 {
	color: #15a5ab;
	font: italic 17px/3em Georgia, "Times New Roman", Times, serif;
	text-align: left;
	width: 300px;
	display: block;
	margin-top: 5px;
}



/* @end */

/* @group left content */

#leftcolumn { 
 float: left;
 color: #333;
	padding: 3em 3em 3em 8em;
	width: 600px;
}

#imgs-frame {
	float: left;
	height: 375px;
	background-color: white;
	width: 100%;
	padding-left: 3px;
	clear: both;
}

.browntext {
	color: #827058;
	font: 11px/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1 {
	color: #313110;
	font: 21px/3em Georgia, "Times New Roman", Times, serif;
	text-shadow: #999 1px 1px 1px;
}

h3 {
	color: #959044;
	font: italic 34px/50px Georgia, "Times New Roman", Times, serif;
	text-shadow: #a6a6a6 1px 1px 1px;
	margin-top: 1em;
}

/* @end */

/* @group right content */

.enquiry {
		color: #958363;
	font: 10px/2.3em "Lucida Grande", Lucida, Verdana, sans-serif;
}

h5 {
		color: #48471d;
	font: 14px/3em Georgia, "Times New Roman", Times, serif;
	margin-top: 15em;
}

.details {
		color: #8d8b72;
	font: 10px/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
}

h2 {
		color: #48471d;
	font: 14px/3em Georgia, "Times New Roman", Times, serif;
	text-shadow: #d6d6d6 1px 1px 1px;
}

#rightcolumn {
 color: #c6b996;
 width: 185px;
	font: 10px/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	float: right;
	height: 100%;
	margin-top: 5em;
	padding: 4em 2em 1.5em 1.5em;
	display: inline;
	border-left: 1px dotted #c6b996;
}



/* @end */

/* @group footer */

#push {	
width: 100%;
height: 1px;
	
}

#footer{
	width: 100%;
	height: 15em;
	background: url(images/background.jpg) repeat-x;
}

#insidefooter1 {
	float: left;
 color: #796e3f;
	height: 15em;
	text-align: left;
	font: 9px/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 700px;
	padding: 3em 0 3em 12em;
}



/* @end */