/* CSS Document */
html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	text-decoration: none;
	background-image:url(../images/bg.jpg);
}

#containerSl {
	min-height: 100%;
	height: 100%;
	margin: 0 auto -117px auto;
	width:900px;
} html>body #containerSl{ height: auto; }

#header{
 height:77px;
 width:900px;
}

#logo_left{
   float:left;
   height:77px;
   width:537px;
}
#logo{
   float:left;
   height:77px;
   width:363px;
}

#flash{
   height:457px;
   width:900px;
}
#flash_left{
   float:left;
   height:457px;
   width:64px;
}
#flash_container{
   float:left;
   height:457px;
   width:765px;
}
#flash_right{
   float:left;
   height:457px;
   width:71px;
}
#footer{
  width:900px;
  height:66px;
 }
#footer_left{
  width:355px;
  height:66px;
  float:left;
  background-image:url(../images/botm_left.png);
 }
 #footer_right{
  width:475px;
  float:left;
  height:61px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  color:#FFFFFF;
  padding-top:5px;
  padding-right:70px;
  text-align:right;
 }
.links{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  color:#F3F3F3;
  text-decoration:none;
}
.links:hover{
  color:#FF0000;
}
