* {
margin: 0px;
padding: 0px;
}

#container {
position: relative;
width: 918px;
margin: 40px auto 0px;
background-color: #fff;
border: 1px solid #e8e8e8;
}

#top {
position: relative;
width: 908px;
height: 228px;
margin: 5px;
}

#header {
position: relative;
float: left;
width: 634px;
height: 228px;
margin-right: 4px;
background-image: url(../images/header.jpg);
background-repeat: no-repeat;
}

#nav {
position: relative;
float: left;
width: 270px; /* 270px */
height: 228px;
background-image: url(../images/nav.jpg);
background-repeat: no-repeat;
}

#body {
width: 908px;
margin: 5px;
background-image: url(../images/tile_body.gif);
background-repeat: repeat-y;
}

#content {
position: relative;
float: left;
width: 544px; /*width: 634px;*/
margin-right: 4px;
min-height: 320px;
padding: 0px 45px 30px;
background-image: url(../images/tile_main.gif);
background-repeat: repeat-x;
background-position: bottom;
background-color: #fff;
}

#main {
position: relative;
width: 544px; /*width: 634px;*/
}

#left {
position: relative;
float: left;
width: 135px;
padding: 0px 20px 0px 0px;
}

.left #main {
width: 389px; /*width: 634px;*/
float: left;
}

#column1 {
position: relative;
float: left;
margin-right: 10px;
width: 265px;
}

#column2 {
position: relative;
float: left;
width: 265px;
}

.home #column1 {
position: relative;
float: left;
width: 168px;
margin-right: 10px;
}

.home #column2 {
position: relative;
float: left;
width: 168px;
margin-right: 10px;
}

.home #column3 {
position: relative;
float: left;
width: 168px;
}

#right {
position: relative;
float: left;
width: 200px;
min-height: 320px;
padding: 20px 35px 45px;
background-image: url(../images/right.jpg);
background-repeat: no-repeat;
}

#bottom {
position: relative;
width: 918px;
margin: 5px auto 60px;
}

#footer {
position: relative;
width: 918px;
height: 20px;
background-color: #2e560b;
}

#tagline {
position: relative;
width: 918px;
margin: 0px auto 0px;
}

#tagline span {
display: block;
position: absolute;
right: 40px;
top: -40px;
width: 200px;
height: 13px;
background-image:url(../images/biomass-solutions-for-our-future.gif);
background-repeat: no-repeat;
}

#credit {
position: absolute;
top: 35px;
right: 40px;
width: 77px;
height: 10px;
overflow: hidden;
}

#credit a {
display:block;
width: 77px;
height: 10px;
padding: 10px 0px 0px;
background-image: url(../images/korkola_design.gif);
background-repeat: no-repeat;
}

#credit a:hover {
background-position: 0px -10px;
}

.float_right {
float: right;
}

.float_left {
float: left;
}

.clear {
clear: both;
}
