body { 
	margin:0px; 
	background:#fff;
	font-family:"Helvetica", Arial, sans-serif;
	font-size:18px;
	line-height:23px;
	}
	
	#menu {
		background:none;
	}
	
	#menu h1 {
		position:absolute; 
		top: 0px;
		left:0px;
		font-size:25px;
		padding:15px 0 15px 20px;
		color:black;
		width:140px;

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

	#menu ul { 
		display:none;
		}
	
	
	#view { 
		display:none;
		}

	#content { 
		position:absolute; 
			white-space:normal;
			top: 60px;
			left:45px;
			width:1000px;
			}
			
		
	.cv h2 {
				font-size:20px;
		
			}
				
	.cv p {
		font-size:18px;
		width:1000px;
	}