/* cheshire02 - Layout Styles */

body {
 background-color: #ffffff;
 margin: 0px;
 text-align: center;
 }
 
.clr {
	clear: both;
 }

/* Layout Styles */

#wrapper {
 position: relative;
 text-align: left;
 margin-right: auto;
 margin-left: auto;
 padding: 0px 0px 0px 0px;
 Height: 208px;
 background-image: url(../images/cheshire_header.gif);
 background-repeat: no-repeat;
 background-position: left-top;
 background-color: #ffffff;
 border-right: 0px solid #DAE4D9; 
 border-left: 0px solid #DAE4D9;
 border-bottom: 0px solid #DAE4D9; 
 } 

html > body #wrapper {
 width: 800px;
 }

#menu {
 text-align: left;
 padding-right: 10px;
 padding-left: 600px;
 }

#mainbody {
 padding: 0px 0px 0px 0px;
 width: 800px;
 margin-bottom: 20px;
 background-color: #ffffff;
 text-align: left;
 }

#navigation {
 float: left;
 width:169px;
 background-image: url(../images/cheshire_menubg.gif);
 background-repeat: repeat-y;
 background-position: left-top;
 padding: 0px;
 margin-left: 0px;
 text-align: left;
 }

#content { 
 float: right;
 width: 625px;
 padding: 0px;
 text-align: left;
 margin-bottom: 10px;
 background-color: #ffffff;
 }

#footer {
 clear: both;
 text-align: center;
 width:800px;
 height: 30px;
 background-image: url(../images/cheshire_footer.gif);
 background-repeat: no-repeat;
 background-position: center-top;
 padding: 10px;
 color: #FFFFFF;
 border: 0px;
 }

.spacer {
 height: 208px;
 }


/* End of Layout Styles */