* {
	margin: 0;
	padding: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body{
	font-size: 62.5%;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	line-height: 1;
	background: url(../_img/bg_body.jpg);
	min-width: 969px;
	color: #E9E1CC;
}

hr{
   display: none;
}

#skip{
   position: absolute;
   text-indent: -9999px;
   list-style: none;
   overflow:hidden;
}

#container{
   background: url(../_img/bg_container.jpg) repeat-x center top;
   text-align: center;
}

a{
   overflow: hidden;
   color: #36939b;
}

/* the clearfix rules make it possible to clear floated elements without additional structural markup. See http://www.positioniseverything.net/easyclearing.html */



.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {
/*	display: block;
*/	height: auto;

}
/* End hide from IE-mac */


/* =Header
---------------------------------------------------------------------
*/

#header{
   width: 960px;
   height: 128px;
   margin: 0 auto;
   text-align: left;
   position: relative;
}

.clearfix:after {
    content: "."; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#metanav{
   padding-top: 6px;
   position: absolute;
   top: 0;
   right: 20px;
}

#metanav p{
   float: left;
   font-size: 1.1em;
   color: #543019;
   margin-top: 9px;
   padding-right: 9px;
   background: url(../_img/bg_metanav_p.gif) no-repeat right top;
}

#metanav p#login{
   margin:9px 0 9px 8px;
   text-transform: uppercase;
}

#metanav p#login a{
   color: #543019;
}

#metanav h3{
   float: left;
   text-indent: -9999px;
   width: 56px;
   height: 21px;
   margin: 0 8px;
   background: url(../_img/bg_metanav_h3.gif) no-repeat left 10px;
}

#metanav ul{
   float: left;
   font-size: 1.2em;
   color: #1b120d;
   list-style: none;
   padding-top: 4px;
   margin-right: 5px;
}

#metanav ul li{
   float: left;
   margin: 0;
}

#metanav ul li.current{
   background: url(../_img/bg_metanav_ul_li.gif) no-repeat top right;   
}

#metanav ul li a{
   float: left;
   margin: 0;
   display: block;
   height: 12px;
   text-align: center;
   padding: 4px 15px;
   color: #1b120d;
   text-decoration: none;
}

#metanav ul li.current a{
   background: url(../_img/bg_metanav_ul_a.gif) no-repeat top left;
   color: #fff;
   padding: 4px 15px;
}

#metanav ul li a:hover{
   text-decoration: underline;
}

#metanav ul li.current a:hover{
   text-decoration: none;
}

#search{
   float: left;
   width: 172px;
   height: 29px;
   background: url(../_img/bg_metanav_search.gif) no-repeat;
   padding: 2px 0 0 7px;
}

#search input{
   width: 129px;
   height: 16px;
   float: left;
   background: transparent url(../_img/bg_metanav_input.gif) no-repeat;
   border: none;
   padding: 2px 4px;
   font-size: 1.1em;
   color: #766548;
}

#search #search_go{
   display: block;
   float: left;
   width: 25px;
   height: 20px;
   text-indent: -9999px;
   background: url(../_img/bg_metanav_search_go.gif);
   margin-left: 3px;
}

#header h1{
   float: left;
   width: 292px;
   height: 100px;
   margin-top: 22px;
   background: url(../_img/bg_header_h1.gif) no-repeat top left;
}

#header h1 a{
   display: block;
   width: 292px;
   height: 100px;
   text-indent: -9999px;
}


/* =Navigation
---------------------------------------------------------------------
*/

#navwrap{
   float: right;
   clear: right;
   display: inline;
   width: 560px; 
   margin-top: 101px;
   padding-left: 30px;
   background: url(../_img/bg_nav_left.gif) no-repeat 3px top;
}

#nav{
   float: left;
   display: inline;
   list-style: none;
   clear: both;
   width: 540px;
   padding-right: 20px;
   background: url(../_img/bg_nav_li_a.gif) no-repeat 3px top;
}

#nav ul{
   display: none;
}

#nav li{
   float: left;
   display: inline;
   width: 105px;
   height: 27px;
   margin-left: 3px;
}

