* { padding: 0; margin: 0; }

body {
    font-family: 	verdana, sans-serif, helvetica;
    font-size:		small;
    background-color:	#efefef;	
}

td {
    padding: 10px;
}

a {
    color:#55555;
    text-decoration:none;
} 

a:link {
    color:#555;
    text-decoration:none;
}

a:visited {
    color:#a7a;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}


.graybox {
    padding: 10px;
    background-color: #e0e0e0;
    border-bottom: 1px dotted #a0a0a0;
}

.section {
    margin: 10px;
    margin-top: 20px;
}

.abstract {
    font-weight: normal;
    margin-left: 0px;
    width: 800px;
}

.title {
    font-weight: bold;
    margin-left: 0px;
    margin-top: 10px;
}

.location {
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    color: #555555;
}

.list {
    margin: 0;
    padding-left: 5px;
    list-style-type: none;  
}

.list1 {
    margin: 0;
    padding-left: 10px;
    list-style-type: none;  
}

.pdf {
    padding: 5px;
    background: #606060;
    width: 200px;
    border: 1px #000000 solid;
    text-align: center;
}

.pdf a {
    color: #ffffff;
    font-weight: bold;
}

li:before {  
    content: " ";  
} 

#resume {
    width: 900px;
    margin: 0 auto;
}

#wrapper {
    background:	        url("../images/bg.png") repeat-y #ffffff;
    width:		920px;
    margin:		0 auto;
}

#header {
    background:	        url("../images/bgblue.png") repeat-y #ffffff;
    text-align: right;
    margin: 0 auto;
    padding: 10px; 
}

/* footer */
#footer {
    text-align:		right;	
    width:		900px;
    margin:		0 auto;
    background:         #8f9eab; 
}

#footer ul {
    text-align:	center;
    padding-top:	6px;
    padding-bottom:	6px;
}
#footer li {
    display:		inline;
    padding-right:	20px;
}
#footer ul li:after {
    content:           " . ";
}
#footer ul li.last:after {
    content:           "";
}
#footer ul li:before {
    content:           "";
}
#footer a {
    color:		#2b333a;
    text-decoration:	none;
    padding-right:	20px;
    font-weight:  bold;
}
#footer a:hover { 
    text-decoration: 	underline;  
}
