/* Seattle Gymnastics :: Layout
   Updated: Wed 10.28.09
   Author: Bear Ideas, www.bearideas.com
----------------------------------------------------------------------------------*/  

* {margin: 0; padding: 0;}   

.clear {clear: both;}

/* =Layout

(Uses an implementation of http://www.alistapart.com/articles/multicolumnlayouts
----------------------------------------------------------------------------------*/ 

#page {margin: 0 auto; width: 976px; background: #fff;}
#header {width: 976px; height: 125px; background: #fff; float: left;}
#main-content {float: left; width: 732px;}
#home #main-content {width: 731px; border-right: 1px solid #c7de9d;}
#sidebar-right	{width: 244px; float: right;}
#main-photo {width: 488px; height: 207px; border-left: 244px solid #238ffe; overflow: hidden;}
#map {width: 487px; height: 300px; border-left: 244px solid #238ffe; border-right: 1px solid #c7de9d;}
#container {width: 732px; overflow: hidden;}

#main-body {
  float:right;
  width: 447px;
  border-left: 244px solid #f3f4ef;
  border-right: 1px solid #c7de9d;
  margin-left: -244px;
  padding: 20px;
  min-height: 425px;
  _height: 425px;
  }

#sidebar-left {float:left; width: 244px; background: #f3f4ef;}
#footer {clear: both;}
#copyright {font-size: 11px; text-align: center; padding: 10px 0;}