html { 
  overflow: -moz-scrollbars-vertical;
  overflow-x: auto;
}
body {
  margin: 0;
  padding: 0;
  background: #EFEFEF url('images/bg.gif') repeat-x top left;
  font-family: verdana, arial, sans-serif;
  line-height: 120%;
}
a {
  outline: none;
  text-decoration:none;
  border-bottom: dotted 1px #3344AA;
  color: #3344AA;
}
a:hover {
  border-bottom: solid 1px #3344AA;
}
img {
  border: 0;
}
.container {
  width: 820px;
  margin: 30px auto;
  border: solid 1px #91919E;
  background: #FFFFFF;
}
.header {
  height: 90px;
  background:#FFFFFF url('images/header_bg.jpg') no-repeat top right;
  border-bottom: solid 2px #ADADC1;
  padding:25px 40px;
}
.logo {
  background:#FFFFFF url('images/logo.gif') no-repeat top center;
  height: 40px;
  width:375px;
}
.sublogo {
  width: 355px;
  margin:20px 10px;
  padding: 2px 0;
  font: bold 14px 'courier new',verdana, sans-serif;
  color: #606060;
  text-align:center;
  white-space:nowrap;
  border-top:solid 1px #A0A0A0;
  border-bottom:solid 1px #A0A0A0;
}
.center {
  background:#FFFFFF url('images/center_bg.jpg') no-repeat top left;
  padding:30px;
}
.title {
  font-size:18px;
  padding:15px 0px;
}
#main {
  font-size:15px;
}