﻿/* colors:  umber:ae4f0c; orange:e4be66; sherbet:eed69e; cream:fdf0d0; lime:e3e9c3 */

html,body 
{
	margin:0;
	padding:0;
	height:100%; /* 100 % height */
	background:#ECA691;
	font-family:Arial Tahoma Sans-Serif;
	font-size:13px;
	color:#000000;
}

html>body #content-wrap {height:100%; background:#ecd5c4; } /* 100 % height */
html>body #content {padding:0; background:#ecd5c4;} /* 6em = height of #header and #footer + 1em, 1em = give the content some breathing space */

html,
body 
{

}
body {font: normal 15px Arial;}
h1 { 	color:#ee3d35; font-size:20px; }



	
a:link, a:visited 
{
	color:#ee3d35;
}

a:focus,a:hover 
{
	color:#0D7D08;
}


.bold { font-weight:bold; }
.bold2 {color:#ee3d35; font-weight:bold; }
.small {font-size:11px;}

.menu:link, .menu:visited { font-size:16px; color:#f6eb14; text-decoration: none; font-family:"Comic Sans MS";}
.menu:hover { color:#00cc00;text-decoration: none; font-family:"Comic Sans MS"; }
.footer {color:#ee3d35;font-size:11px;}
.small { font-size: 11px;}
.orange {color:#ee3d35;}
.green {color:#0D7D08 ;}

div.float {
  float: left;
  border:solid;
  border-width:1px;
  margin-left: 10px;
  margin-bottom: 10px;
  background: #000000;
  }
div.float p {
	margin-top: -1px; 
   text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #E6DDC6;
	width:90px;
   }
   
.bgQuote {   
    margin-bottom:50px;
    }
    

.bqstart {
    font:italic bold normal 12px Georgia;    
     float: left;
     height: 25px;
     margin-top: -25px;
     padding-top: 15px;
     margin-bottom: -5px;
     font-size: 300%;
     color: #ee3d35;
 }

 .bqend {
     font:italic bold normal 12px Georgia;    
     float: right;
     height: 25px;
     margin-top: -15px;
     padding-top:-15px;
     padding-left: 5px;
     font-size: 300%;
     color: #ee3d35;
 }
 
 .bqAuthor {
 	float:right;
	margin-top: 15px;
	margin-bottom:25px;
	font-weight:bold;
	}
