	body {
		margin:10px 80px 0px 80px;
		padding:0px;
		background:#f0bda6;
		font-family:helvetica;
		font-size:90%;
		}
	

	#navbar {
		position: absolute;
		left:80px;
		/*top:50px;*/
		top:101px;
		/*width:200px;*/
		width:190px;
		background:#2e50ea;
		border:1px solid #999;
		}

	#center {
		background:#4be2a6;
   		margin-left: 199px;
   		margin-right:199px;
		border:1px solid #999;

		/* css hack from http://www.glish.com/css/hacks.asp because IE is different*/
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 201px;
   		margin-right:201px;
		margin-top:9px;
		}
	html>body #center {
   		margin-left: 201px;
   		margin-right:201px;

		}

	#rightcontent {
		position: absolute;
		right:80px;
		/*top:50px;*/
		top:101px;
		/*width:200px; */
		width:190px;
		background:#c177b9;
		border:1px solid #999;
		}
	/* Why is IE so weird? */
	html>body #rightcontent {
		right:80px;
		}
	
	#banner {
		background:#fff;
		height:81px;
		border:1px solid #999;
		overflow:hidden;
		voice-family: "\"}\"";
		voice-family: inherit;
		/*height:39px + 41*/
		height:80px;
		}
	
	#banner a {
		display:block;
		/*background img and color*/
		background: #F4A4ED url('images/bannerrandPink.jpg') no-repeat top left;		}
	


	html>body #banner {
		/* height:39px + 41; */
		height:80px;
		}
		
	#center h2,p,td,pre,h3 {
		margin:10px 10px 10px 20px;
		}

	#center td {
		padding:0px 25px 0px 0px;
		vertical-align:top;
		}

	#navbar p,h1,h2,td,pre {
		margin:10px 10px 10px 10px;
		font-family:; 
		}
		
	h1 {
		font-size:20px;
		padding-top:10px;
		font-weight:bold;
		}
	
	h2 {
		font-size:16px;
		padding-top:5px;
		}

	#navbar p {
		color:#fe05ef;
		font-weight:bold;
		}

	#navbar a {
		text-decoration:none;
		color:#212a2c;
		font-weight:bold;
		display:table;
		}

	/*ie*/
	*+html #navbar a {
		display:block;
	}

	#navbar a:active {
		color:#b61891;
		}

	#navbar a:hover {
		background-color:#06757c;}
		
	#banner {
		font-size:30px;
	/*	padding:10px 10px 10px 10px;*/
		margin:0px;
		}

	#banner img {
		border:0px;
		{

	
	#rightcontent p {
		font-size:14px
		}

