body {
	margin: 0;
	padding:0;
	background-color: #fff;
	font-family: "Tahoma", "Verdana CE", "Verdana", "Arial CE", "Arial", sans-serif;
	font-size: 11pt;
	color: #000;
	text-align: center;
	}
	h1, h2, h3, h4, h5, h6 {
		margin: 25px 0 0 0;
		padding: 0;
		font-family: "Trebuchet MS", "Arial CE", "Arial", sans-serif;
		font-weight: normal;
		color: #2f427c;
		}
		h1 { font-size: 19pt; }
		h2 { font-size: 15pt; }
	ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		}
	a {
		cursor: pointer;
		text-decoration: none;
		color: #4c5f97;
		}
		a:hover { text-decoration: underline; }
	img {
		margin-top: 10px;
		}

div#wrap {
	width: 960px;
	margin: auto;
	padding-top: 50px;
	text-align: left;
	}
	div#wrap ul li {
		height: 40px;
		line-height: 40px;
		vertical-align: middle;
		padding-left: 40px;
		background-position: center left;
		background-repeat: no-repeat;
		}
		div#wrap ul li.email { background-image: url(images/email.png); }
		div#wrap ul li.icq { background-image: url(images/icq.png); }
		div#wrap ul li.jabber { background-image: url(images/jabber.png); }
		div#wrap ul li.skype { background-image: url(images/skype.png); }
		div#wrap ul li.cv { background-image: url(images/cv.png); }
		div#wrap ul li.facebook { background-image: url(images/facebook.png); }
		div#wrap ul li.twitter { background-image: url(images/twitter.png); }
		div#wrap ul li.linkedin { background-image: url(images/linkedin.png); }
