/* Gilad Lotan - resume.css */

div.resume_text {
position:absolute;
width:584px; /*Width of Image*/
height:455px; /*Height of Image*/
left:66px; /* This is applied relative to edge of container */
top:242px;
font:"Century Gothic";
font-size:12px;
color:#000000;
}

div.resume_text a {
font-family:"Century Gothic";
color:#AAAAAA;
font-size: 12px;
font-weight:bold;
text-decoration:none;
}

div.resume_header {
font-weight:bold;
color:#FF6633;
border-top-width:thin;
border-top-style:solid;
border-top-color:#FF6633;
}

div.resume_year {
font-size:9px;

}