#nav li a{
   display: block;
   width: 87px;
   height: 15px;
   padding: 6px 9px;
   color: #FFF; 
   text-decoration: none;
   font-size: 1.1em;
   text-transform: uppercase;
   font-weight: bold;
   background: url(../_img/bg_nav_li_a.gif) no-repeat;
   overflow: hidden;
}

#nav li a:hover{background-position: 0 -27px;}
#nav li.current a,
#nav li.current a:hover{background-position: 0 -54px;} /* have to specify hover state for poor old IE6 */

#nav li#nav_about a{background-position: -108px 0;}
#nav li#nav_about a:hover{background-position: -108px -27px;}
#nav li#nav_about.current a,
#nav li#nav_about.current a:hover{background-position: -108px -54px;}

#nav li#nav_connections a{background-position: -216px 0;}
#nav li#nav_connections a:hover{background-position: -216px -27px;}
#nav li#nav_connections.current a,
#nav li#nav_connections.current a:hover{background-position: -216px -54px;}

#nav li#nav_media a{background-position: -324px 0;}
#nav li#nav_media a:hover{background-position: -324px -27px;}
#nav li#nav_media.current a,
#nav li#nav_media.current a:hover{background-position: -324px -54px;}

#nav li#nav_contact a{background-position: -432px 0;}
#nav li#nav_contact a:hover{background-position: -432px -27px;}
#nav li#nav_contact.current a,
#nav li#nav_contact.current a:hover{background-position: -432px -54px;}

#nav li ul{
   display: none;
}

/* =Container-Inner
---------------------------------------------------------------------
*/

#container-inner{
   width: 969px;
   margin: 0 auto;
   background: url(../_img/bg_container-inner.gif);
   margin-top: 52px;
}

/* =Content-Wrap
---------------------------------------------------------------------
*/

#content-wrap{
   width: 970px;
   background: url(../_img/bg_content-wrap.gif) no-repeat left bottom;
   text-align: left;
   position: relative;
   padding-bottom: 21px;
}

/* =Content
---------------------------------------------------------------------
*/

#content{
   width: 638px;
   padding: 20px 0 0 24px;
   float: left;
   display: inline;
   background: url(../_img/bg_content.gif) no-repeat top left;
   position: relative;
}

#header-image{
   float: left;
   width: 638px;
   height: 210px;
   position: relative;
   margin-bottom: 10px;
}

#content #header-image img{
   margin: 0;
   width: 638px;
   height: 210px;
   float: none;
   z-index: 1;
   top: 0;
   left: 0;
}

#content #header-image p#caption{
   width: 638px;
   height: 210px;
   text-indent: -9999px;
   background: url(../_img/header_img_overlay.png);
   _background: none;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 8001;
   margin: 0;
   padding: 0;
}

#content h2#pagetitle{
   clear: left;
   background: #0f0a07;
   padding: 15px 0 5px 20px;
   border-bottom: 1px solid #251912;
   margin: 0;
   width: 618px;
}

#content h3,

#content h5,
#content h6{
   margin-bottom: .5em;
}

#content h4{
   font-size: 1.6em;
   color: #fff;
}

#content h5{
   font-size: 1.7em;
   color: #bbdadd;
   font-weight: normal;
}

#content h6{
   font-size: 1.7em;
   color: #8a7c5b;
}

#content p,
#content li{
   margin-bottom: 1.5em;
   color: #e9e1cc;
   font-size: 1.2em;
   line-height: 1.5;
}

#content ul,
#content ol{
   margin: 0 0 1em 1em;
   padding: 0;
}

#content ul#byline{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin-bottom: 10px;
   list-style: none;
}

#content ul#byline li{
   font-size: 1.1em;
}

/*#content li{
   margin: .25em 0;
   list-style: none;
   padding-left: 12px;
   background: url(../_img/bg_content_li.gif) no-repeat left .5em;
}

#content li li{
   font-size: 1em;
   background: url(../_img/bg_content_li_li.gif) no-repeat left .45em;
}*/

#content blockquote{
   margin-left: 3em;
}

#content hr{
   display: block;
   margin-bottom: 1em;
}

#content a:hover{
   text-decoration: none;
}

#content img{
   float: left;
   margin: 0 10px 5px 0;
}

#content #text, #content #pagetext{
   clear: both;
   float: left;
   width: 598px;
   padding: 20px;
   background: #1b120d;
}

