html, body, #wrapper {
	background: #000;
	color: #676767;
	font-family: "lucida grande", sans-serif;
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

a { color: #858585; }

#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width:1000px;
}



.footer {
    clear:both;
    float:left;
    margin-top: 1.5em;
    margin-bottom: 1em;
    padding:0 0 1em 0;
    text-transform: uppercase;
    font-size: 85%;
    text-align: center;
    width:1000px;
	line-height: 18px;
}

.footer img {
    margin-right: 1em;
	vertical-align: -26%;
}

.footer p {
    vertical-align:top;
}

#footer_logo {
    margin-bottom:2em;
}

#footer_contact {
    float:left;
    margin-left:140px;
    text-align:left;
    line-height:10px;
}

.fr #footer_contact {
    margin-left:75px;
}

#footer_links {
    float:left;
    margin-left:10px;
    padding-left:10px;
    border-left:1px #999 solid;
    text-align:left;
    line-height:10px;
}

#footer_links a {
    text-decoration:none;
    color:#fff;
    outline:none;
}

#footer_links a:hover {
    text-decoration:underline;
}

.footer a.plain {
    display:inline-block;
    margin-top:10px;
    padding:3px 0;
    text-decoration:none;
}

.footer a.facebook {
    margin:0 5px 0 0;
    padding:0 18px 10px 0;
    background: url(/images/facebook_logo.gif) 0 0 no-repeat;
}

.footer a.twitter {
    margin:0 5px 0 0;
    padding:0 18px 10px 0;
    background: url(/images/twitter_logo.gif) 0 0 no-repeat;
}

.footer a.youtube {
    padding:0 18px 10px 0;
    background: url(/images/youtube_logo.gif)  0 0 no-repeat;
}

.footer a.text_hidden {
    width:0px;
    height:10px;
    overflow:hidden;
    line-height:100px;
}

.footer span.small {
    font-size:85%;
    text-transform:none;
    line-height:18px; /* helps for IE 7 */
}