@charset "utf-8";
/* CSS Document - SteekyMudd css for HTML Large Photo presention*/

body {
	font: 90%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #FFF;
}

    h3, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}


/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
    }
	
a:visited {
	color: #FFF;
    }
	
a:hover {
	color: #FF3;
    }


/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 960px;
	background-color: #42413C;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
