/* CSS Document */

<style type="text/css">	
	body {
		margin:0px 0px 0px 0px;		
		}
	
	#leftcontent {
		background-color:#A0A6A6;
		border-right:3px solid #999999;
	}

	#rightcontent {
		background-color:#D4D4D4;
		padding: 15px 10px 0px 20px;
	}

	#everything {
		border-bottom: 1px dashed #666666;
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 1.5em;
	}
	
	#area {
		padding: 0 0 20px 0;
		width:220px;
	}	
		
	#rightcontent p {
		font-size:10px;
		margin-left:0px;
		}
	
</style>

