#helpbar {
	margin-right: 600px;
}
	#helpbar h2 {
		font-weight: normal;
		margin-top: 0;
	}
	
#about {
}
	
#status {
	margin-top: 2em;
}

	#status h2 {
		color: #C00;
	}

#details {
	float: right;
	width: 560px;
	margin: 1em 0;
}

#personal {
	float: left;
	width: 250px;
}

	#personal input {
		width: 85%;
	}
	
	
#cvstatus {
	margin-left: 270px;
	width: 250px;
}

	#cvstatus select {
		width: 85%;
	}

#summary {
	clear: left;
}

	#summary textarea {
		width: 93%;
		height: 120px;
	}
