body {
	background-image:   url("../images/layout/bckgd.jpg");
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #eeeeee;
	
}

#body-wrapper {
	width: 795px;
	
	margin: 0px 5px 0px 5px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}



/* ---------------------------------------- start headers css -----------------------------*/


#header {
	width: 795px;
	height: 147px;
	background-image:   url("../images/layout/hdr_bckgd.jpg");
	background-repeat: repeat-x;
}

#header-sub-nav {
	width: 785px;
	height: 30px;
	text-align: right;
	padding: 5px;
}



#header-text-main {
	float: left;
	width: 490px;
	text-indent: 20px;
	font-family: "Times New Roman", Times, serif;
	color: #795a50;
	font-size: 50px;
}


#header-logo-line {
	border-bottom: 1px solid #ebebeb;
	padding-top: 2px;
	margin-right: 60px;
	}

#header-text-sub {
	
	padding-right: 75px;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	font-weight: bold;
	color: #795a50;
	font-size: 15px;

}


#header-logo {
	background-image:   url("../images/layout/logo.jpg");
	background-repeat: no-repeat;
	float: left;
	width: 240px;
	height: 107px;
}

/* ---------------------------------------- start body css -----------------------------*/



#body-pict {

	width: 788px;
	height:  223px;
	background-image:   url("../images/layout/main_pict.jpg");
	background-repeat: no-repeat;
	margin: 3px 3px 0px 3px;
	}
	
#body-bckgd {

	width: 795px;
	height:  23px;
	background-image:   url("../images/layout/body_bckgd.jpg");
	background-repeat: repeat-x;
	margin: 0px;
}

#body-main {
	width: 765px;
	margin: auto;
	margin: 0px 20px 10px 15px;
	padding-bottom: 35px;
	background-image:   url("../images/layout/bottom_curve.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
}

#body-main-right  {

	width: 400px;
	float:right;
	background-image:   url("../images/layout/curve_sub_box.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px 18px 5px 20px;
}

#body-main-right-text  {

	padding: 0px 5px 5px 18px;
	list-style-type: circle;
}

#footer-top {
	text-align: center;
	padding: 15px;
	color: #cccccc;
}

#footer {
	text-align: center;
	padding-top: 5px;
	background-image:   url("../images/layout/footer_bckgd.jpg");
	background-repeat: repeat-x;
	height: 34px;
	font-size:16px;
	
}

#footer a{
	font-size:10px;
	
}


#divtext1 {
	border: 1px solid #336699;
	background-color:#ebebeb;
	position:absolute;
	visibility:hidden;
	width: 600px;
	height: 200px;
	overflow: auto;
	padding: 25px;
	}
	

	
