6body,





	html {
		margin:0;
		padding:0;
		background-color:#BABAAB;
		color:#000;
		font: small "Trebuchet MS",Verdana,Arial,Sans-serif;
		font-size: 10pt
	}

	div.absolute {
  	position:absolute;
  	top: 167px;
  	right: 187px;
	size:200px;
  	}

	div.relative {
	position:relative;
	top: 2px;
  	left: 0px;
	}	}
	
	div.float {
	float:center;
	top: 2px;
bottom: 2px;
	
}


	body {
		background: white url('pictures/lightgrey-texture1.jpg') repeat top right;
		background-color:#BABAAB;
		min-width:950px;
	}

	#wrap {
		border-left: 10px solid #2E8FC6;
		border-right: 10px solid #2E8FC6;
		background: #A3CFEC;
		margin: 0 auto;
		width:750px;
	}

	#header {
		background:#A3CFEC;
		height: 50px;
		padding: 10px 0px 10px 10px;
		color: white;
		font-size: 40px;
		font-weight: bold;
		border-bottom: solid 1px white;
	}

	#header h1 {
    		padding:5px;
	   	margin:0;
    }

	#nav {
		background:#2E8FC6;
		padding: 5px 5px 5px 10px;
		color: white;
		border-bottom: solid 1px white;
	}

	#nav ul{
		margin:0;
		padding:0;
		list-style:none;
	}

	#nav li{
		display:inline;
		margin:0;
		padding:0;
	}

	#main {
		background:#FFFFFF;
		float:left;
		width:500px;
	}
		
	#main p {
		padding: 0 10px;
		font-color:navy;
	}

	#sidebar {
		background:#ffffff;
		float:right;
		width:200px;
		height:610px;
		img (pictures/shadowed_logo_4inch.jpg)
	}

	#sidebar img {
		
		width:200px; 
		height:200px;
		
	
}

	#sidebar ul {
		margin-bottom:0;
    }

    #sidebar h3, #sidebar p {
		padding:0 10px 0 0;

    }


	







	#footer {
		background:#F0F0F0;
		clear:both;
		text-align: center;
		padding: 5px;
		font-size: 11px;
		margin-bottom: 20px;
	}

	#credits {
		font-size: 10px;
		text-align: center;
	}

	#footer p {
		padding:5px;
		margin:0;
    }

	.heading1 {
		color: #1C5B9E;
		font-size: 20pt;
	}