/* CSS Document */

body {
margin: 0px;
background-image: url(images/h_bg.jpg);
background-repeat: repeat-x;
background-color: #490604;
font-family: Tahoma;
font-size: 12px;
color: #660000;
text-align: justify;
}

.header1bg {
background-image: url(images/h_header1.jpg);
height: 94px;
width: 798px;
background-repeat: no-repeat;
}

.topborderbg {
background-image: url(images/h_topborder.jpg);
height: 21px;
width: 798px;
background-repeat: no-repeat;
}

.topleftborderbg {
background-image: url(images/h_topleftborder.jpg);
height: 297px;
width: 21px;
background-repeat: no-repeat;
}

.toprightborderbg {
background-image: url(images/h_toprightborder.jpg);
height: 297px;
width: 19px;
background-repeat: no-repeat;
}

.bodyleftborderbg {
background-image: url(images/h_bodyleftborderbg.jpg);
}

.bodyrightborderbg {
background-image: url(images/h_bodyrightborderbg.jpg);
}

.welcomebg {
background-image: url(images/h_welcomebg.jpg);
/*height: 265px;*/
width: 536px;
}

.featuredpropbox {
background-color: #4c1815;
}

.featuredpropbox1 {
background-color: #5a1713;
}

.footerbg {
background-image: url(images/h_footerbg.jpg);
height: 145px;
width: 798px;
background-repeat: no-repeat;
}

.picborder1 {
border-color: #381b19;
border-style: solid;
border-width: 5px;
}

.picborder2 {
border-color: #6d4e24;
border-style: solid;
border-width: 1px;
}

.flashbg {
background-image: url(images/h_flashbg.jpg);
height: 297px;
width: 758px;
background-repeat: no-repeat;
}

.featproptopborder {
background: url(images/h_featproptopborder.gif) no-repeat;
width: 209px;
height: 3px;
}

.featpropbottomborder {
background: url(images/h_featpropbottomborder.gif) no-repeat;
width: 209px;
height: 3px;
}

.featpropleftborder {
background: url(images/h_featpropleftborder.gif) repeat-y;
}

.featproprightborder {
background: url(images/h_featproprightborder.gif) repeat-y;
}

/* for text formatting */
.featuredtext {
font-family: Tahoma;
font-size: 11px;
color: #ecd1b4;
}

.footertext {
font-family: Tahoma;
font-size: 11px;
color: #660000;
font-weight: bold;
}

.blue {
color: #0033FF;
}
/* end for text formatting */

/* for the positions */
.welcomepos {
margin: 34px 37px 8px 40px;
}

.featuredpos {
margin: 7px 0px 7px 0px;
}

p {
margin: 15px 0px 15px 0px;
line-height: 17px;
}
/* end for the positions */

/* for all the links */
a {
color: #660000;
text-decoration: underline;
}

a:hover {
color: #660000;
text-decoration: none;
}

.footertext a {
color: #660000;
text-decoration: underline;
}

.footertext a:hover {
color: #660000;
text-decoration: none;
}

.featuredtext a {
color: #ecd1b4;
text-decoration: underline;
font-weight: bold;
}

.featuredtext a:hover {
color: #ecd1b4;
text-decoration: none;
font-weight: bold;
}
/* end for all the links */