#content #headerlink{
   width: 638px;
   height: 210px;
   text-indent: -9999px;
   position: absolute;
   top: 20px;
   left: 24px;
   z-index: 9998;
   margin: 0;
   padding: 0;
}

#content .sermonbox p.eventtime{
   margin-bottom: 0;
}

#content #mediabox{
   float: right;
   width: 125px;
   padding: 5px 5px 0;
   border: 1px solid #F00;
   list-style: none;
}

#content #mediabox li{
   margin-bottom: 5px;
   font-size: 1.1em;
   font-weight: bold;
}

#content #mediabox li a{
   display: block;
   height: 16px;
   padding-left: 20px;
   background-repeat: no-repeat;
}

#content #mediabox li#mb_print a{
   background-image: url(../_img/mb_print.gif);
}

#content #mediabox li#mb_video a{
   background-image: url(../_img/mb_video.gif);
}

#content #mediabox li#mb_download a{
   background-image: url(../_img/mb_download.gif);
}

#content #mediabox li#mb_notes a{
   background-image: url(../_img/mb_notes.gif);
}

#content #mediabox li#mb_jukebox a{
   background-image: url(../_img/mb_jukebox.gif);
}

#content #mediabox li#mb_podcast a{
   background-image: url(../_img/mb_podcast.gif);
}

#content .newsitem p.date{
   float: left;
   width: 26px;
   height: 34px;
   background: url(../_img/bg_date.gif) no-repeat;
   padding: 8px;
   font-size: 1.2em;
   color: #6e4f35;
   line-height: 1;
   margin: 0 8px -3px -2px;
   text-align: center;
}

#content .newsitem p.date b{
   display: block;
   font-size: 1.6em;
   color: #1b120d;
   font-weight: normal;
}

#content .newsitem p.more{
   margin-bottom: 0;
}

#content .newsitem p{
   margin-left: 50px;
   margin-bottom: 10px;
}

/* =Sidebar
---------------------------------------------------------------------
*/

#sidebar{
   float: left;
   display: inline;
   width: 260px;
   padding: 20px 27px 0 20px;
   background: url(../_img/bg_content.gif) no-repeat right top;
}

/* = Subpage Sidebar Navigation  
---------------------------------------------------------------------
*/
ul#subnav{
   background: url(../_img/bg_sidenav.gif) no-repeat left bottom;
   padding: 7px 0 10px 18px;
}

#subnav ul ul{
   background: none;
}

ul#subnav li{
   display: inline;
   list-style: none;
}

ul#subnav li a{
   display: block;
   height: 0;
}

ul#subnav li.current, ul#subnav li.current li {
   line-height: 1.8;
   border-top: 1px solid #C9B58B;
   padding: 5px 0;
   display: block;
}

ul#subnav li.current li.lilast{
   padding-bottom: 0;
}

ul#subnav li.current ul{
   margin-top: 7px;
}

ul#subnav li.current a{
   height: auto;
   color: #2c1f16;
   font-size: 1.3em;
   font-weight: normal;
   text-decoration: none;
}

ul#subnav li.current li a:hover{
   color: #36939b;
   text-decoration: underline;
}

ul#subnav li.current li.current li{
   display: none;
}

ul#subnav li.current, ul#subnav li.current li.current{
   width: 233px;
   margin-left: -28px;
   _margin-right: -28px;
   padding: 0 0 7px 28px;
   border: none;
   position: relative;
   background: url(../_img/bg_sidenav_a_current.gif) no-repeat;
}

ul#subnav li.current.cparent{
   background: none;
   padding-top: 4px;
}

ul#subnav li.current.cparent a{
   color: #2c1f16;
   display: inline;
   text-decoration: underline;
   padding-right: 14px;
   font-weight: bold;
   background: url(../_img/bg_subnav_li_current.gif) no-repeat right 10px;
}

ul#subnav li.current.cparent li a{
   background: none;
   display: block;
   text-decoration: none;
   font-weight: normal;
}

ul#subnav li.current.cparent li.current a{
   padding: 5px 0;
}

ul#subnav li.current.cparent a:hover{
   text-decoration: underline;
}

ul#subnav li.current li{
   background: none;
}

ul#subnav li.current a, ul#subnav li.current li.current a{
   color: #e9e1cc;
   padding: 4px 0 0;
   font-size: 1.4em;
}

