/* CSS Document */

#body{
margin-top:20px;
margin-left:0;
margin-right:0;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
background-color:#aab300;
background-image:url(../images/body.png);
background-position:top;
background-repeat:repeat-x;
}

#mainTable{
width:921px;
}

#pageHead{
height:260px;
background-image:url(../images/logo.png);
background-position:left top;
background-repeat:no-repeat;}

.h1{
font-size:24px;
font-weight:bold;}

.h2{
font-size:18px;
font-weight:bold;}

.h3{
font-size:13px;}

#speak{
padding-left:80px;
padding-top:30px;
padding-right:30px;
padding-bottom:30px;

display:block;
position:absolute;
margin-left:170px;
top:20px;
width:293px;
height:251px;
background-image:url(../images/speak.png);
background-position:center;
background-repeat:no-repeat;
}