div#bottom {
	font-size: 11px;
	color: #ccc;
	text-align: left;
}


div#botBar1 {   
    height: 45px;
    line-height: 45px;
    background-color: #FF8400;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
	clear: both;
    overflow: hidden;
}

div#botBar1 a {
    color: #FFFFFF;
    text-decoration: underline;
}

div#botBar2 {
    height: 150px;
    background-color: #3E444D;
	clear: both;
    overflow: hidden;    
}

div#botBar3 {
    height: 52px;
    clear: both;
    overflow: hidden;
    background-color: #31363E;
}



div#bottom div.botInner {
    width: 954px;
    margin: 0px auto;
}


div.copy {
    float: left;
    clear: none;
    margin-top: 9px;
}




div#social {
    width: 180px;
    color: #ccc;
    float: right;
    clear: none;
    text-align: right;
    margin-top: 25px;
}

div#social li {    
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 22px;
    height: 18px;
    line-height: 18px;
    margin-bottom: 15px;
}

div#social li.social_delicious {
    background-image:url("../images/social/delicious.gif")
}
div#social li.social_digg {
    background-image:url("../images/social/digg.gif")
}
div#social li.social_stumble {
    background-image:url("../images/social/stumble.gif")
}


div#social a {
    color: #ccc;
}

