/* home page layout */
* {
 margin:0;
 padding:0;
}

#wrapper {
 width:100%;
 height:100%;
}

#content_wrapper {
 width:761px;
 margin:0px auto;
}

#ticker_pane {
 width:761px;
 height:31px;
 background-color:#999999;
}

/*main page content*/
#middle_wrapper {
 width:761px;
 background-image:url(../media/images/home/middle_bg.jpg);
 background-repeat:repeat-y;
}

/*middle left pane */
#middle_left_pane_wrapper {
 width:211px;
 float:left;
}

#middle_left_pane_logo {
 width:211px;
 height:100px;
 background-image:url(../media/images/home/logo.jpg);
}

#middle_left_pane_content_wrap{
 width:211px;
 background-image:url(../media/images/home/left_content.jpg);
 background-repeat:repeat-y;
}

#middle_left_pane_content {
 margin-left:15px; 
 margin-right:15px
}

#middle_left_pane_giving {
 width:211px;
 height:191px;
}

/*middle right pane */
#middle_right_pane_wrapper {
 width:550px;
 float:left;
}

#middle_right_pane_media {
 width:550px;
 height:280px;
}

#middle_right_pane_updates_wrapper {
 width:550px;
 background-image:url(../media/images/home/right_top_bg.jpg);
 background-position:top;
 background-repeat:no-repeat;
 padding-top:15px;
}

html>body #middle_right_pane_updates_wrapper {
 background-image:url(../);
}

#middle_right_pane_updates_left {
 width:235px;
 padding-right:20px;
 padding-left:20px;
 float:left;
}

html>body #middle_right_pane_updates_left {
 padding-bottom:15px;
}

#middle_right_pane_updates_right {
 width:235px;
 padding-left:20px;
 padding-right:20px;
 float:left;
}

html>body #middle_right_pane_updates_right {
 padding-bottom:15px;
}

#footer {
 widows:761px;
 height:28px;
 background-image:url(../media/images/home/footer.jpg);
}