	#leftcontent {
		position:absolute;
		left:15%;
		top:50px;
		width:60%;
		background:#999999;
		padding-bottom:20px;
		color: #FFFFFF;
		}

	#rightcontent {
		position:absolute;
		left:78%;
		top:50px;
		width:22%;
		margin-right:15px;
		background:#666666;
		padding-bottom:20px;
		color: #000000;
		}
	#bottomrightcontent {
		position:absolute;
		left:70%;
		top:500px;
		width:22%;
		margin-right:15px;
		background:#666666;
		padding-bottom:20px;
		color: #000000;
		}
	#bottomcenter {
		position:absolute;
		left:20%;
		top:400px;
		width:60%;
		background:#666666;
		padding-bottom:20px;
		color: #000000;
		}
		
	p,h1,pre,h2,h3,h4,h5,img,ul,dl,dt {
		margin:0px 30px 10px 30px;
		}
		
	#rightcontent p {
		font-size:10px;
		margin:0px 30px 10px 30px;
		}

	#bottomrightcontent p {
		font-size:9px;
		margin:0px 30px 10px 30px;
		}
	li { font-size:10px;}
BODY {  background: #666666;
	background-position: top left;
	background-repeat: repeat-x;
	margin:0px 0px 0px 0px;
	text: #000000;
  	font-family: verdana, sans-serif;}

a {	color: #00008F;}

h1,h3,h4 {  color: #00008F;
      font-family: lucida,arial, tahoma, garamond, serif;}
h2 {  color: #000000;
      font-family: arial, tahoma, serif;}


