body {
	font-family: "museo-slab",sans-serif;
	font-size: 1.1em;
	color: #479;
	margin: 0
	}

h1 {
	font-weight: 700;
	}

h2 {
	font-weight: 700;
	}

p {
	font-weight: 300;
	line-height: 1.6em;
	}

strong {
	font-weight: 700;
	}

a:link, a:visited {
	color: #c3c;
	text-decoration: none;
	}

a:hover {
	color: #c3c;
	text-decoration: underline;
	}

#canvas {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	}

.center {
    display: block;
    margin-left: auto;
	margin-right: auto;
	}

#nav {
	font-size: 1em;
	height: 2em;
	margin-top: 20px;
	border-top: 1px solid #3768b3;
	border-bottom: 1px solid #3768b3;
    text-align: center;
    }

#nav p {
	margin-top: 0.25em;
    }

#nav a {
	color: #479;
	text-decoration: none;
	}

#nav a:hover {
	color: #c6c;
	text-decoration: none;
	}

#content p.crumbs {
	font-size: .75em;
	margin-top: 2em;
	}

#content-buy p {
	margin: 0;
	}

#content-buy h2 {
	margin: 0.5em 0 .25em 0;
	}

#footer {
	clear: both;
	border-top: 1px solid #3768b3;
	padding-top: 10px;
	margin-top: 70px;
	margin-bottom: 0px;
	background-color: #fffffe;
	}

#footer p {
	font-size: 12px;
	margin-top: 0px;
    text-align: center;
	}

#content h1 img {
	margin-left: 50px;
	}