/*---- Baker Street Advisors Service Overview Text CSS
Copyright (c) 2008 Dan Hartmann Designs, LLC
Version 1.0 ----*/

@import url(layout-headingInternal.css);

/*--- boxes layout in body section ---*/

.philosophyBoxes {
width: 397px;
border: 2px #dfdbdb solid;
padding: 10px;
margin-bottom: 6px; }

/*--- 2 column the stack of boxes created ---*/

#columnsWrapper {
margin: 0px;
padding: 25px 0px 50px 0px;
width: 866px; }

#leftColumn {
width: 428px;
float: left; }

#rightColumn {
width: 428px;
float: right; }

/*--- Bulleted list layout --*/

#conclusions {
width: 866px;
clear: both;
padding-top: 25px; }

/*--- footer layout ---*/

#footer {
margin-top: 50px; }
