body {
background-image: url(../Images/bluebonnets.jpg);
background-repeat: no-repeat;
background-size: cover;
font-family:arial,helvetica,sans-serif;
font-size:12px;

}
button {	
    width: 120px;
    background-image: url(../Images/silver.png);
    border-radius: 30px;
    border-width: 3;
}

#wrapper {
width:98%;
border-style:solid;
border-width:0px;
}
#header {
height:80px;
width:100%;
border-style:solid;
border-width:0px;
padding-top: 20px;
background-image: url(../Images/shpoa.png);
background-repeat: no-repeat;
background-position: center;
}
#content {
padding-bottom:10px;

}
/* applies to all divs within the content div */
#content div {
float:left;
}
#content-left {
padding:0px;
width:15%;
height:90%;
border-style:solid;
border-width:0px;
float: left;
}
#content-main {
padding:0px;
width:70%;
border-style:solid;
border-width:0px;
float:right;
}
#content-box1, #content-box2, #content-box3 {
padding:10px;
border:1px solid #bbb;
position:absolute;
margin-top:190px;
height:120px;
}
#content-box1 {
margin-left:212px;
width:200px;
}
#content-box2 {
margin-left:444px;
width:200px;
}
#content-box3 {
margin-left:676px;
width:202px;
}
#footer {
position: absolute;
bottom: 0;
left: 400px;
}
#bottom {
clear:both;
text-align:right;
border-style:solid;
border-width:1px;
}
