/* Start of CMSMS style sheet 'grid' */
/*
  Overload baseline styles
*/
#site{
    width:960px;
    position:relative;
    margin:0 auto;
    }
#header{
    height:170px;
    position:relative;
    }
#page{
    position:relative;
    }
#footer{
    height: 190px;
    position:relative;
    margin:0 auto;
	clear:both;
    }
body.internal #page{ width:720px; margin:0 auto; }

#intro{
    position:relative;
    height:470px;
    width:960px;
    }
body.internal #intro{
margin:0 auto;
    position:relative;
    height:320px;
    width:720px;
}

#col_1{
    padding:0 0 0 10px;
    width:230px;
    float:left;
    position:relative;
	height:270px;
    }
#col_2{
    padding:0 0 0 10px;
    width:230px;
    float:left;
    position:relative;
	height:270px;
    }
#col_3{
    padding:0 0 0 10px;
    width:230px;
    float:left;
    position:relative;
	height:270px;
    }
/*
  Additional Site Structure Style Definitions
*/
/* End of 'grid' */

