body{
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 10pt;
  margin: 10px 0px 0px 0px;  
  text-align: center;
  background-color: #f3f4f5; 
}
a{
  font-weight: bold;
  color: #444;
  text-decoration: none;
}
a:hover{color: #4aaeee;}
#container{
  width: 900px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
#content{
  width: 860px;
  height: auto;
  float: left;
  background-color: #fff;
  border: 20px solid #ececec;
}
#border{
  width: 100%;
  height: 100%;
  float: left;
  border: 1px solid #bbb;
}
#top{
  width: 860px;
  height: 125px;
  background-color: #fff;
  float: left;  
}
#top img{float: left; padding: 20px 0px 0px 15px;}
#greybar{
  width: 820px;
  height: 20px;
  float: left;
	margin: 10px 0px 20px 0px;
  background-color: #ececec;
  border-right: 20px solid white;
	border-left: 20px solid white;
}
#left{
  width: 250px;
  height: auto;
  float: left;
  background-color: #fff;
	line-height: 25px;
}
#left img{float: left; padding-left: 15px;}
#left_nav{
  width: 230px;
  padding-left: 20px;
  height: auto;
  float: left;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
#newsletter{
  float: left;
  text-align: left;
  width: 230px;
  height: auto;
  padding-left: 20px;
}
#right{
  width: 580px;
  height: auto;
  float: left;
  background-color: #fff;
  text-align: left;
  padding: 10px 30px 60px 0px;
}