/* d301 - xhtml/css website layout by Laurie Dyson (http://www.dysonconsulting.net). 

Version: 1.0
(April 24, 2007)

Screen layout: */

body 
{ margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}



#header {
  margin: 0px;
  padding: 0px;
  height: 230px;
  background-color: #C0E7FF;
}
#left {
  position: absolute;
  left: 1px;
  top: 230px;
  padding:0px;
  width: 175px;
  font-size: 1em;
  color: #C0E7FF;
  background-color: #015080;
 
}
#center {
  top: 0;
  margin-left: 230px;
  margin-right: 230px;
  
}
#right {
  position: absolute;
  right: 15px;
  top: 230px;
  width: 150px;
 margin-top: 4px;
margin-left: 4px;
margin-right: 4px;
margin-bottom: 4px;
}

.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
	
.floatimgleft {
clear: left;
float:left;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
border: 1px solid #666;
}

.floatimgright {
float:right;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
border: 1px solid #666;
}
