/* CSS Document */

body {
background-color: #e2ddd7;
margin: 0px;
}

.welcomebg {
background-image: url(images/hnew_welcomebg.jpg);
background-repeat: repeat-x;
background-color: #b8a48a;
}

.bodyrightborderbg {
background-image: url(images/hnew_bodyrightborderbg.jpg);
background-repeat: repeat-y;
}

.bodyleftborderbg {
background-image: url(images/hnew_bodyleftborderbg.jpg);
background-repeat: repeat-y;
}

.featuredbg {
background-image: url(images/hnew_featbg.jpg);
background-repeat: repeat-x;
background-color: #d3c9bd;
height: 149px;
}

.picborder {
border-style: solid;
border-width: 2px;
border-color: #301D10;
}

.footerpicborder {
border-style: solid;
border-color: #FFFFFF;
border-width: 1px;
}

/* for text formatting */ 
.paratext {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #301d10;
}

.featuredtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #301D10;
}

/* for the positioning */ 
.rightcontentpos {
margin-top: 7px;
}