﻿/*	SKIN.CSS - Stylesheet for the visual style 
	(background properties and images and foreground colors)
	Nothing in skin.css should cause elements in the layout to change position */


/*	REMOVE: included to provide a visual guide for demo 
	- .cta margins might normally be in main.css */
#header, #footer { background-color: #FFF; background-image: none; width: auto; padding-bottom: 0px; }
.section-inner { background-color: #FFF; background-image: none;}
#main { background-color: #FFF; border-top: 1px solid white; border-bottom: 1px solid white; background-image: none;}

	.cta { margin-bottom: 10px; }
	.cta a {
		display: block;
		padding: 20px;
		background-color: #AAA;
		color: White;
	}
		.cta a:hover { background-color: #999; } 
			
/* END REMOVE */