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

body {
outline: none;
}

#container {
width: 864px;
height: 100%;
margin-left:auto;
margin-right:auto;
}

.header {
width: 864px;
height:106px;
}

.logo {
float: left;
width: 297px;
height:106px;
}

.allergens {
float: right;
width: 240px;
height:107px;
}

#body {
padding-top: 30px;
}

.purple {
color:#6a2670;
}

.store {
padding-top: 07px;
}

#wheretobuy {
width: 864px;
height: 100px;
border-bottom: 1px dotted #448201;
}

.states {
padding-top: 20px;
}

.states p {
padding-left: 15px;
margin: 0px;
}


p {
font-family: Verdana, Arial, Helvetica, "Sans-Serif";
font-size: 14px;
color:#333333;
}


h1 {
font-family: Arial, Helvetica, "Sans-Serif";
font-size: 24px;
color:#006633;
}

h2 {
font-family: Arial, Helvetica, "Sans-Serif";
font-size: 18px;
color:#333333;
}
