/* CSS Document */
#home-main-body{ width:100%; float:left;background-image:url(images/home-body-bg.jpg); background-repeat:repeat-x; background-position:left top;}

#outer{width:100%; float:left; background-image:url(images/left-repeat-bg.jpg); background-repeat:repeat-y;}
#main{ width:100%; float:left; background-image:url(images/left-main-bg.jpg); background-repeat:no-repeat;}


#main-table{ width:100%; float:left; padding:0px; margin:0px; vertical-align:top;}


/*LEFT SECTION*/
#left-menu{ width:246px; float:left;}

#logo{ width:246px; float:left;}
#menu{ width:246px; float:left; padding-top:22px;}

ul#menu-items{ margin:0px; padding:0px;  width:246px;}
ul#menu-items li{ list-style:none; padding-top:3px; padding-bottom:3px; text-align:right; width:246px; float:right; }

ul#menu-items a{ color:#000000; text-decoration:none; padding-right:30px; font-weight:bold;}
ul#menu-items a:hover{ color:#000000; text-decoration:none; background-color:#f69336; padding-right:30px; font-weight:bold;}
ul#menu-items a.selected{ color:#000000; text-decoration:none; background-color:#f69336; font-weight:bold;}

#follow-facebook{ width:246px; float:left; text-align:center; padding-top:30px;}

#donate{ width:246px; float:left; text-align:center; padding-top:20px;}

#left-free-content{ width:246px; float:left; padding-top:40px;}


/*RIGHT SECTION*/
#home-punch{ width:100%; float:left; padding-top:76px;}
#home-image-repeat{ width:100%; float:left; background-image:url(images/home-img-repeat.jpg); background-repeat:repeat-x;}
#home-banner-leaf{ width:100%; float:left;}
#home-content{ width:100%; float:left; padding-top:20px; padding-bottom:20px; min-height:300px;}


#news{ width:90%; border:2px #000066 solid; padding:5px;}


/*FOOTER SECRTION*/
#footer-link{ width:100%; float:left; text-align:center; line-height:20px;}
#footer-address{ width:100%; float:left; padding-top:30px;}




