/*
     The basic structure of the Escape The Kennel Website.

*/

#dottedline {

width: 570;
height: 1px;
}

#header {
width: 750px;
height: 75px;
background-image: url(images/etkbanner.png);
margin: auto;
border: 1px solid black;
}

#maincontent {
width: 750px;
background: white;
margin: auto;
margin-top: 5px;
border: 1px solid black;
float: clear}



#navigation {
float: left;
width: 150px;
background: white;
padding: 5px
}

#mainbody {
width: 570px ;
background: white;
padding: 5px;
margin-left: 170px;
}

