* {
    margin: 0;
    padding: 0;
}

body {
    font: 14px Helvetica, Sans-Serif;
    line-height: 20px;
    background: url(images/noise.jpg);
}

.clear {
    clear: both;
}

#page-wrap {
    width: 900px;
    margin: 40px auto 60px;
}

#pic {
    float: right;
    margin: -30px 0 0 0;
}

h1 {
    margin: 0 0 16px 0;
    padding: 0 0 16px 0;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -2px;
    border-bottom: 1px solid #999;
}

h2 {
    margin: 0 0 2px 0;
    font-size: 14px;
    position: relative; 
}

span.right{
    position: absolute;
    /*bottom: 0;*/
    right: 0;
    font-style: italic;
    font-family: Georgia, Serif;
    font-size: 14px;
    color: #999;
    font-weight: normal;
}

p {
    margin: 0 0 12px 0;
}

a {
	text-decoration: none;
    color: black;
	text-shadow: none;
	transition: color 0.5s ease;
	transition: text-shadow 0.5s ease;
	border-bottom: 1px dotted #999;
}
a:hover {
	color: #0069ba;
	text-shadow: #0090ff 0px 0px 2px;
    border-bottom-style: solid;
}
a.ex[href^='http://'] {
    display: inline-block;
    background: url(images/externallink.gif) center right no-repeat;
    padding-right: 17px;
    text-decoration:none;
}
a[href^='mailto:'] {
    display: inline-block;
    background: url(images/mailto.png) center right no-repeat;
    padding-right: 17px;
    text-decoration:none;
}
a[href$='.pdf'] {
    display: inline-block;
    background: url(images/pdf.jpg) center right no-repeat;
    padding-right: 17px;
    text-decoration:none;
}
a[href$='.pptx'] {
    display: inline-block;
    background: url(images/ppt.png) center right no-repeat;
    padding-right: 17px;
    text-decoration:none;
}

ol {
    margin: 0 0 22px 15px;
}

ul {
    margin: 0 0 22px 15px;
}

#objective {
    width: 600px;
    float: left;
}

#objective p {
    font-family: Georgia, Serif;
    font-style: italic;
    color: #666;
}

dt {
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
    padding: 0 20px 0 0;
    width: 110px;
    float: left;
    height: 100px;
    border-right: 1px solid #999;
}

dd {
    width: 750px;
    float: right;
}

dd.clear {
    float: none;
    margin: 0;
    height: 15px;
}

li {
	margin: 0 0 7px 0;
}

#footer {
    font-size: 10px;
    color: #666;
    margin: 10px;
    text-align: center;
    float: right;
    width: 500px;
    border-top: 1px dotted #999;
}
