/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family:Calibri;
    color:#122432;
}
input, select, textarea{font-family:Calibri; color:#122430}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}





#wrapper { 
    width: 960px; 
    margin-right: auto;
    margin-left: auto; 
}  
body {
    background:#cccccc;
    -webkit-background-size: cover; /*Used by Safari &amp; Chrome*/
    -moz-background-size: cover; /* Used by Firefox */
    -o-background-size: cover; /* Used by Opera */
    background-size: cover; /* All Modern Browsers */

}	
header {   
}


h2 {
    margin-bottom: 5px;
	font-weight:900;
    color: #474E69;
}
#contentWrap {
    width: 1286px;
    margin-left: auto;
    margin-right: auto;
    background: #e5e5e5;
}

#content {
    background: none repeat scroll 0 0 white;
    float: left;
    margin-left: -21px;
    margin-top: 0;
    width: 1284px;
    padding-bottom: 30px;
}

footer {
    background: none repeat scroll 0 0 white;
    float: left;
    margin-left: -21px;
    margin-top: 0;
    width: 1220px;
    padding: 30px;
    height: 1000px;
	font-size:20px;
    margin-top: 30px;
}