ul#subnav li.current li a, ul#subnav li.current li.current a{
   padding: 0;
   font-weight: normal;
   font-size: 1.3em;
   margin: 0;
   color: #2c1f16;
}

ul#subnav li.current li.current a{
   padding: 5px 0;
   color: #e9e1cc;
}



/* = Group Sidebar Navigation  
---------------------------------------------------------------------
*/

#sidenav-wrap{
   width: 261px;
   margin: 0 0 25px;
   background: url(../_img/bg_sidenav-wrap.gif) no-repeat left top;
   padding-top: 10px;
   _width: 250px;
   _overflow:hidden;
}

body#grouppage #sidenav-wrap, body#groupsub #sidenav-wrap{
   padding-top: 17px;
}

#sidenav-wrap p{
   padding: 0px 18px 15px;
   font-size: 1.3em;
   font-weight: bold;
   color: #302218;
}

#sidenav-wrap p#brcrumb{
   line-height: 1.2;
}

#sidenav-wrap p.home{
   border-top: 1px solid #C9B58B;
   padding: 10px 18px;
}

/* = Sidebar Drawer  
---------------------------------------------------------------------
*/

#sidebar #drawers{
   width: 260px;
   list-style: none;
   background: #140e0a url(../_img/bg_drawer_ul.gif) no-repeat left bottom;
   margin-bottom: 5px;
}

#sidebar a.drawer-handle{
   display: block;
   font-weight: bold;
   background: url(../_img/bg_drawer.gif) no-repeat;
   font-size: 1.2em;
   color: #ece4ce;
   height: 29px;
   text-indent: 12px;
   line-height: 29px;
   cursor: pointer;
}

#sidebar div.drawerbox{
   line-height: 1;
   color: #140d09;
   height: auto;
   overflow: hidden;
}

#sidebar .drawerinner{
   padding: 10px;
}

#sidebar .drawerbox p{
   margin: 10px 5px 0;
   line-height: 1.4;
}

#sidebar .drawers a{
   color: #2f868d;
}

#sidebar li#welcome img{
   margin: 0;
}

#sidebar .drawermeta{
   float: left;
   width: 150px;
}

#sidebar #tbox h5{
   font: 1em Georgia, "Times New Roman", Times, serif;
   font-style: italic;
   color: #c3ae80;
   line-height: 1.6;
   margin: 0 5px;
}

#sidebar #tbox h4{
   font-size: 1.4em;
   margin: 0 5px;
}

#content h4{color: #e9e1cc;
   text-decoration: none;}
#sidebar #tbox h4 a{
   color: #e9e1cc;
   text-decoration: none;
}

#sidebar #tbox p#preacher{
   margin: 0 5px;
   font-size: 1em;
   line-height: 1.8;
   color: #a08e68;
}

#sidebar #tbox p.summary{
   font-size: 1.1em;
   clear: left;
   color: #e9e1cc;
   padding: 5px 0;
   margin-top: 0;
}

#sidebar #tbox p#audiohelp{
   clear: both;
   margin: 0;
   height: 0;
   text-indent: -9999px;
}

#sidebar #tbox p#mediabuttons{
   text-indent: -9999px;
   margin: 0;
}

#sidebar #tbox #mediabuttons a{
   display: block;
   width: 82px;
   float: left;
   height: 17px;
   background: url(../_img/bg_drawer_sermonplayer.gif) no-repeat;
   margin: 5px 0 0 0;
}

#sidebar #tbox #mediabuttons span.sermon-video a{
   background-image: url(../_img/bg_drawer_watch.gif);
}

#sidebar #tbox a#sermon-dl{
   display: block;
   float: left;
   width: 82px;
   height: 17px;
   background: url(../_img/bg_drawer_dl.gif) no-repeat;
   margin: 2px 0 0 0;
}

#sidebar #pbox p img{
   float: left;
}

#sidebar p#viewall, #sidebar p#subscribe{
   font-size: 1.3em;
   margin: 1px 5px;
}

#sidebar p#viewall a, #sidebar p#subscribe a{
   padding: 3px 22px 3px 0;
   line-height: 1.8em;
}

#sidebar p#viewall a{
   background: url(../_img/bg_drawer_viewall.gif) no-repeat right 3px;
}

