.aboutpage{
	position: absolute;
	width: 600px;
	margin: 0;
	left: 0px;
	top: 0px;
	font-size:13px;
	font-family: "Century Gothic", normal;
	background-color: #FFF;
}



.aboutright {
	position: relative;
	margin-top: 30px;
	left: 310px;
	width: 290px;
	background-color: #FFF;
}

.aboutright div {
	margin: 0;
	border: 0;
	padding: 0px;
	padding-top:5px;
	top: 0;
}

.aboutright div#contact{
	color: rgb(167,169,172);
	font-size: 18px;
}

.aboutright div#phone{
	font-size: 13px;
	color: rgb(88,89,91);	
}

.aboutright div#cv{
	color: rgb(167,169,172);
	font-size: 18px;
}

.aboutright a {
	text-decoration: none;
	color: rgb(167,169,172);
}

.aboutright a:visited {
	text-decoration: none;
	color: rgb(167,169,172);
}

.aboutright a:hover {
	text-decoration: none;
	color: rgb(88,89,91);	
}

.aboutright a:active {
	text-decoration: none;
	color: rgb(88,89,91);	
}



.abouttop {
	position: absolute;
	margin: 0;
	padding: 0;
	border: 0;
	width:600px;
	top:145px;
	left:0;
	color: rgb(88,89,91);
}

.columnleft p{
	position: absolute;
	text-align:right;
	width: 290px;
	top: 40px;
	color: rgb(167,169,172);
}
.columnright p{
	position:absolute;
	text-align:left;
	width:290px;	
	left: 310px;
	top: 40px;
	color: rgb(88,89,91);
}
