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

#downloadContent{/*contains link List & webshots divs*/
width:900px;
height:auto !important;
margin:0;
padding:10px 0;
/*margin-bottom:20px;*//*pushes footer area down away from text*/
background-color:#f0f8fd;/*pale blue*/
}

/*call font faces for Quixley font (used in logo)*/
@font-face {
    /* This declaration targets Internet Explorer */
    font-family: 'QuixleyLETPlain';
    src: url('../fonts/quixley-webfont.eot');
}

@font-face {
    /* This declaration targets all other browsers */
font-family: 'QuixleyLETPlain';
src: url(//:) format('no404'), 
url('../fonts/quixley-webfont.woff') format('woff'), 
url('../fonts/quixley-webfont.ttf') format('truetype'), 
url('../fonts/quixley-webfont.svg#QuixleyLETPlain') format('svg');
font-weight: normal;
font-style: normal;
}
