*{
    font-family:Helvetica,Arial,sans-serif;
     padding:0px;
    margin:0px;
}
body{
    padding:0px;
    margin:0px;
    background-image:url('../img/fundo-body.gif');
    background-color:#ababab;
    background-repeat:repeat-x;
    background-attachment:fixed;
    background-position:top;
}

#all{
    width:892px;
    border:#000 solid 1px;
    border-top:none;
    border-bottom:none;
    margin:auto;
    background-color:#fff;
}

#menu{
    text-align:center;
    font-weight:bolder;
    padding-top:6px;
    padding-bottom:5px;
    background-color:#414347;
    background-image:url('../img/fundo-menu.gif');
    background-position:top;
    background-repeat:repeat-x;
}

#menu img{
   vertical-align:middle;
   margin-bottom:-5px;
}

#menu a{
    font-size:11px;
    color:#fff;
    padding-left:15px;
    padding-right:15px;
    text-decoration:none;
    background-image:url('../img/fundo-botao.gif');
    background-position:top;
    
    background-repeat:no-repeat;
    padding-bottom:18px;
    padding-top:2px;
    letter-spacing:0.3em;
    
}

#menu a:hover{
    background-image:url('../img/fundo-botao-hover.gif');
    color:#d2ff00;
}

#miolo{
    min-height:700px;
    background-image:url('../img/fundo-abstrato.jpg');
    background-repeat:no-repeat;
    background-color:#fff;
}

#miolo #texto{
    margin:30px;
    width:200px;
    font-size:12px;
    border-right:#000 dotted 1px;
    padding-right:50px;
    float:left;
}
#miolo #texto h2, #vantagens h2, #lista-cursos h2{
    font-size:16px;
}
#miolo #texto h2 img{
    vertical-align:middle;
}

#lista-cursos{
    float:left;
    margin:30px;
    margin-left:0px;
    width:210px;
}
#lista-cursos ul{
    padding:0px;
    margin:0px;
}
#lista-cursos ul li{
    list-style-image:url('../img/star.gif');
    margin-bottom:5px;
    padding-bottom:5px;
    border-bottom:#ccc 1px dotted;
}
#lista-cursos ul li a{
    text-decoration:none;
    color:#666;
    font-size:12px;
    font-weight:bolder;
}

#vantagens{
    width:260px;
    float:left;
    border-left:#000 dotted 1px;
    padding-left:30px;
    padding-top:0px;
    margin-top:30px;
}

#vantagens ul{
    padding:0px;
    margin-left:15px;
}

#vantagens ul li{
    font-size:12px;
    margin-bottom:5px;
}

#form{
    width:100%;
    clear:both;
    padding:0px;
    padding-bottom:30px;
    border:none;
    background-color:#414347;
    color:#fff;
    display:table;
}

#form form{
    width:500px;
    clear:none;
    float:left;
}

#form fieldset{
    border:none;
    margin:0px;
    padding:0px;
    width:500px;
    padding:25px;
}

#form fieldset h2, #endereco h2{
    color:#FFCC00;
    font-size:16px;
    text-transform:uppercase;
}

#form fieldset input[type=text], #form textarea{
    width:400px;
    border:solid 1px #000;
    padding:4px;
    background-color:#fcffca;
}
#form fieldset #send{
    width:114px;
    height:39px;
    font-size:14px;
}

#form fieldset label{
    font-size:14px;
}

#endereco{
    width:350px;
    height:300px;    
    float:left;
    padding-top:25px;
}
#copy{
    background-color:#222;
    color:#666;
    text-align:center;
    padding:15px;
    font-size:12px;
}