body {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#layout {
	width: 888px;
	background: #d2cecd;
	padding: 5px;
	margin: 0px auto;
}

#header {
	width: 888px;
	height: 89px;
	background-color: #FFF;
	position: relative;
}

#logo { 
	background-image: url(../images/logo.jpg);
	width: 292px;
	height: 89px;
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}

#logo a {
	display: block;
	width: 292px;
	height: 89px;
	text-decoration: none;
}

#logo a span {
	display: none;
}

#adverts { 
	text-align: right;
	width: 550px;
	height: 89px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 5px;
}

#nav {
	background: url(../images/bg-navbar.jpg);
	background-repeat: repeat-x;
	height:38px;
	overflow:hidden;
	width:888px;
}

#nav ul {
	margin-top: 16px;
}

#nav li {
	float:left;
}

#nav a {
	display:block !important;
	height:22px;
	padding-right:2px;
}

#nav li a span {
	display:none;
}

#nav ul li a:hover {
	background-position: 0px -22px;
	text-decoration: none;
}

#quote {
	background: url(../images/quote.jpg);
	background-repeat: no-repeat;
	height:64px;
	overflow:hidden;
	width:888px;
}

#content {
	text-align: left;
	width: 888px;
	background-color: #FFF;
	background-image: url(../images/bg-content.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

div.content {
	width: 858px;
	padding: 15px;
}

*html div.content  {
	width: 100%;
}

div.content  table.content td {
	vertical-align: top;
}

div.content  table.content td.left {
	padding-right: 8px;
}

div.content  table.content td.right {
	padding-left: 8px;
	padding-top: 41px;
}

* html div.content  table.content td.right {
	padding-top: 37px;
}


/* Homepage Only */

table.homepage td.left { 
	width: 222px;
}

table.homepage td.right { 
	width: 636px;
}

div.feature {
	width: 636px;
	height: 221px;
	border: 1px solid #8f8582;
	position:relative;
	margin-left: 8px;
}

div.feature div.left {
	width: 145px;
	height: 221px;
}

div.feature  div.right {
	position:absolute;
	top: 0px;
	right: 0px;
	background: #FFF;
	width: 481px;
	padding: 5px 4px 5px 5px;
	height: 211px;
	border-left: 1px solid #8f8582;
	float: left;
}

* html div.feature  div.right {
	padding: 5px 5px 5px 5px;
}

/* End Homepage */

#footer {
	clear:both;
	text-align: center;
	width: 888px;
	height: 76px;
	background-color: #d2cecd;
}

div.footer {
	width: 858px;
	padding: 5px 15px 0px 15px;
}
