html, body {
    height: 100%;
}

body{
    background: #fff;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    margin: 0px;
}

#agc_main {
    width: 100%;
    height: 100%;       
}

#agc_head {
    color: white;
    padding: 0px;
    float: left;
}

#agc_head #agc_head-menu{
    margin-top: 4px;
    text-align: center;    
}

#agc_head #agc_head-menu2{
    color: #777777;
    background-color: #eee; 
    height: 30px;
    margin-top: 4px;
}

#agc_main #agc_menu-left {
    font-size: 10px;
    float: left;
    padding: 0px;
    width: 170px;
}

#agc_main #agc_menu-left, #agc_main #agc_content, #agc_main #agc_menu-right, #agc_main #agc_footer, #agc_footer{
    background-color: #fff;
}

#agc_main #agc_content{
    margin: 0px 5px;
    width: 77%;
    position: relative;
    float: left; 
}

.agc_mag_label{
    background: rgba(226,226,226,1);
    background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 0%, rgba(254,254,254,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(0%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));
    background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 0%, rgba(254,254,254,1) 100%);
    background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 0%, rgba(254,254,254,1) 100%);
    background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 0%, rgba(254,254,254,1) 100%);
    background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 0%, rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );

    background-color:#cbcbcb;
    margin: 2px 2px 2px 2px;
    padding:8px 8px 8px 8px;
}

#agc_main #agc_content2{
    margin: 0px 5px;
    position: relative;
    float: left; 
}

#agc_main #agc_menu-left div.inpe_addr{
    text-align: center;
}

#agc_main #agc_menu-right {
    font-size: 10px;
    text-align: center;
    width: 220px;
    top: -13px;
    right: 0px;
    height: 100%; 
    margin: 4px auto;
    float: right;
    position: relative;
}

#agc_list-stations{
    font-size: xx-small; 
    text-align: left;
}

#agc_footer {    
    border-bottom: 	3px solid #999;
    float:              left;
    margin: 4px 0px;
    color:              #004B82;
    font-size:          10px;
    padding:            3px 0px;
    text-align:         center;
    width: 100%;
}

#agc_head a:link, #agc_head a:visited {
    color: #777777;
    font-weight : bold;
    width: 150px;
    text-align: center;    
}

#agc_head a:link:hover, #agc_head a:visited:hover  {
    color: black;
    font-weight : bold;
    text-decoration : underline;
}

#agc_team h2{
    margin: 20px 10px 10px 10px;

}
#agc_intro p, #agc_team p{
    margin: 0 10px;
}
#agc_fotos{
    width: 100%;
    text-align: center;
}
#agc_fotos img{
    margin: 0 2px;
    border: 1px solid #333;
}

h1 {
    font-family: Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    border-bottom: 1px solid #AFAFAF; 
    font-size:  16px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    color: #777777;
}

a:link, a:visited {
    color: #045491;
    font-weight : bold;
    text-decoration: none;
}

a:link:hover, a:visited:hover  {
    color: #045491;
    font-weight : bold;
    text-decoration : underline;
}