/* mac hide*/
html, body {height:100%}
/* end hide */
html,body {
	padding:0;
	margin:0;
}
body{
	text-align:center;
	background-color:#ffffff;
	color: #747877;
	min-width:840px;
        font: normal 8pt Tahoma, Arial;
}
#outer{
	min-height:100%;
	width:840px;
	color: #000000;
        text-align:left;
	margin:-53px auto 0;/* negative top margin top make room for footer*/
	position:relative;
        background:#f6f6e5 url(../images/news_bg.gif) right repeat-y;        
}

* html #outer{
	height:100%; /*IE treats height as min-height anyway*/
	width:840px;

}
#header{
        position:absolute;
	top:53px;/*place it at top of screen but remembering that we have dragged the outer upwards by 53px*/
	width:840px;
        height: 433px;
	overflow:hidden;
	background:url(../images/header.jpg) no-repeat;
        z-index:100;
}
#right {
        background:#f6f6e5 url(../images/news_bg.gif) right repeat-y;
        position:relative;
	width:340px;
	float:right;
	padding-top:486px;/*needed to make room for absolute header*/
}

.newsHeader {
    padding-top:10px;
    padding-left: 5px;
    font-size: 14pt;
    color:#512b00
}

.newsContent {
    vertical-align:top;
    padding:5px 5px 5px 5px;
    min-height: 300px;
    width: 250px;
}

* html .newsContent{
    height: 300px;/* needed for IE min-height*/
}

p {padding:0 3px;margin:0 0 1em 0}
#footer {
        background:url(../images/footer.gif) no-repeat;
	width:840px;
	clear:both;
	height:53px;
	margin:auto;
        color:#ffffff;
        font-size: 8pt;
        text-align:center;

}
* html #footer {/*only ie gets this style*/
	height:52px;/* for ie5 */
	height:50px;/* for ie6 */
}
#centrecontent {
	width:500px;
	float:left;
	padding-top:486px;/*make room for absolute  header*/
}

.contentHeader {
    padding-top:10px;
    padding-left: 5px;
    font-size: 14pt;
    color:#512b00
}


* html .contentBorders {
    height: 406px;
}

.content {
    color: #747877;
    background-color: #f6f6e5;
    min-height: 300px;
    padding:5px 20px 5px 40px;
}

* html .content {
    height: 300px;
}


html>body #minHeight{float:right;width:0;height:100%;margin-bottom:-52px;} /*safari wrapper */
.clearer{height:1px;overflow:hidden;clear:both}


/* menu */
.menu {
    font-size: 10pt;
    position:relative;
    padding:0;
    margin-left:20px;
    margin-top:22px;
}


.menu ul {
	padding: 0;
	margin: 0;
}

.menu li {
	display: inline;
}

.menu li a {
	float:left;
        color:#6c2016;
        text-align:center;
        width: 100px;
        text-decoration:none;
        border-right: 1px solid #7d7d7d;
}

.menu .item8 a {
    border:none;
}


.menu a:hover {
    color:#993333;
}

/******************/

/*latest news*/
.lnd_latestnews {
    margin: 0;
    padding:10px 0 0px 0;
    list-style-type: none;
}

.lnd_latestnews li {
    color: #512B00;
    font-weight: bold;
    padding: 10px 0;
}

.lnd_latestnews li a {
    text-decoration: none;
    color: #512B00;
}

.contentheading {
    font-size: 12px;
    font-weight: bold;
    color:#512B00;
}


.easy_big {
    font-size: 12px;
}

#phocagallery {
    padding-left: 20px;
}

a {
    color: #512B00
}

p {
    text-align: justify;
}

table.pricesTable {
    border-style: solid;
    border-color: #cccccc;
    border-width: 1px 0 0 1px;
}

table.pricesTable td {
    border-style: solid;
    border-color: #cccccc;
    border-width: 0 1px 1px 0;

}


