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

body { background: #f26f5d;
margin: 0 auto;
width: 90%;
color: #000;
}

h1 { font-family: 'ArmitageThinRegular', helvetica, arial;
font-size: 2.5em;
line-height: 1.3em;
font-weight: normal;
}

h2 { font-family: 'ArmitageThinRegular', helvetica, arial;
font-size: 4em;
line-height: 1.25em;
font-weight: normal;
letter-spacing: .9px;
color: #FFF;
}

h5 { font-family: 'ArmitageThinRegular', helvetica, arial;
font-size: 1.5em;
color:#fff;
line-height: 1.4em;
font-weight: normal;
letter-spacing: .9px;
}

p { font-family: 'ArmitageThinRegular', helvetica, arial;
font-size: 1.25em;
line-height: 1.5em;
letter-spacing: 1.3px;
font-weight: normal;
}

a { text-decoration: none;
}

p.link a { text-decoration: none;
color: #000;
border-bottom: #FFF 1px solid;
}

p.link a:hover { text-decoration: none;
color: #000;
border-bottom: #FFF 2px solid;
}

img { display: inline;
}

#wrapper { height: 100%;
margin: 0 auto;
}

#lisa {
width: 80%;
float: left;
}

p.foot {
color: #F4823C;
}
