/* CSS for John Howard Society - Nanaimo */
/* Modified: Feb 9, 2009 */

body {
 margin:0 auto;
 text-align:center;
 padding:0;
 background-color:rgb(198,177,110);
}

#contactbar {
 margin:0 auto;
 margin-top:28px;
 text-align:right;
 width:900px;
}

#container {
 position:relative;
 margin:0 auto;
 width:900px;
 text-align:left;
 background-color:rgb(218,203,160);
}

#header {
 height:200px;
 background-image:url('../images/header.jpg');
}

#topnav {
 height:74px;
}

.topnavbtn {
 height:54px;
 width:150px;
 float:left;
 background:url('../images/btnbg.jpg');
 padding-top:20px;
}

#column1 {
 width:210px;
 float:left;
}

#column2 {
 width:630px;
 margin-left:219px;
}

#footer {
 margin:0 auto;
 width:900px;
 height:28px;
 background:url('../images/footer_bg.jpg') top repeat-x rgb(157,96,15);
}