    
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}
* {margin:0;padding:0;} 

body {
		background-color: White;
		color: Black;
		background-image: url(../images/bg_body.jpg);
		background-position: top;
		background-repeat: repeat-x;
		/*font: normal 12px Georgia, Times, Verdena, Helvetica, sans-serif;*/
		font: normal 12px Verdena, Arial, sans-serif;
	}
	
strong {
	font-weight: bold;
}

B{
	margin-top: 0px;
	margin-bottom: 0px;
	color: #5E664F;
}

h1 {
	margin-top: 0px;
	font-size: 18px;
	margin-bottom: 0px;
	color: #5E664F;
        font-weight:bold;
}
h3 {
	margin-top: -2px;
	font-size: 10px;
	margin-bottom: 12px;
	color: #BEBEBE;
}

h3 a,a:visited {
	font-size:12px;
	color: #ABB19F;
	text-decoration: none;
}

h3 a:hover{
	font-size:12px;
	text-decoration: underline;
	color: #ABB19F;
}

div#main{padding-left:34px;}	

div#header {
	padding-top:11px;
	height: 65px;
}
	
div#menu {
	position:relative;
	float:left;
	height:21px;
}

div#menu ul {
	list-style-type: none;
	text-align: center;
}

div#menu ul li {
	border-left: 1px solid #C2C2C4;
	display: block;
	float: left;
	height: 21px;}

div#menu ul li a {
	padding: 0;
	padding: 4px 0px 3px 5px;
	color: White;
	text-decoration: none;
	display: block;
	text-align: left;
	font: normal 12px Verdena, Arial, sans-serif;
}


div#menu ul li a:hover {
	color: White;
	background: #46B1C3;
	display:block;
}


div#menu a:active {
	background: #0099CC;
	color: #fff;
}

div#content{
    position:relative;
    float:left;
}

/*............................................................................left side*/
div#left_menu {
    position: relative;
    margin-top:1px;
    float:left;
	background-image: url(../bible_tree_images/leftmenu2.jpg);
	background-repeat: no-repeat;
	width:140px;
	height:706px;
}


div#left_menu ul {list-style: none;margin:5px 0px 0px 5px;}

div#left_menu ul li {margin-bottom: 3px;padding:0;}
div#left_menu ul li img {width: 9px;height:9px;}

div#left_menu a {color:#111111;text-decoration: none;font: normal 12px Verdena, Arial, sans-serif;}

div#left_menu a:hover {text-decoration: underline;}

/*............................................................................left side*/

.footer
{
    position: relative;
    float:right;
	color:#D6D6D6;
	font-size: 11px;
	text-align:right;
}

div#picture
{  
position:relative;
float:left;
height:auto;
width:560px;
        }
        
div#pictext
{
    position:relative;
    float:left;
    margin-top:1px;
    width:700px;
}
    
div#head
{
    height:86px;
    /*margin-left:34px;*/
}

div#text
{
 position:relative;
 float:left;
 text-align:justify;
 padding:10px;
 width:520px;
}


