@charset "UTF-8";
/* CSS Document */

* {
border:0;
margin:0;
padding:0;
}

body {
background-image:url(../images/bgtile.gif);
}

#wrapper {
width::800px;
left:50%;
margin-left:-420px;
position:absolute;
}

#container {
}

#contents {
display:block;
width:800px;
padding:45px;
}

#contents div {
margin:5px 0 50px 0;
}

.cv_entry {
clear:both;
margin: 5px 0 30px 0;
display:block;
}

.date {
font-family:"Times New Roman", Times, serif;
font-size:14px;
font-weight:bold;
display:block;
width:165px;
float:left;
}

.role {
font-family:"Times New Roman", Times, serif;
font-size:14px;
font-weight:bold;
display:block;
width:165px;
float:left;
}

.details {
font-family:"Times New Roman", Times, serif;
line-height:1.5em;
font-size:14px;
display:block;
width:430px;
float:left;

}


#current_employment .role {
width:330px;
}



/* TEXT STYLES */

h1 {
font-family:"Times New Roman", Times, serif;
font-size:17px;
font-weight:bold;
display:block;
line-height:2.0em;
border-bottom:black solid 1px;
margin-top:20px;
margin-bottom:10px;
}

h2 {
font-size:14px;
font-weight:bold;
display:inline;
}

h3 {
font-size:14px;
font-style:italic;
display:inline;
}

li {
list-style:none;
}
