#main {height: 300px; position: relative;}
#maincontent {padding-top: 10px;}
#headline {color: #548315; margin-bottom: 10px;}
#headline h1 {font-size: 14pt;}

#maincontent p {font-size: 9pt; line-height: 13pt; color: white; margin-bottom: 10px;}

#buttons {height: 391px; background: #1D1D1D;}
#buttons div {width: 33.1%; height: 384px; margin-top: 2px; float: left; border-left: 1px solid #171717; border-right: 1px solid #171717; border-bottom: 1px solid black; border-top: 1px solid black; overflow: hidden;}
#buttons div.first {border-left: none;}
#buttons a.button {display: block; margin: 0px auto; width: 275px; height: 136px; overflow: hidden; text-decoration: none;}
#buttons p {width: 229px; margin: 0px auto 10px auto; color: white; font-size: 8pt;}
#buttons h2 {font-size: 12pt; width: 229px; margin: 8px auto 0px auto; padding-bottom: 5px; color: #548315; border-bottom: 1px dotted #2C2C2C;}

a#tradebtn {background: url('../images/button.trade.png') no-repeat top left;}
a#travelbtn {background: url('../images/button.travel.png') no-repeat top left;}
a#medicalbtn {background: url('../images/button.medical.png') no-repeat top left;}

a#tradebtn:hover {background: url('../images/button.trade.png') no-repeat bottom left;}
a#travelbtn:hover {background: url('../images/button.travel.png') no-repeat bottom left;}
a#medicalbtn:hover {background: url('../images/button.medical.png') no-repeat bottom left;}

a#tradebtn:active {background: url('../images/button.trade.png') no-repeat bottom right;}
a#travelbtn:active {background: url('../images/button.travel.png') no-repeat bottom right;}
a#medicalbtn:active {background: url('../images/button.medical.png') no-repeat bottom right;}

