

#cvcontent1 {
	float: left;
	width: 160px;
	height: 1500px;
	padding: 0px;
	background: #000;
	overflow:hidden;
	border-right:5px solid white;
	text-align:right;
}


#cvcontent2 {
	float: left;	
	width: 600px;
	height: 1410px;
	padding: 0px;
	border-top:10px solid black;		
	border-left:10px solid black;
}


#cvcontent2 p {
	padding-top: 5px;
	padding-left: 5px;
}

#cvcontent2 h5
{
padding:0px;
margin:5px;
float: right;
text-align:right;
font-size: 12px;
font-weight: normal;
}


#cvlogo {
	float:left;
	width: 610px;
	height: 75px;
	padding-top: 0px;
	padding-bottom: 1px;
	background: #000;
	overflow:none;
	border-bottom:5px solid white;	
}

