Any idea why my footer would be shifted about 10px to the right?
http://www.MommiesMoney.info
.footer1 {
width:800px;
margin:0 auto;
background:#efded6;
}
#footer {
text-align:center;
margin:0 auto;
width:800px;
height:40px;
clear:both;
border-top:5px solid #453212;
border-left:5px solid #453212;
border-right:5px solid #453212;
border-bottom:5px solid #453212;
background:#efded6
letter-spacing:0em;
font-weight:bold;
font-style:italic;
line-height:40px;
font-family:Calibri,sans-serif;
font-size:0.75em;
color:#453212;
min-width:800px;
}