body	{
  font-family:verdana,arial,geneva,sans-serif;
	font-size:11px;
  text-align:center;
  margin:0px;
  padding:0px;
}
#main {
  overflow: hidden;
  width: 1000px;
  margin: 0px auto;
  text-align:left;
}
#header {
  width:100%;
  height:255px;
}
#header_left {
  float:left;
}

#header_right {
  float: right;
  height: 100%;
  width: 375px;
  font: bold 16px Verdana, Arial, Serif;
  vertical-align: bottom;
  text-align: center;
}

#content {
  width: 100%;
}

#left {
  float:left;
  width:185px;
}

#right {
  float:right;
  width:810px;
  border:1px solid #666;
  text-align: center;
  min-height: 500px;
}

