@charset "UTF-8";
/* CSS Document */




div#content{
	padding-top: 15px;
	height: 333px;
}

div#content a{
	text-decoration: none;
	color: #415968;
}

div#content a:hover{
	color:#9ea5a9;
}

div#content p#email{
	
	margin-left: 20px;
}

div#content p{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #897559;
}

p{
	font-size: 17px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #897559;
}

table p{
	padding-top: 10px;
}

table img{
	width: 60px;	
	margin-left:5px;
	padding: 5px 0px 0px 0px;
}

h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #897559;
	margin-top: 25px;
}

table{
	padding: 15px 0px 0px 140px;
}

table td{
	padding: 0px 20px 0px 15px;
	border-bottom: 1px dashed #897559;
	
}

table td img{
	border: 0px solid;
}

table td#facebook{
	background-image:url(../images/facebook_ie.jpg);
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;

	background-position: 10px 0px;
}

table td#linkedin{
	background-image:url(../images/linkedin_ie.jpg);
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;	
	background-position: 10px 0px;
}

table td#linkedin a, table td#facebook a{
	width: 60px;
	height: 60px;
	display: block;
}







