html, body {
    font-family: Arial,sans-serif,Helvetica,Verdana;
    color: #333333;
    font-size: 0.9em;
}

a img {
    border: 0;
}

code {
    float: right;
}

ul {
	list-style-type: none;
	padding-left: 15px;
	margin: 5px;
}

li {
	padding-left: 15px;
	background-image: url(arrow_right_grey.png);
	background-repeat: no-repeat;
	background-position: 0 .2em;
}

#resume-wrapper {
    width: 800px;
    margin: 0px auto;
}

img[src="http://static.zend.com/topics/zce-php5-3-logo.gif"] {
    margin-top: 20px;
    margin-left: 10px;
    float: right;
}
img[src="http://static.zend.com/topics/zf-zce-logo.gif"] {
    margin-top: 20px;
    margin-left: 10px;
    float: right;
}

img[src="pro-words.png"] {
    float: right;
}

h2 em {
    font-size: 0.6em;
    font-weight: normal;
    float: right;
    margin-top: 4px;
}

h1 {
    margin-bottom: 5px;
}

h2 {
    background-position: 0 0.2em;
    background-repeat: no-repeat;
    padding-left: 20px;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
}

h4+p+h2 {
   background-image: url("page_white_text.png");
}

h2+p+h2 {
   background-image: url("lightbulb.png");
}

ul+h2 {
   background-image: url("time.png");
}

p+p+h2 {
   background-image: url("star.png");
}

h4 {
    margin: 5px 0px;
}

hr+p+p, hr+p {
    text-align: center;
}

