@charset "UTF-8";
@import url('http://fonts.googleapis.com/css?family=Indie+Flower');


#footer{
font-family:sans-serif;
width:1000px;
margin:0 auto;

}

.footer_column{
float:left;
width:224px;
padding:0 50px;
margin:25px 0;
min-height:300px;
border-right:solid 1px #CACACA;
}

.footer_column a{
display:block;
padding-bottom:15px;
text-decoration:none;
color:#000;
}

.footer_column.first{
font-size:25px;
width:262px;

}

.footer_column.last {
padding-right:0;
border-right:none;
width:262px;
}

.clear {
clear:both;
}

#footer_banner{
min-width:1000px;
box-shadow: 0 -3px 25px #CACACA;
-webkit-box-shadow: 0 -3px 25px #CACACA;
-moz-box-shadow: 0 -3px 25px #CACACA;
margin-top:30px;
background-color:#FFFFFF;
height:100%;

}

#banner_header{
background-color:#666;
font-family:sans-serif;
}
#banner_header_container{
width:1000px;
margin:0 auto;
font-size:40px;
color:#FFFFFF;
text-align:center;
padding:15px;
}
