@charset "utf-8";
/* CSS Document */
.fltRight
{
float: right;
width: 260px;
margin: 0px 0px 10px 10px;
background-color: #fff;
padding: 10px;
border-top: 2px solid #999;
border-right: 2px solid #555;
border-bottom: 2px solid #555;
border-left: 2px solid #999;
}

div.fltRight img
{
border-top: 2px solid #555;
border-right: 2px solid #999;
border-bottom: 2px solid #999;
border-left: 2px solid #555;
}

p { margin-top: 0; }

.fltLeft
{
float: left;
width: 260px;
margin: 10px 10px 0px 0px;
background-color: #fff;
padding: 10px;
border-top: 2px solid #999;
border-right: 2px solid #555;
border-bottom: 2px solid #555;
border-left: 2px solid #999;
}

div.fltLeft img
{
border-top: 2px solid #555;
border-right: 2px solid #999;
border-bottom: 2px solid #999;
border-left: 2px solid #555;
}
.quoteTxt
{margin-left: 10%;
font-style: italic;
display:block;
padding:10px 20px;
text-align:justify;
font-family:Georgia, Times, "Times New Roman", serif;
color:#827a58;
}
.quoteAuthor
{font-style: normal;
font-weight: normal;
font-size:10px;
display:inline;
color:#000
}
.leftCol {
  float: left;
  width: 33%;
  height: 100px;
}
.rightCol {
  float: right;
  width: 33%;
  height: 100px;
}
.middleCol {
  float: left;
  width: 34%;
  height: 100px;
}
table {	border: 1px solid # F00; }
td { border: 1px solid #F00; }
th { border: 1px solid #F00; }
