@charset "UTF-8";
/* CSS Document */

body{
font-size:14px;
color:#333;
font-family: "Times New Roman", Times, serif;
background:#6C784A;
margin:0px;
}

#content p{
line-height:26px;
}

a{
color:#5F1700;
}

h1{
display:none;
}

h2{
color:#5F1700;
font-size:24px;
font-weight:normal;
font-family:"Times New Roman", Times, serif;
margin:0px;
}

h3{
color:#5F1700;
font-size:20px;
font-weight:normal;
font-family:"Times New Roman", Times, serif;
}

#container{
background:url(images/pagebg.jpg) top center repeat-y;
width:824px;
padding:0px;
margin:0px auto;
}

#header{
background:url(images/headerbg.jpg) top left no-repeat;
height:319px;
width:824px;
}

#menu{
background:url(images/menubg.jpg) top left repeat-x;
height:26px;
width:780px;
margin:5px auto;
display:block;
font-family:"Times New Roman", Times, serif;
}

#menu ul{
list-style:none;
display:block;
float:left;
width:780px;
height:26px;
margin:0px;
padding:0px;
}

#menu ul li{
list-style:none;
margin:0px;
padding:0px 5px;
display:inline;
float:left;
height:26px;
}

#menu ul li a{
height:16px;
padding:5px 13px;
margin:0px;
float:left;
display:block;
text-decoration:none;
color:#ddd;
cursor:pointer;
}

#menu ul li a:hover,#menu ul li.active a{
color:#fff;
background:url(images/menubg_active.jpg) top left repeat-x;
}

#content_top{
background:url(images/content_top.jpg) top left no-repeat;
height:5px;
width:780px;
margin:0px auto;
}

#content{
background:url(images/content_mid.jpg) top left repeat-y;
width:760px;
padding:5px 10px;
margin:0px auto;
}

#content_bottom{
background:url(images/content_bottom.jpg) top left no-repeat;
height:5px;
width:780px;
margin:0px auto;
}

#agents{
width:780px;
margin:10px auto 0px auto;
}

#footer{
width:824px;
height:17px;
margin:0px auto;
background: url(images/footerbg.jpg) top left no-repeat;
}

.floatright{
float:right;
margin:2px 0px 10px 10px;
}
