
body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;}
.clear {
  clear: both; }
.wrapper {
  margin: 0px auto;
  width: 800px;
  height: auto; }
.header {
  background-color: white;
  padding: 15px;
  height: 60px;
  width: 770px;
	text-align: center;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px; }
.menu {
	background-color: #ffa8a8;
	font-size: 14px;
	padding: 5px;
  color: white;}
a {
  font-weight: bold;
  color: black;}
a:hover {
  color: blue;}
.content {
  width: 770px;
  height: auto;
  overflow: hidden;
  padding: 15px;
	text-align: justify;
  background-color: white;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;}
.tab_bar {
  width: 800px;
  height: 32px;
	text-align: center;}
body {
  background-color: #99CCFF;
	font-family:verdana, arial, sans serif;
	font-size:13px;
	line-height:130%;}
img {
  margin-left: 10px;}
