/*
Matamata-Piako District Council
CSS Layout
Michael David
Jenni Worboys
October 2008
*/

body {
text-align: center;
background-image: url(../images/backgrounda.png);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top center;
margin: 0;
}

#wrap {
min-width: 760px;
max-width: 900px;
width: auto !important;
text-align: left;
margin: 0 auto;
}


#header { 
margin-top: -15px;
width: 900px; 
height: 173px; 
background-color: transparent;
}

#container{ 
float: left;
width: 900px; 
margin: 0; 
background-color: #F9F9F8; 
background-image: url(../images/greystrip.png); 
background-repeat: repeat-x;
}

#content {
float: left;
width:56%;
/*width: 100%;*/
overflow: inherit;
}

#footer {
text-align: center;
float: left;
width: 900px; 
height: 50px; 
background-color: #a4a4a4;
}

.inside {
padding: 10px;
}

#breadcrumb {
font-size: 90%;
padding: 2px;
margin-left: 15px;
margin-top: 2px;
border: 0px solid red;
}

#sidebar, #sidebar-2 {
float: left;
width: 22%;
overflow: hidden;
text-align: left;
margin: 0;
}
