html  {
  background-color: #F1EFD8;
      }
      

body  {
  margin-top: 20px;
  text-align: center;
      }

#head  {
	margin-left: 0px;
	height: 75px;
	}

#fullpage{
  width: 800px;
  text-align: left;
  margin: auto;
        }

#content{
	background-image: url(contentbg.jpg);
	background-repeat: no-repeat;
	height: 415px;
	width: 635px;
	margin-left: 82.5px;;
	margin-top: 10px;
	}

#menu {
	margin-left: 80px;
	}

#textarea{
	width: 500px;
	height: 375px;
	margin-left: 150px;
	margin-top: -365px;	
	}

#side {

	font-size: 8pt;
	}

#footer{
	text-align: center;
	width: 630px;
	margin-left: 83px;
	}

.header{
	font-weight: bold;
	color: #3E0D4F;
	}

.body{
	font-size: 10pt;
	color: #3E0D4F;
	}

.body a{
	font-size: 10pt;
	color: #3E0D4F;
	text-decoration: none;
	}
	
.body a:hover{
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	}

.footer{
	font-size:10pt;
	color: #3E0D4F;
	}

	
	