	body {
		margin:0px 0px 10px 0px;
		background:#ffffff;
		}
	A 			{ color: #999966; text-decoration: none; font-weight:bold; } 
	A:link		{ color: #999966; text-decoration: none; } 
	A:visited	{ color: #999966; text-decoration: none; } 
	A:hover		{ color: #99CC66;  }
	
	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
	}

	#content {
		position:absolute;
		left:100px;
		float:right;
		border-left:1px dotted #999;
		background:#ffffff;
		margin-left:-1px;
		padding-top:10px;
  		padding-left:10px;
  		padding-right:10px;
		padding-bottom:10px;
		font-family:georgia, verdana, arial, sans-serif;
		color:#333;
		font-size:small;
		font-weight:normal;
		}

	#prop {
		height:600px;
		float:right;
		width:1px;
	}

	#clear {
		clear:both;
		height:1px;
		overflow:hidden;
	}

	#sidenav {
		font-family:georgia, verdana, arial, sans-serif;
		font-size:small;
		font-weight:normal;
		padding-top: 10px;
		padding-left: 10px;
		float:left;
		width: 90px;		}

	#banner {
		border-bottom:1px dotted #FFF;
  		background:#91a0c9;
		}

	.float-left {
		float:left;
		text-align:center;
		margin:10px 10px 10px 0px;
		border:1px solid #999;
		}

	.float-right {
		float:right;
		text-align:center;
		margin:10px 0px 10px 10px;
		border:1px solid #999;
		}
