/* bo.css */

	
	
/* START TEXT FORMATTING */
	
	
h1, h2, h3, h4, h5, h6 {
	font-family: verdana, georgia;
	font-weight: normal;
}

h1	{ font-size: 24px; }
h2	{ font-size: 20px; color:#999999; font-weight:bold; float:left;}
h3	{ font-size: 16px; }
h4	{ font-size: 14px; }
h5	{ font-size: 12px; }
h6	{ font-size: 11px; }

.title  { 
font-family: georgia;
font-size: 14px;
font-weight:bold;
}


.date  { 
width:530px;
	border-right: 1px dashed #B4B4B4;
	border-left: 1px dashed #B4B4B4;
	border-top: 1px dashed #B4B4B4;
	border-bottom: 1px dashed #B4B4B4;
font-family: verdana;
font-size: 12px;
color : #000000;
padding: 0px 0px 0px 0px;
text-align: justify;
   }	

   
 .footertext  { font-family: verdana, arial;
 font-size: 10px;
  color : #000000;
   text-align: center;
   padding: 5px 5px 5px 5px;
   }
   

.post  { font-family: georgia,verdana;
font-size: 11px;
color : #000000;
text-align: justify;
padding: 0px 20px 20px 20px;
   }	
	
 a 
	{
	font-family : georgia;
	font-size : 11px;
	}
 a:link   
	{
	color:black;
	text-decoration:underline;
	}
 a:hover  
	{
	color:black;
	text-decoration:underline; 
	background-color:#EAC1D2;
	
	
	}
	
/* END TEXT FORMATTING */	



/*  START MISC FORMATTING */	


body {  

	margin: 0px auto;	
	padding: 0px;
	border: 0px;
	text-align: center;
	}
	

img {
    border: 0 none;
    }
	




/*** 
holy shit. thanks to Tony Aslett for the clearing "hack" that fixed the equal div height problem
 http://www.positioniseverything.net/easyclearing.html
    ***/	
	
	
.clearing:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearing {
    display: inline-block;
    }

/* hides from IE/Mac \*/
* html .clearing { 
    height: 1%;
    }

.clearing {
    display: block;
    }
/* end hide from IE-Mac */
/*** end clearing hack ***/

/*]]>*/


/* END MISC FORMATTING */	

	
	
	
/* START CODE FOR HEADER/TABS */

  #header {
  	  margin:0px auto;
	  width:725px;
	  height:130px;
	  background: #ffffff;
      font-size: 12px;
      line-height:normal;
	  background:url("images/banner_full.jpg") no-repeat left top;
	  border: 0px;
	
      }
	  
	 
	  
	 
    #header ul {
      margin:0px auto;
      padding:107px 0px 0px 0px;
      list-style:none;
	  width:100%;
      }
	    
	
    #header li {
      float:right;
      background:url("images/left.gif") no-repeat left top;
      margin:0px;
      padding:0 0 0 9px;
	  
      }
    #header a {
      display:block;
      background:url("images/right.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
	  font-family: verdana;
      color:#ebebeb;
      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #header a {float:none;}
    /* End IE5-Mac hack */
    #header a:hover {
      color:#333;
      }
    #header #current {
      background-image:url("images/left_on.gif");
      border-width:0;
      }
    #header #current a {
      background-image:url("images/right_on.gif");
      color:#333;
      padding-bottom:4px;
      }
	 /* END CODE FOR TABS */
	  
	 /* MAIN BODY */

	#main {
  	margin: 0px auto;
	width:725px;
	height:100%;
	background: #8C9FB2;
	padding:0px;
	border-left: 1px solid #000000;
      }

	  
	#mainright {
	margin:0px;
	width:575px;
	height:100%;
	background: #ffffff;
    float: right;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	padding:0px;

      }
	  
	  
	#mainleft {
  	margin:0px;
	width:140px;
	height: 100%;
	background: #8C9FB2;
    float:left;
	padding: 0px ;
	
      } 
	  


	#mainleft #leftcorner
	{
	position: relative;
    top: 0px;
    left: -64px;
	}  
	  
	#main #leftflourish
	{
float:left;

	}
	  
	#main #rightflourish
	{
float:right;

	} 
	  
	  
	  
	  
	 /* END MAIN BODY */
	 
	/* START FOOTER */

	  
	#footer {
  	margin:0px auto;
	width:724px;
	height: 30px;
	background: #A6A291;
    float:left;
	padding: 0px ;
	border-top: 1px solid #000000;	
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
      }
	  	
		
	#footer #leftarrow
	{
float:left;

	}
	  
	#footer #rightarrow
	{
float:right;

	} 
	
	  
	 /* END FOOTER */
