body {
	margin: 40px;
	background: url('pics/bg.gif') no-repeat 10px 80px;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 18px;
}
h1 {
	font-size: 50px;
	color: #e69123;
	margin: 0 0 60px 0;
}
a {
	color: #1818bd;
	text-decoration: none;
}
a:hover {
	color: #FF6633;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
	background: url('pics/bullet.png') no-repeat 0 50%;
	margin: 0;
	padding: 0 0 0 17px;
}
.slogan {
	font-size: 16px;
	margin: 0;
	position: absolute;
	top: 62px;
	left: 435px;
}
	.slogan strong {
		font-weight: normal;
	}
table.contact {
	font-size: 24px;
	font-weight: bold;
}
	table.contact td {
		padding: 6px 20px 6px 0;
	}
	table.contact td.head {
		padding: 0 20px 0 0;
		color: #929292;
	}
	
table.skills {
	font-size: 16px;
	margin-top: 35px;
	line-height: 24px;
}
	table.skills td {
		padding: 5px;
	}
	table.skills td.head {
		padding: 5px 10px 0 0;
		font-weight: bold;
		vertical-align: top;
		color: #929292;
	}
		table.skills li strong {
			font-weight: normal;
		}

.cv {
	background: url('pics/Filetype-PDF-32x32.png') no-repeat 0 4px;
	padding: 10px 0 10px 40px;
}
	.cv a {
		text-decoration: underline;
	}

.rule {
	background: #E2E2E2;
}
	.rule div {
		height: 8px;
		background: url('pics/hr.gif') no-repeat;
		font-size: 0;
	}
		.rule div div {
			background: url('pics/hr.gif') no-repeat right -8px;
		}
			.rule hr {
				display: none;
			}

#footer {
	font-size: 11px;
	color: #9f9f9f;
	line-height: 16px;
	padding: 20px;
}
	#footer a {
		color: #9f9f9f;
		text-decoration: underline;
	}