.imgleft{
	float: left;
	margin-right: 10px;
}

.textofbox{
	float: left;
	width: 30%;
	margin-top: 2em;
}

.section{
	width: 100%;
	overflow: auto;
	margin-top: 1em;
}

.section h2{
	width: 98%;
	text-align: center;
}


.option{
	float: left;
	width: 33%;
	border: solid 1px black;
	height: 14em;
}

.popup{
	display: none;
}

#popupbkg{
	display: none;
	width: 100%;
	height: 100%;
	background-color: black;
	position: fixed;
	top: 0px;
	left: 0px;
}

#distributors{
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: white;
	z-index: 1;
}

.hatsimg{
	width: 48%;
	float: left;
	border: solid black 1px;
	padding: 4px;
	margin-right: 5px;
	margin-top: 2em;
	margin-bottom: 2em;
} 

#disclaimer{
	border: solid #003785 2px;
	padding: 1em;
	margin-top: 3em;
} 

#disclaimer p{
	margin-top: 0em;
}

#graphic{
	width: 283px;
	float: left;
	margin-right: 1em;
}
