
* { 
	margin:0; 
	padding:0;
}

body {
	background-color: #f1f4f5;
}

a {
	color: #99cc33;
	text-decoration:none;
}

a:hover {
	color: #99cc33;
	text-decoration: underline;
}

p {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333333;
}

#header h1 {
	text-indent: -10000px;
	background: url(images/hi-there.png) no-repeat top left;
	height: 111px;
}

#card {
	height: 600px;
	width: 825px;
	margin: 20px auto;
	background-color: #f7f7f7;
	border: 1px solid #e8e8e8;
}

#photo {
	margin-top: 15px;
	width: 358px;
	height: 450px;
	border: solid 1px #e8e8e8;
	margin-left: 20px;
	float:left;
}

#info {
	margin-top: 17px;
	margin-left: 10px;
	width: 400px;
	float: left;
}

#who {
	background: url(images/hr.png) bottom left no-repeat;
	padding: 0 0 20px 0;
}
#who p {
	color: #333333;
	line-height: 150%;
	text-align: justify;
}

#contact {
	margin-bottom: 18px;
}

#contact p {
	font-size: 1.4em;
	font-weight: bold;
	color: #6cbdeb;
	margin-bottom: 5px;
}

#contact-info {
	float:left;
}

#contact-info a {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #7aaac6;
	font-size: 1.1em;
}

#contact-info p {
	
	font-size: 1.1em;
	font-weight: normal;
	color: #333333;
}

#extra-info {
	margin-right: 8px;
	text-align:right;
	font-size: 1.1em;
}

#extra-info a{
	font-family: Trebuchet MS, Helvetica, sans-serif;
}

#extra-info span {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #333333;
}

#networks {
	background: url(images/hr.png) top left no-repeat;
	padding-top: 15px;
}

#networks p {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 5px;
	color: #6cbdeb;
}

#networks img {
	border: none;
	margin-left: 17px;
	margin-top: 10px;
}

.profile  {
	width: 36px;
	height: 36px;
}

