#box1
{
float:left;
width:200px;
margin:2em 0;
text-align:center;
}

#box2
{
float:left;
width:200px;
margin:2em 5px;
text-align:center;
}

#box3
{
float:left;
width:200px;
margin:2em 0;
text-align:center;
}

.galeft
{
float:left;
width:300px;
margin:0.5em 5px 2em 0;
text-align:center;
clear:both;
font-size:0.8em;
font-weight:bold;
}

.garight
{
float:left;
width:300px;
margin:0.5em 0 2em 5px;
text-align:center;
font-size:0.8em;
font-weight:bold;
}

.gacenter
{
width:610px;
margin:0.5em 0 2em 0;
text-align:center;
font-size:0.8em;
font-weight:bold;
}

.galeft img {
border:1px solid #fff;
margin:0.5em 0;
}

.garight img {
border:1px solid #fff;
margin:0.5em 0;
}
.gacenter img {
border:1px solid #fff;
margin:0.5em 0;
}
