/* CSS Document */

html,body {
color: #3f3f3f;
background: #e8e8e8;
font-family: "", verdana, arial, tahoma;
line-height: 160%;
font-size: 62.5%;
}

/* font base is 10px (62.5% of 16px), so 1.1em is 11px and so on */
#maincontainer {
 width:960px; 
 text-align: left;
 margin: auto;
 font-size: 1.4em;
}

#header {
 width: 960px; 
 height: 100px; 
}

#maincontent {

}


#footer {
 padding-top: 10px; 
 width: 960px; 
 height: 100px; 
 text-align: center;
}

.centered{
 text-align: center;
}

h1 {
 font-size: 2.4em;
}
h2 {
 font-size: 2em;
}


a img{
 border: none;
}

a {
 color:#E41818;
}
a:hover {
 color: #E6983B;
}
a:visited {
 color: #AD732D;
}
a:active {
 color: #E08417;
}

