@charset "utf-8";
/* CSS Document */

body {
background-color:#e1e7d9;
background-image:url(../images/bamboo-graphic.jpg);
margin:0px;
height:100%;
width:100%;
}

#header {
height:143px;
width:896px;
float:left;
clear:both;
}

#break
{
width:100%;
height:2px;
background-color:#FFFFFF;
float:left;
clear:both;
}

#rightsidebar {
width:53px;
float:left;
clear:left;
}

#columnouter {
height:100%;
width:2px;
background-color:#FFFFFF;
float:left;
}

#columnmid {
width:101px;
float:left;
height:100%;
}

#content {
width:620px;
background-color:#e1e7d9;
float:left;
padding-left:10px;
}

