﻿/* Layout Stylesheet */ 

body {
 margin:0;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 width:1016px;
 margin:auto;
 }

#hdr {
 height:284px;
 /*background-image: url('http://www.CrimeFreeKids.com/images/Crime-free-kids-header.jpg');*/
 margin-bottom:0px; padding-bottom:0px;
 }

#bodyblock {
 margin-bottom:0px; padding-bottom:0px;
 margin-top:0px; padding-top:0px;
 width:1016px;
 background-image: url('http://www.CrimeFreeKids.com/images/Crime-free-kids-bar.jpg');
 background-repeat: repeat-y;
 }

#l-col {
 float: left;
 width: 250px;
 margin:0;
 }

#cont {
 background-position: #ffffff;
 width: 766px;
 background: #ffffff;
 color: #333333;
 text-align: left;
 min-height:300px;
 margin:0;
 }

#ftr {
 margin-top:0px; padding-top:0px;
 height:185px;
 max-height:185px;
 background-image: url('http://www.CrimeFreeKids.com/images/Crime-free-kids-footer.jpg');
 }