@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);
body {
background: url(images/background.png) repeat-x 0 0,url(images/grain.png) repeat 0 0,#eee;
/*background: #eee url('images/background.png') repeat-x center;*/
}
*, #bottom {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size:1em;
color:#444;
}
strong {
font-weight:600;
}
h1, h2 {
font-weight:600;
font-size:1.1em;
}

div.tm {
background-color:#6fa088;
border-radius:8px;
margin-top:35px;
padding:10px;
padding:14px 18px 6px 29px;
}
div.fa {
background-color:#8d89a4;
border-radius:8px;
margin-top:35px;
padding:14px 18px 14px 29px;
}
div.ae {
background-color:#f6b436;
border-radius:8px;
margin-top:35px;
padding:10px;
padding:14px 18px 14px 29px;
}
div.sm {
background-color:#fff;
border-radius:8px;
margin-top:40px;
padding:10px;
padding:14px 18px 14px 29px;
font-size:.9em;
color:#555;
line-height:1.4em;
}
div.sm h3 {
font-size:1.2em;
}


#topbanner {
background: transparent url('images/top_banner.png') repeat-x; 
height:100px;
}
#container {
width:840px;
margin:0 auto;
}
#bottom {
margin-top:10px;
}
