html {
margin:0;
padding:0;
}

img {
border:0;
}

h1 {
font-size:36pt;
color:#5B2901;
text-align:center;
border:none;
margin-bottom:0px;
}

h2 {
text-align:center;
color:#5B2901;
}

#header p {
margin:0;
padding:0;
}

#boxes {
width:90%;
margin-left:5%;
margin-right:5%;
}

.box {
width:350px;
height:400px;
float:left;
background-image: url(../images/stackobox.png);
background-repeat: no-repeat;
background-position: top left;
border:none;
}

.box h3 {
font-size:14pt;
color:#5B2901;
margin-bottom:5px;
margin-top:20px;
}

.box img {
margin-left:100px;
margin-top:20px;
border:none;
}

.box p {
text-align:center;
color:#5B2901;
font-weight:bold;
margin-top:0px;
font-size:12pt;
}

#footer {
clear:both;
text-align:center;
font-size:14pt;
font-weight:bold;
}
