#download a{
	text-align: center;
	background: none repeat scroll 0 0;
	padding: 5px;
	padding-bottom: 0px;
	font-style: italic;
}

#me {
    margin-bottom: 30px;
    padding: 10px;
    padding-left: 25px;
	border: 3px solid;
} 

#me .name {
    font-weight: bolder;
} 

#me .email {
    background: url(/media/img/email_cv.png);
    width: 136px;
    height: 12px;
    margin-left: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
} 

#me .other {
    font-style: italic;
}

div.experienceTitle {
    background: url(/media/img/experience.png) no-repeat;
    width: 23px;
    height: 154px;
    margin-top: 150px;
}

div.trainingTitle {
    background: url(/media/img/training.png) no-repeat;
    width: 23px;
    height: 153px;
    margin-top: 20px;
}

div.miscTitle {
    background: url(/media/img/misc.png) no-repeat;
    width: 17px;
    height: 77px;
    margin-top: 40px;
}

div.content {
    margin-left: 5px;
    margin-bottom: 70px;
    padding-left: 15px;
    border-left: 2px solid;
}

h5.date {
    margin: 0;
    font-weight: bolder;
}

div.status {
    margin-left: 20px;
    font-weight: bolder;
}

div.employer {
    margin-left: 20px;
    font-style: italic;
}

div.work {
    margin-left: 40px;
    font-size: 1.1em;
} 

.content ul {
    padding: 1em;
}

div.skills {
    padding-top: 50px;
	margin-left: 35px;
} 

.skills ul {
	border: 3px solid;
    padding: 1em;
} 

.skills li {
    list-style: none;
    font-size: 0.9em;
}

div.experienceSkills {
    padding-top: 100px;
}