@charset "utf-8";

body{
  background-image:url(img/fullbg.png);
  background-repeat:repeat;
}


#container{
width:1048px;
margin-left:auto; margin-right:auto;
font-family: "Georgia";
}

#container_top{
  width:100%;
  background-image:url(img/bg_top.png);
  height:30px;
}

#container_main{
  width:1048px;
  background-image:url(img/bg_main.png);
  background-repeat:repeat-y;
  padding-left: 23px;
  padding-right: 23px;

}


#container_bottom{
  width:100%;
  background-image:url(img/bg_bottom.png);
  height:30px;
}



.header {
	width:1000px;
	height: 230px;
	background-image:url(img/header3.png);
}

#content{
	width:1000px;
	background-image:url(img/bg.png);
	background-repeat:no-repeat;
	min-height: 600px;
	font-size: 16px;
	font-family: Georgia;
}


#content_home{
 width:100%;

min-height: 600px;

font-size: 24px;

font-family: Georgia;
}

.scroller_bg{
  width: 1000px;
  background-image:url(img/scrollerbg.png);
  height:35px;
  margin-top:15px;
  font-family: Georgia;
  font-size:20px;
  color: #631900;
}

.scroller_bg p{
  margin-top:0px;
}

.navbar{
  width: 1000px;
  height: 30px;
  background-image:url(img/navbar_bg.png);
  background-repeat:no-repeat;
  text-align:center;
  padding-top: 5px;
 
}

.arrow {
  height: 83px;
  width: 522px;
  background-image:url(img/arrow.png);
  background-repeat:no-repeat;
  display: block;
  
  font-size: 24px;
  
  padding-top: 20px;
  padding-left: 20px;
  
  color: #FFFFFF;
  
  text-decoration: none;
  border: none;
  
  font-family: Georgia;
}

.arrow:hover{
  height: 83px;
  width: 522px;
  background-image:url(img/arrow_hover.png);
  background-repeat:no-repeat;
}

.navbar a:link{
  color: #631900;
  font-family: Georgia;
  font-size:20px;
}
.navbar a:visited{
  color: #631900;
  font-family: Georgia;
  font-size:20px;
}
.navbar a:hover{
  color: #F15923;
}


.property_bar{
  width: 600px;
  border: #631900 1px solid;
  clear:both;
  margin-left: auto; margin-right: auto;
  background-color: #FFFFFF;
  margin-bottom: 15px;
}

.property_head{
  width: 590px;
  height: 26px;
  background-color:#631900;
  color: #FFFFFF;
  font-size: 14px;
  padding-top: 4px;
  padding-left: 5px;
  padding-right: 5px;
}

.list_arrow li{
	font-size: 11px;  
	list-style-image: url(img/list-arrow.png);
	
}

.module_head{
  width:502px;
  height:30px;
  background-image:url(img/module_head.png);
}

.module_main{
  width:422px;
  background-image:url(img/module_main.png);
  background-repeat:repeat-y;
  font-size:12px;
  padding-left: 40px;
  padding-right: 40px;
}

.module_bottom{
  width:502px;
  height:30px;
  background-image:url(img/module_bottom.png);
}

.third_head{
  width:309px;
  height:30px;
  background-image:url(img/third_head.png);
}

.third_main{
  width:229px;
  background-image:url(img/third_main.png);
  background-repeat:repeat-y;
  font-size:12px;
  padding-left: 40px;
  padding-right: 40px;
}

.third_bottom{
  width:309px;
  height:30px;
  background-image:url(img/third_bottom.png);
}

.footer{
  width:100%;
  height: 1px;
  clear:both;
  
}

.left{ float:left; }
.right{ float:right;}
.centre {float:none; margin-left:350px; margin-left:350px; }

.spacer{ width:100%; height: 1px;  padding:0; margin:0;}
#container_main h1 {
	font-size: 18px;
}
