body{
	/*background: #c9e988 url(../images/bg.jpg) repeat-x;*/
	background: #7da3dc url(../images/bg2.png) repeat-x;
	font-family: helvetica, verdana, sans-serif,;
	font-size:90%;
	color:#333333;
}
a:link{font-weight: bold; color: #44b333;font-size: 120%;}
a:hover{background-color: #fff; color: #000;}

div.masthead {
	background-color: #eee;
	text-align:center;
	top: 0;
	padding-bottom:10px;
	overflow:hidden;
	width:100%;
	z-index: 1;
}

div.logo {
    width: 200px;
	height: 200px;
	text-indent: -9000px;
	background:url(../images/lflogosm.png) no-repeat;
	position: absolute;
	top: -16px;
	z-index: 2;
	border: none;
}

div.masthead h1 {
	font-size:300%;
	font-weight:bold;
	color: #000;
	margin-bottom: 0px;
	
}
div.masthead h2 {
	font-size:150%;
	font-weight:normal;
	color: #44b333;
	margin-bottom: 3px;
    margin-top: 0px;

}

div.masthead p {
	color:#222;
	margin-bottom: 3px;
    margin-top: 0px;

}

div.container{
	width: 952px;
    margin: 0 auto;
	padding-right:15px;
	padding-left:15px;
	background-color: #fff;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:10px;
	
}

div.blurb {
	margin: 20px 0;
	margin-bottom:15px;
	padding-bottom: 20px;
	width: 500px;
	border-bottom: 1px solid #ccc;
}


div.blurb img.left {
	float: left;
	margin: 0 20px 0 0;
	
}

div.blurb img.right {
	float: right;
	margin: 0 0 0 20px;
}

div.blurb h1 {
	font-family:"Gill Sans";
	font-size:150%;
	font-weight:bold;
	color: #000;
	margin-bottom: 0px;
	margin-top:5px;
}


div.blurb h2 {
	font-family: "Gill Sans",helvetica;
	color: #3671A1;
	font-size: 110%;
	line-height: 1.1em;
	margin-bottom: 8px;
    margin-top: 0px;
}

div.blurb h2 a {
	text-decoration: none;
}

div.blurb p {
	font-size: 110%;
	color: #232323;
	font-family: "Gill Sans",georgia, times, "times new roman";
	line-height: 1.3em;
	margin: 0 0 15px 0;
	padding-bottom:35px
}

div.blurb p highlight {
	background: #f9ff86;
	font-weight:bold;
	
}

div.statement {
	border-bottom: 1px solid #222;
	border-top: 1px solid #222;
	padding: 10px 0 10px 0;
	margin: 0 0 15px 0;
	background-color: #eee;
	line-height: 2.0em;
	text-align:center;
}

div.statement a {
	color: #111;
}

div.statement h2 {
	font-family: "Gill Sans",helvetica;
	color: #222;
	font-size: 130%;
	line-height: 1.1em;
	margin-bottom: 8px;
    margin-top: 0px;
}

div.blockquote {
	line-height: 1.4em;
	font-size: 100%;
	font-family: georgia;
	color: #454545;
	margin: 10px 0 10px 10px;
	background:transparent url(http://www.davidburkeblog.com/blogimages/quote.gif) no-repeat scroll 0pt 2px;
	padding-left: 23px;
  margin:1em 20px;
}

div.buzz {
	margin: 20px 0;
	margin-bottom:25px;
	padding-bottom: 40px;
	width: 440px;
	margin-left:10px;
	
}

div.buzz h1 {
	font-family:"Gill Sans";
	font-size:150%;
	font-weight:bold;
	color: #44b333;
	margin-bottom: 0px;
}


div.buzz h2 {
	font-family: "Gill Sans",helvetica;
	font-style:normal;
	color: #222;
	font-size: 110%;
	line-height: 1.1em;
	margin-bottom: 3px;
    margin-top: 0px;
}

div.buzz h3{
	font-family: "Gill Sans", helvetica;
	font-style:italic;
	color: #3671A1;
	font-size: 110%;
	line-height: 1.1em;
	margin-bottom: 0px;
    margin-top: 0px;
}
div.buzz a:link{
	color: #222;
	font-size: 110%;
    text-decoration:none;	
}

div.buzz a:visited{
	color: #222;
	font-size: 110%;
    text-decoration:none;	
}

div.buzz h2 a {
	text-decoration: none;
}

div.buzz p {
	font-size: 90%;
	color: #232323;
	font-family: georgia, times, "times new roman";
	line-height: 1.3em;
	margin: 0 0 15px 0;
	padding-bottom:35px
}

div.left{
	float:left;
	width:505px;
}

div.right{
	float:right;
	width:430px;
	padding-left:5px;
	border-left: 1px solid #ccc;
	padding-right:0px;
	margin-left:5px;
}

div.footer {
	background-color:#222;
	text-align:center;
	width:100%;
	
}

div.footer p {
	font-family: "Gill Sans", Georgia, "Times New Roman", Times, serif;
	color:#fff;

}

