	
	body {
		margin:10px 10px 0px 10px;
		padding:0px;
	}

	#main {
		position: relative;
	}
	
	#left {
		position: absolute;
		left:100px;
		width: 20%;
		background:#fff;
		margin-top: .5in;
		font-size: 18px;
		font-family: sans-serif;
	}

	#center {
		position: absolute;
		left:25%;
		width: 50%;
		background: rgb(235,234,255);
		margin-top: .5in;
		padding-top: 20px;
	}

	#right {
		position: absolute;
		right: 0px;
		width: 20%;
		background:#fff;
		font-size: 18px;
		font-family: sans-serif;
		margin-top: .5in;
	}
	
	#banner {
		/*
		background: rgb(238,239,255);
		*/
		background-image: url("sill.jpg");
		background-position: center center;
		height:80px;
		width: 100%;
		margin-top: 20px;
		/*
		color: rgb(245,245,255);
		*/
		color: rgb(235,234,255);
		text-align: center;
	}

	p,h1,pre,ul {
		margin:0px 10px 10px 10px;
		padding-bottom: 10px;
		line-height: normal;
	}
		
	#banner h1 {
		/*
		font-size: 48pt;
		*/
		font-family: "Arial Narrow", sans-serif;
		font-weight: bold;
		font-size: 32pt;
		color: rgb(235,234,255);
		padding:15px 10px 10px 10px;
		margin:0px;
	}
	
	#right p {
		font-size:12pt
	}

	#right h2, #left h2 {
		margin-top: -5px;
		font-size:18pt
	}

	#right li, #left li {
		padding-top: 10px;
	}

	#right ul, #left ul {
		list-style-type: none;
		margin-left: -25px;
		margin-top: -20px;
	}

	#right a, #left a { text-decoration: none }

	#center h1 {
		font-size:32px;
		padding-top:10px;
		font-family: sans-serif;
	}

	#center h2 {
		margin:0px 10px 10px 10px;
		padding-top:25px;
		line-height: normal;
		font-family: sans-serif;
		font-size:24px;
	}

	#center h3 {
		margin:0px 10px 10px 10px;
		padding-top:25px;
		line-height: normal;
		font-size: 14pt;
		font-family: sans-serif;
	}

	#sig {
		text-align: right;
	}

