/***********************************************************************
** ssofb.co.uk_retreattravelhome.css
**  Copyright 2004-2006 Patrick R. Michaud (pmichaud@pobox.com)
**  Copyright 2006 Hagan Fox
**  This file is part of PmWiki; you can redistribute it and/or modify
**  it under the terms of the GNU General Public License as published
**  by the Free Software Foundation; either version 2 of the License, or
**  (at your option) any later version.  See pmwiki.php for full details.
***********************************************************************/

/*
This is the skin css for the home page
most of the styles are in ssofb.co.uk_retreattravel.css
which is in ../ssofb.co.uk_retreattravel
*/

/*
These styles are used for the background image
*/
.body_top_container {
  position: relative;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px; 
  height: 10px;
  width: 910px;
  background: url(body_top_home.gif) 0% 0% no-repeat;  
  border: 0px red solid;  
}
.body_container {
  position: relative;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px; 
  width: 910px;
  height: auto;
  background: url(body_middle_home.gif) 0% 0% repeat-y;    
  border: 0px red solid;  
  min-height: 300px
}
.body_bottom_container {
  position: relative;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px; 
  height: 10px;
  width: 910px;  
  background: url(body_bottom_home.gif) 0% 0% no-repeat;    
  border: 0px red solid;  
}



/* Body_left and body_right are used by the home page skin */

/* left body text container */
.body_left {
  padding: 0px 10px 20px 20px;
  margin: 0px 0px 0px 0px; 
  width: 310px; /* 340 - 20 - 10 = 310 */
  text-align: left;
  border: 0px red solid;
  font-size: 8pt;
  font-family:sans-serif; 
  color: #ffffff;
  float: left;   
}
/* left body text links */
.body_left a {
  text-decoration: none; 

}
/* left body text links mouse over */
.body_left a:hover {
  text-decoration: underline;
}

/* right body text container */
.body_right {
  padding: 0px 10px 20px 20px;
  margin: 0px 0px 0px 340px; 
  width: 530px; /* 560 - 20 - 10 = 530 */
  text-align: left;
  border: 0px yellow solid;
  font-size: 8pt;
  font-family:sans-serif; 
  color: #ffffff;
  float: top;   
}
/* right body text links */
.body_right a {
  text-decoration: none;
}
/* right body text links mouse over */
.body_right a:hover {
  text-decoration: underline;
}
