body {
	margin: 0; 
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
        text-align: left;
	background-color: #996;
	overflow: auto;
	height: 700px;

}

p {
	line-height: 150%;
}

#box {
	width: 780px;  
	margin-right: auto;
	margin-left: auto;
	background-color: #FFC; 
	border-bottom-style: none;
        text-align: left;
}
#header {
	position: relative;
	background: #69C;
	background-image: url(images/bkg_paper.jpg);
	border-bottom: 3px double #600;
	height: 130px;  
}
#header h1 {
	margin: 0; 
	padding: 10px 5px; 
}
ul#nav {
  position: absolute;
  top: 48px;
  right: 50px;
  list-style-type: none;
  margin: 0;
  padding: 0;
 }

ul#nav li {
  display: inline;
  margin: 0 2px;
  padding: 0;
    }

ul#nav li a {
  text-decoration: none;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border: 0;
  color: #000;
  }

#main {
	padding: 25px;
	background-color: #FFC;
}

#main h2 {
	text-align: center;
}

#box #main table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#box #main table tr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}

#side {
  float: left;
  width: 270px;
  font-size: 75%;
  padding: 15px 10px;
  }

#inner {
  float: left;
  width: 410px;
  font-size: 80%;
  }

h3, #inner h2 {
  text-align: center;
  }

.clearfloat {
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
  }

#footer {
	padding: 1px 10px;
	background-color: #6998CC;
	font-size: 70%;
	text-align: right;
	border: 1px ridge #99ccff;
}
#below {
	position: relative;
	font-size: 60%;
	background-color: #996;
}
