@charset "UTF-8";
/* CSS Document */
#main article {
	margin: 0 0 40px 0;
}

#main article h1 {
	margin: 0 0 10px 0;
	border: 1px solid #e0e0e0;
	background: -moz-linear-gradient( 90deg, rgb( 243, 243, 243 ) 0%, rgb( 225, 225, 225 ) 53.271%, rgb( 241, 241, 241 ) 53.687%, rgb( 255, 255, 255 ) 100%);
	background: -webkit-linear-gradient( 90deg, rgb( 243, 243, 243 ) 0%, rgb( 225, 225, 225 ) 53.271%, rgb( 241, 241, 241 ) 53.687%, rgb( 255, 255, 255 ) 100%);
	background-color: #f0f0f0;
	padding: 6px 10px 4px 10px;
	font-size: 1.1em;
	text-shadow: 1px 1px 0 #ffffff;
}

#main article#aboutMe {
	background-image: url("../images/myphoto_big.png");
	background-size: 200px !important;
	background-repeat: no-repeat;
	background-position: left 48px;
}

#main article#aboutMe p {
	margin-left: 220px;
}

#main article#contact {
	background-image: url("../images/icon_mail.png");
	background-size: 200px !important;
	background-repeat: no-repeat;
	background-position: left 48px;
}

#main article#contact p {
	margin-left: 220px;
}