body {
  background-image: url(../images/bg_superglobal1.jpg);
  background-repeat: repeat-x;
  font-family: sans-serif;
}
.inner {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	margin-bottom: 10px;
}
#header .foot_trace {
  margin-bottom: 10px;
  font-size: 12px;
}
#cover {
	margin-bottom: 10px;
}

#main {
	width:600px;
	float: right;
}
#main p {
  line-height: 170%;
  margin-bottom: 6px;
  font-size: 75%;
}

#main h2 {
	background-image: url(../images/bg_main_h1.jpg);
	height: 40px;
	font-size: 22px;
	padding-top: 13px;
	padding-left: 20px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	font-weight: bold;
}
#main h3 {
	font-size: 16px;
	font-weight: bold;
}
#main .lead {

}


#main .chart1 {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}
#main .chart2 {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #000000;
}
#main hr {
	clear: both;
	visibility: hidden;
}
#main .bt_pagetop {
	text-align: right;
	margin-top: 10px;
}
#sub {
	width: 160px;
}
#sub th {
	text-align: left;
	font-size: 11px;
	font-weight: normal;
}
#sub .section {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	margin-bottom: 10px;
}
#sub .section2 {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 12px;
}
#sub #form1  #username {
	background-color: #F8F1C0;
	width: 110px;
}
#sub #form1 #password {
	background-color: #F8F1C0;
	width: 110px;
}

#footer {
  clear: both;
  text-align: center;
  margin-bottom: 10px;
  font-size: 12px;
}