#sidebar p#subscribe a{
   background: url(../_img/bg_drawer_subscribe.gif) no-repeat right 3px;
   padding-right: 18px;
}

#sidebar #pbox h4{
   margin-top: 10px;
   font-size: 1.5em;
   font-weight: normal;
   color: #86512f;
}

#sidebar #pbox h4 a{
   color: #86512f;   
   text-decoration: none;
   margin: 0 5px;
}

#sidebar #pbox p{
   font-size: 1.1em;
}

#sidebar #pbox p.posted{
   color: #af9f75;
   font-family: Georgia, "Times New Roman", Times, serif;
   margin: 3px 5px;
}

#sidebar #pbox p.summary{
   color: #e9e1cc;
}

#sidebar #pbox p.continue{
   float: left;
   width: 150px;
}

#sidebar #pbox p.comtotal{
   margin-left: 150px;
   padding-left: 20px;
   background: url(../_img/bg_home-posts_p_comtotal.gif) no-repeat left bottom;
}

#sidebar #ebox .event{
   min-height: 45px;
   _height: 45px;
   margin: 0 5px 5px;
   background: url(../_img/bg_home_newsitem.gif) no-repeat center bottom;
   padding: 7px 0;
}

#sidebar #ebox .event.last{
   background-image: none;
}

#sidebar #ebox p.date{
   float: left;
   width: 26px;
   height: 34px;
   background: url(../_img/bg_date.gif) no-repeat;
   padding: 8px;
   font-size: 1.2em;
   color: #6e4f35;
   line-height: 1;
   margin: 0 8px -3px -2px;
   text-align: center;
}

#sidebar #ebox p.date span{
   display: block;
   font-size: 1.6em;
   color: #1b120d;
}

#sidebar #ebox h4{
   font-size: 1.3em;
   line-height: 1.2;
}

#sidebar #ebox h4 a{
   text-decoration: none;
}

#sidebar #ebox p{
   color: #e9e1cc;
   font-size: 1.1em;
   margin: 5px 5px 5px 48px;
}

#sidebar #ebox p.all{
   text-align: right;
   margin-top: 10px;
}



/* = Connections Home  
---------------------------------------------------------------------
*/

body#connections #content-wrap{
   padding-bottom: 0;
}

body#connections #content{
   width: 921px;
   padding: 20px 24px;
}

#connections #connect-nav{
   float: left;
   width: 861px;
   padding: 0 30px;
   background: #0d0806;
   border-bottom: 1px solid #251912;
}

#connect-nav h3{
   font-size: 1.6em;
   color: #8a7c5b;
   font-weight: normal;
   float: left;
   width: 170px;
   padding: 27px 0;
   margin: 0;
}

#connect-nav ul{
   float: left;
   list-style: none;
   margin: 0;
}

#connect-nav li{
   float: left;
   padding: 10px 15px 11px;
   background: url(../_img/bg_nav-connect_li.gif) no-repeat right;
}

#connect-nav li.last{
   background: none;
}

#connect-nav li a{
   font-size: 1.5em;
   display: block;
   color: #e2d0a8;
   text-decoration: none;
   background: url(../_img/bg_nav-connect_li_a.gif) no-repeat center 38px;
   padding: 10px;
}

#connect-nav li a:hover{
   text-decoration: underline;
}

#engage, #equip, #exalt, #extend, #lifestage{
   background: #1b120d;
   clear: both;
   margin: 0 0 7px;
   padding: 35px 22px;
   float: left;
   width: 877px;
}

#content div.last{
   margin-bottom: 0;
}

.emeta{
   float: left;
   width: 877px;
   border-bottom: 1px solid #302218;
   padding: 5px 0;
}

.emeta h2{
   font-size: 1.6em;
   letter-spacing: 3px;
   float: left;
   display: block;
   height: 24px;
   _width:75px;
}

*:first-child+html .emeta h2 { width: 75px; }

#content .emeta p{
   float: left;
   font-style: italic;
   padding: 0;
   margin: 1px 0 0 0;
}

#content .emeta p.edesc{
   letter-spacing: 2px;
   margin: 0;
   padding: 0;
   height: 12px;
   _width: 200px;
}

*:first-child+html .emeta p.edesc { width: 200px; }

