@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'museo_slab500';
    src: url('fonts/museo_slab_500-webfont.eot');
    src: url('fonts/museo_slab_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo_slab_500-webfont.woff') format('woff'),
         url('fonts/museo_slab_500-webfont.ttf') format('truetype'),
         url('fonts/museo_slab_500-webfont.svg#museo_slab500') format('svg');
    font-weight: normal;
    font-style: normal;

}



body {
	text-align: center;
	background-color: #ffffff;
	 line-height:150%;
	 letter-spacing: .1em;
	 margin-top: 20px;

}
h1 {font-size:44px; color:#7ec2be; font-weight:normal; font-family: 'museo_slab500'; text-transform: uppercase; line-height: 140%;}
p {font-size:18px; color:#7f7c82; font-family: 'museo_slab500';}

a:link, a:visited {text-decoration:none;}
a:hover, a:active {opacity: 0.7;}

.pinkstripe {margin: 40px -6px 0 -6px; background-color: #f58e87; height: 6px; width: 100%; }

.bottom {background-image:url(images/woodgrain.jpg); background-repeat: repeat; background-position: bottom; margin: 0 -6px; padding: 40px; width: 100%; height: 800px; }