@import url("text.css");
@import url("furniture.css");
@import url("colour.css");
html {
	padding:0;
	height:100%;
}
body {
	padding: 0;
	margin: 0;
	height:100%;
}
#pageWrap {
	width: 940px;
	margin:0 auto;
	padding: 0 10px;
}
/* LAYOUT  */

/* HEADER */
#topWrap {
}
#topbar {
	width: 940px;
	margin:0 auto;
	padding: 0 10px;
	height:1.5em;
}
#topbarLeft {
	float:left;
	height:1.5em;
	width:700px;
}
#topbarRight {
	float:right;
	height:1.5em;
}
#header {
	height:95px;
	padding:0;
}
#headerLeft {
	float:left;
	height:95px;
}
#headerRight {
	float:right;
	height:95px;
	width:640px;
	overflow:hidden;
	text-align:right;
}
/* MAIN MENU  */

#menu {
	z-index:100;
	margin-bottom:10px;
}
#menu ul {
	margin:0;
	padding:0;
	list-style: none;
}
#menu li {
	float: left;
	margin:5px 0;
	width:190px;
	font-size:1.65em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#menu li.last {
	width:150px;
}
#menu a {
	padding:0 5px 5px 7px;
	display: block;
	text-decoration: none;
}
.menuSml {
	margin-top:0;
	font-size:0.5em;
	font-weight:normal;
	line-height:1em;
	font-family:Verdana, Geneva, sans-serif
}
/* FEATURE */
#feature {
	margin-bottom:10px;
}
/* CONTENT */


.highlight {
	width: 100%;
	height:10px;
}
#primary {
	float:left;
	width:616px;
	overflow:hidden;
}
#secondary {
	float:right;
	width:308px;
	margin:0;
	padding:0;
	overflow:hidden;
}
/* FOOTER */
#footerWrap {
	width: 940px;
	margin:10px auto;
	padding: 0 10px;
}
#footer {
	padding:10px 0;
}
#footerLeft {
	float:left;
	clear:left;
	display:inline;
	font-size:0.75em;
}
#footerRight {
	float:right;
	clear:right;
	display:inline;
	font-size:0.75em;
}
