/*-----------------basic styling-------------------*/
* {
	margin: 0px;
	padding: 0px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #b1803e;
}


body {
	background-color: #ba8840;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b1803e;	
	}

#wrapper {
	position: relative;
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;

	}
	
#clear {
	clear: both;
	}

/*-----------------position container elements---------------------*/

#header {
	position: relative;
	background-image: url(../images/home_body6.gif);
	height: 200px;
	}
/*---------------------navigation----------------------------------*/
/* #header ul{
	margin: 0;
	padding: 0;
	list-style: none;
	}
#header ul li{
	float: right;
	}
#header #contact a{
	background-image: url(../images/contact.gif);
	width: 93px;
	height: 50px;
	} */
#navigation {
	width: 498px;
	height: 50px;
	top: 77px;
	position: absolute;
	left: 283px;
	}

/*---------------------------body----------------------------------*/
#content {
	width: 780px;
	height: 800px;
	text-align: center;
	position: relative;
	background-image: url(../images/home_body_css.gif);
	background-repeat: no-repeat;
	}
#bodytext {
	text-align: center;
	height: 689px;
	width: 767px;
	top: 50px;
	position: absolute;
	right: 40px;
	
	}

#welcome {
	width: 409px;
	float: right;
	text-align: left;
	margin-bottom: 10px;
	position: relative;
	top: 5px;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
}

#updates {
	width: 409px;
	float:right;
	text-align: left;
	position: relative;
	top: 5px;
	}
#line{
	float: right;
	}
#stroke{
	width: 6px;
	heigth: 569px;
	float: right;
	text-align: left;
	}
#blogs {
	width: 285px;
	height: 613px;
	float: right;
	text-align: left;
	}
/*---------------------------footer--------------------------------*/	
#footer {
	position: relative;
	height: 62px;
	background-image:url(../images/footer.gif);
	text-align: right;
	padding-right: 45px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 11px;
	color: #b1803e;