#content .emeta p.backtop{
   float: right;
   text-transform: uppercase;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
   font-style: normal;
}

#content .emeta p.backtop.first{
   text-indent: -9999px;
}

#content .emeta p.backtop a{
   text-decoration: none;
   padding-left: 18px;
   background: url(../_img/bg_nav-connect_backtop_a.gif) no-repeat left;
}

#content .emeta p.backtop a:hover{
   text-decoration: underline;
}

#content .dept{
   float: left;
   display: inline;
   width: 272px;
   height: 125px;
   margin: 20px 20px 0 0;
}

#content .gal{
	float: left;
	display: inline;
	width: 100%;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
}

 


#content .dept p{
   margin-bottom: 0;
   font-size: 1.1em;
   margin-left: 86px;
}

#content .dept img{
   border: 3px solid #4f3928;
   margin: 0 10px 0 0;
}

#content .dept h3{
   font-size: 1.6em;
   margin-bottom: .25em;
}

#content .dept h3 a{
   text-decoration: none;
   color: #ab996b;
   font-weight: normal;
}

#content .dept h3 a:hover{
   text-decoration: underline;
}



/* = Contact Forms  
---------------------------------------------------------------------
*/

#content form#contactform,
#content form.monkForm{
   margin: 50px 20px 0;
}

#contactform label,
.monkForm label{
   color: #c3ae80;
   margin-right: 10px;
   display: block;
   float: left;
   min-width: 40px;
   line-height: 1.8em;
}

#contactform label.field-mesg,
.monkForm div.textarea p.data label{
   width: 100%;
   display: block;
}

.monkForm div.textarea p.data{
   float: left;
}

#contactform input, #contactform textarea,
.monkForm input,
.monkForm textarea{
   background: #D9CEB8;
   border: 1px solid #8A7B58;
   padding: 3px;
}

#contactform input,
.monkForm input{
  font-size: 1em;
}

#contactform textarea,
.monkForm textarea{
   width: 400px;
   height: 150px;
   margin: 10px 0 0;
   display: block;
   clear: left;
   float: left;
}

#contactform p#p-mesg{
   float: left;
}

#contactform p#formsubmit,
.monkForm p#formsubmit{
   clear: left;
}

#contactform p#formsubmit input,
.monkForm p#formsubmit input{
   border: none;
   width: 90px;
   height: 22px;
   cursor: pointer;
   background: transparent;
}

#contactform select,
.monkForm select{
   background: transparent url(../_img/bg_form_select.gif) no-repeat right;
   border: 1px solid #140d09;
}

#contactform select option,
.monkForm select option{
   background: #fff;
}

form#contact-form p.error{
   font-size: 1.2em !important;
}



/* =Footer
---------------------------------------------------------------------
*/

#footer{
   clear: both;
   height: 90px;
   background: url(../_img/bg_footer.gif) repeat-x;
   padding: 30px 0;
}

#footer-inner{
   width: 350px;
   margin: 0 auto;
   padding: 0;
}

/* 2008-05-06 10:33 Changed margin to center Wanna be our friend? section */
#footer h3{
   float: left;
   display: inline;
   margin: 4px 10px 0 50px;
   text-indent: -9999px;
   width: 147px;
   height: 14px;
   background: url(../_img/bg_footer_h3.gif) no-repeat;
   font-size: .1em;
}

#footer ul{
   float: left;
   list-style: none;
   margin-bottom: 15px;
}

#footer ul li{
   float: left;
}

#footer ul li a{
   display: block;
   text-indent: -9999px;
   font-size: .1em;
}

#footer ul li#virblink a{
   width: 60px;
   height: 24px;
   background: url(../_img/bg_footer_virb.gif) no-repeat;
}

#footer ul li#fblink a{
   width: 92px;
   height: 22px;
   background: url(../_img/bg_footer_fb.gif) no-repeat;
}

#footer ul li#mslink a{
   width: 105px;
   height: 24px;
   background: url(../_img/bg_footer_ms.gif) no-repeat;
}

#footer p{
   clear: left;
   font-size: 1.1em;
   color: #6c5338;
   margin: 7px 0 0;
}

#footer a{
   color: #b29a72;
}

/* = sIFR  
---------------------------------------------------------------------
*/
