h1,h2,h3,h4,h5,h6, p, ul, li, form, dl {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #333; 
	text-align:center;
	background-image: url(../images/wood-bg.jpg);
}

div#container {
	width: 720px;
	margin: 20px auto;
	text-align: left;
	background: #fff;
	padding: 5px;
	-webkit-box-shadow:  1px 3px 3px #a08a5f;
	-moz-box-shadow:  1px 3px 3px #a08a5f;
	-webkit-transform: rotate(.8deg);
  	-moz-transform: rotate(.8deg);
}

div#masthead {
	background-color: #d2decf;
	position: relative;
	height: 90px;
	margin: 0px 0 40px 0;
}

div#masthead h1 a {
	position: absolute;
	top: 41px;
	left: 5px;
	display: block;
	text-decoration: none;
	background-image: url(http://vectorbug.com/images/myname.png);
	background-repeat: none;
	font-size: 0;
	text-indent: -5000px;
	line-height: 0;
	width: 407px;
	height: 65px;
}

div#masthead ul {
	margin-left: 530px;
	padding-top: 10px;
	width: 180px;
	height: 70px;
}

div#masthead ul li {
	text-align: right;
}

div#masthead ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #000;	
}

div#masthead ul li a:hover {
	color: #f0ffee;
}

div#work {
	float: left;
	width: 500px;
	border-right: 2px solid #D2DECF;
	padding-right: 10px;
}

div#work p {
	margin-top: 2px;
	line-height: 16px;
}

div#experience ul li {
	margin-bottom: 20px;
}

div#skills {
	margin-left: 520px;
}
div#skills li {
	margin-bottom: 5px;
}

div#education {
	margin-bottom: 25px;
}
div#with {
	margin-top: 100px;

}

span.title {
	font-size: 16px;
	color: #000
	}
	
span.date {
	color: #6D6F71;
}

span.place {
	color: #146074;
	font-size: 15px;
	font-weight: bold;
}

div.section h2 {
	font-size: 0;
	text-indent: -5000px;
	line-height: 0;
	width: 148px;
	height: 18px;
	background-repeat: no-repeat;
}

div#education h2{
}

div#experience h2 {
	background-image: url(http://vectorbug.com/images/experience.png)
}

div#in h2 {
	background-image: url(http://vectorbug.com/images/proficientin.png)
}

div#with h2 {
	background-image: url(http://vectorbug.com/images/proficientwith.png)

}


