/* CSS Document */

/* Layout  */
	
	#frame {
		width:700px;
		border:1px solid #999999;
		margin-right:auto;
		margin-left:auto;
		margin-top:40px;
		text-align:left;
		background-color:#FFFFFF;
		}
		
	#contentleft {
		width:150px;
		padding:0px;
		float:left;
		background:#fff; 
		}
		
	#contentright {
		width:540px;
		/*height: 500px; */
		padding:5px;
		float:left;
		background:#fff; 
		}
	
	#contentheader {
		background:#fff;
		margin-bottom: 10px;		
		}
		
	p,h1,h2,h3,pre {
		margin:0px 10px 10px 10px;
		}
			
	#contentheader h1 {
		padding:10px;
		margin:0px;
		}
	
