#footer {
    border-top: solid 1px #ccc;
    clear:both;
    margin-top: 3em;
}
#footer p{
    width: 765px;
    position: relative;
    margin: 0 auto 50em auto;
    padding-bottom: 2em;
    font-family: verdana, arial;
	font-size: 75%;
	color: #999;
	text-align: left;
}

#footer em{
    display:block;
    float: right;
    font-style:normal;
}
#footer em a{
   padding-right: 7px;
   background: url(../img/mail.gif) top right no-repeat;
}

#footer em a:hover{
   padding-right: 7px;
   background: url(../img/mail_hov.gif) top right no-repeat;
}

#footer strong{
    display:block;
    font-weight:normal;
}


#footer hr{
   clear:both; 
   margin-top: 3em;
   border:0;
   border-top: none;

}


