* {
 color: #444;
 font-size: 1em;
 margin: 0;
 text-decoration: none;
 padding: 0;
}

body {
 font-family: Calibri, Verdana, sans-serif;
 font-size: 90%;
 text-align: center;
}

#content {
 margin: 0 auto;
 max-width:980px;
 position: relative;
 text-align: left;
 z-index:3;
}

#header {
 background: #fff;
 padding: 1em 2em;
 margin-bottom: 2em;
 height: 160px;
 width: 66%;
}

#header img {
 border:1px solid #666; 
 float:right; 
 margin-right: 10%; 
 padding:0.7em;
 width:133px; 
}

.col {
 background: white;
 float:left;
 padding: 1em 2em;
 margin: 0 1em 2em 0em;
 width:26%;
}


#teaser {
 background: #fff;
 padding: 1em 2em;
 width:66%;
 margin-bottom: 2em;
}

#footer {
 background: #fff;
 color: #666;
 clear: both;
 font-size: 0.8em;
 padding: 1em 2em;
 margin-bottom: 3em;
}


a,
a:visited {
 text-decoration: underline;
}

a:hover,
a:focus,
a:active {
 text-decoration: none;
}

p {
 margin: 0 0 1em 0;
 line-height: 1.4em;
}

ul {
 margin: 0 0 1em 1.3em;
 list-style-type: disc;
}

li {
 margin: 0 0 0.5em 0;
}

h1 {
 font-family: Cambria, Georgia, "Times New Roman", serif;
 font-size: 3.0em;
 font-weight: normal;
 margin: 0;
}

.subtitle {
 font-family: Cambria, Georgia, "Times New Roman", serif;
 font-size: 1.2em;
 line-height: 1.1em;
 margin: 0 0 0.55em 0;
}

h2 {
 font-family: Cambria, Georgia, "Times New Roman", serif;
 font-size: 1.4em;
 font-weight: normal;
 margin: 0.5em 0 0.2em 0;
}


h3 {
 font-family: Cambria, Georgia, "Times New Roman", serif;
 font-size: 1.1em;
 font-weight: normal;
 margin: 1.2em 0 0.2em 0;
}




#supersize{
 position:fixed;
 z-index: 2;
}
#supersize img, #supersize a{
 height:100%;
 position:absolute;
 width:100%;
 z-index: 1;
}
