#footer {
	height: 50px;	
	background-color: #000000;
	color: #fff;
	padding-bottom: 5px;
}

#header {
	background-color: #7BBA53;
	 background-color: #8CD460;
    background-image: linear-gradient(to bottom, #8CD460, #6EA84A);
    background-repeat: repeat-x;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);	
    
}
body {
	background-image: url('../../UI/img/background.gif');	
}

.container { background-color: #FFF;
-webkit-box-shadow:  0px 0px 3px 3px rgba(0, 0, 0, 0.25);
        
        box-shadow:  0px 0px 3px 3px rgba(0, 0, 0, 0.25);
 }
.logo { margin-left: 10px; height: inherit; margin-top: 5px; }
h2 { margin-left: 10px; }
.img-polaroid { margin: 10px auto;  float: left; clear: both;  }
