p    {font-family: verdana,sans-serif; font-size: 11; color: #4C6F8D}

left {font-family: verdana,sans-serif; font-size: 12; color: #4C6F8D}


body {
	margin: 0px, 0px, 0px, 20px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
	}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:20px;
	line-height:20px;
	font-weight:700;
	color:#990000;
	}

#Full {
	margin: 0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	position: absolute;
	width: 800px;
	left: 0px;
	top: 200px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:20px;
	line-height:11px;
   }
   
#Foot {
	margin: 700px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	position: absolute;
	width: 800px;
	left: 0px;
	bottom: -300px
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:20px;
	line-height:11px;
   }