body {
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	font-family:Arial;
	font-size:12px;
	background:url('/images/bg.jpg') repeat-x;
	background-position: top left;
	color: #000000;
}

a {text-decoration:none;
color:#330000;
}

a:hover {color:#5e3713;}

* {text-align:left;}


#header{
	width:100%;
	height:144px;
	background:url('/images/header.jpg');
}


#container {margin-left:auto;margin-right:auto;width:800px;}

#headerlinks
{
	height:30px;
	font-size:12px;
	font-weight:bold;
	padding-top:12px;
	margin-right:12px;
	text-align:right;
}

#middle {width:100%;background-color:#ffffff;}

#leftside {float:left;width:230px;text-align:right;}


#navlinks
{
width:200px;
height:33px;
line-height:33px;
font-size:15px;
background:url('/images/navreg.jpg');
text-align:left;
padding-left: 23px;
margin-left:7px;
color:#ffffff;	
}

.over
{
background:url('/images/navover.jpg');
}


#leftbox
{
	width:224px;
	height:283px;
	background:url('/images/boxleft.jpg');
	margin-left:6px;
}

#rightside {margin-left:245px; width:530px;font-size:11px;}
#rightside a {font-size:15px;}

#rightinfobox {background-color:#f4e0bc; width:100%;padding:10px;}

.prop {
    height:350px;
    float:right;
    width:1px;
  }

  .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

#leftboxtext {
	padding-top:119px;
	font-size:9px;
	padding-left:8px;
	width:200px;
}

#footer {
clear:both;
padding-top:10px;
border-top:1px solid #452a14;
width:100%;
text-align:center;
}

#footer a {color:#330000; font-size:13px;}
#footer a:hover {color:#5e3713;}


