/*****************************************
 * TITLE: Steve Jenkins' Rounded Corners *
 * FROM: http://weather.lakewebster.com/ *
 ****************************************/

/* ##### Round the Header Background Corners ##### */

#header {border-radius: 11px;}

/* ##### Round the Outside Border ##### */

#page {border-radius: 12px;}

/* ##### Round the Footer Background Corners ##### */

#footer {
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
}
