/* ----- Cheeky Rascals CSS Files -----*/


/* ----- FOOTER CONTENT ----- */
/* ----- FOOTER ----- */

	#footer { 
			width:960px;
			height:35px;
			background: transparent url('../images_core/CR_2010/footer_back.png') no-repeat;
			padding: 5px 10px 0 10px;
		}

			#footer h5 {
				padding: 5px 10px 0 0;
				float: right;
				color: #666;
				font-size: 10px;
				font-weight: bold;
			}
				
			#footer img {
				float: right;
				margin: 3px 25px 0 0;
			}
			
			#footer h6 {
				padding: 5px 0 0 10px;
				float: left;
				font-size: 10px;
			}
				
				#footer h6 a:link, #footer h6 a:visited {
					color: #666;
					text-decoration: none;
					font-weight: bold;
				}					
					
				#footer h6 a:hover, #footer h6 a:active {
					color: #00acd6;
					text-decoration: underline;
				}
