*, body{
	padding:0;
	margin:0;
}
body{
	font-family: Helvetica, Trebuchet MS;
}
#content{
	margin: 0 auto;
	width: 960px;
}
#name{
	margin: 0 auto;
	padding: 5px 0 0;
	width: 960px;
}
#name h1{
	text-align: right;
	font-size: 130px;
	font-weight: normal;
	color:#333;
	text-shadow: 0 1px 0 #ccc, 
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}
#info{
	margin: 6px auto 0;
	width: 960px;
	color: #999;
}
#info p{
	text-align: right;
	position: relative;
	top: -20px;
}
table{
	width: 960px;
	margin:0 auto 15px;
	border: none;
}
table tr td{
	vertical-align: top;
}
table tr .item{
	text-align: right;
	width: 150px;
	color: #999;
}
table tr .employment-type, table tr .education-date, table tr .skills-type, table tr .social-net-type{
	padding-right: 10px;
	text-align: right;
	width: 350px;
}
table tr .employment-type{
	color: #006699;
}
table tr .education-date{
	color: #cc3333;
}
table tr .skills-type{
	color: #ccc;
}
.social-net a{
	color: #6699cc;
}
table ul li{
	list-style: none;
	margin: 0 0 8px;
}
table ul .detail{
	font-style: italic;
	font-size: 12px;
	color: #666;
}
.skills{
	margin:0 auto 10px;
}
.skills p, .social-net p{
	margin: 0 0 8px;
}
.red{
	background:#cc3333;
	color: #fff;
	padding: 2px 3px 0;
}
