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


/*adds bottom margin above footer (not in ie)*/
#sections {
float: left;
width: 954px;
margin: 25px 0px;
background: url(../images/bkg_homepage_sections.gif) repeat-y 0 0;
}

/*removes 30px left margin from imgs in sections*/

#sections .section img {
margin: 20px 0 0 0px;
border: 1px solid #DDD;
}

/*resets font size from 12px to 11px*/

#sections .section p {
padding: 9px 0 0;
color: #444;
font-size: 11px;
}

/*changes link color from gray to red*/

#sections .section p a {
color: #D01;
text-decoration: underline;
}