/**************** MAIN LAYOUT ****************/
* {
  margin:0;
  padding:0;
}
html, body {
  height:100%; /* needed for container min-height */
}
#centerColumn{
  position: relative; /* needed for footer positioning*/
  margin: 0 auto; /* center, not in IE5 */

  height:auto !important; /* real browsers */
  height:100%; /* IE6: treaded as min-height*/
  min-height:100%; /* real browsers */

  width: 920px;
  text-align:left;
}
#mainColumn{
  position: relative;
  width: 800px;
  margin: 0 60px 0 60px;
}
#leftFade{
  position: absolute;
  width: 60px;
  height: 550px;
  left: 0px;
}
#rightFade{
  position: absolute;
  width: 60px;
  height: 550px;
  left: 860px;
}
#header{
  position: relative;
  height: 180px;
}
#content{
  position: relative;
  padding-bottom: 75px; /* bottom padding for footer */
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
}
#footer{
  position:absolute;
  bottom:0; /* stick to bottom */
  width:920px;
  height: 50px;
}
#logo{			/* in header */
  position: absolute;
  top: 10px;
  left: 50px;
}
#slogan{
  position: absolute;	/* in header */
  top: 60px;
  left: 510px;
  color:#FFFFFF;
  font: 20px/20px Verdana, Tahoma, Arial, Helvetica, sans-serif;
}


/******* MAIN LAYOUT COLORS AND BACKGROUNDS ********/
html{ background: url(img/body_bg.png) repeat-x #B9B9B9;}  /* #88C5E8;} */
#centerColumn{ background: url(img/fade.jpg) repeat-y #FFFFFF;}
#leftFade{ background-image: url(img/left_fade_top.png);}
#rightFade{ background-image: url(img/right_fade_top.png);}
#header{ background: url(img/header_bg.png) no-repeat #FFFFFF;}

#footer {
  /*position: relative; */
  background: url(img/footer_bg.png) no-repeat bottom;
}
#copyright {
  position: absolute;
  color: #FFFFFF;
  top: 5px;
  left: 55px;
}
#centerColumn a, a:visited {
  color: #2222FF;
}
#navbar {
  text-align: right;
}
#navbar a, a:visited {
  color: #444444;
  text-decoration: none;
}
#navbar a:hover {
  color: #FF6600;
}


body{
  color:#444444;
  font: 14px Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
h1 {
  padding-top: 24px;
  padding-bottom: 8px;
}
h2 {
  padding-top: 18px;
  padding-bottom: 6px;
}
h3 {
  padding-top: 12px;
}
h4 {
  padding-top: 12px;
}
table{
  color:#444444;
  font: 14px Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
ul, ol {
  padding-top: 8px;
  padding-left: 30px;
  padding-bottom: 8px;
}
