
.floaty {
float: left;
}

body {
background-color:#eeeeee;
 font-family: Arial;
 font-size: 14px;
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
border-color:black;
border-width:1px;
border-style:solid;
background: white;
}

#outfoot { 
 margin: 20px auto;
 width: 922px;
 height: 55px;
border-color:black;
border-width:1px;
border-style:solid;
background: white;
 text-align: center;
padding:20px 0px 20px 0px;
vertical-align:top;
overflow: hidden;

}

#header {
 width: 100%;
 height: 150px;
 float: left;
 background: white;
 text-align: center;
}

#navigation {
 float: left;
 width: 100%;
 color: #333;
 background: white;
 height: 45px;
}

.box { 
 color: #333;
 background: white;
 height: 140px;
 width: 165px;
 border-color:black;
 border-width:1px;
 border-style:solid;
 background-image: url(assets/grid.jpg);
 margin: 0px 0px 15px 0px;
 text-align: center;

}

#leftcolumn { 
 width: 165px;
 float: left;
 margin: 0px 0px 0px 37px;
}


#leftmiddle { 
 color: #333;
 background: white;
 margin: 0px 40px 0px 22px;
 min-height:414px;
 width:616px;
 float: left;
 border-color:black;
 border-width:1px;
 border-style:solid;
 background-image: url(assets/grid.jpg);
 padding: 20px;
 
}

#footer { 
 height: 35px;
 clear: both;
 color: #333;
 background: white;
 padding: 20px 0px 5px 0px;
 text-align: center;
}