body {
    font-family: arial;
    margin: 0;
    padding: 0;
}

ul { line-height:20px }

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#header {
    height: 230px;
    background-color: #007CBE;
    background-image: url(images/header3.gif);
    background-repeat:  repeat-x;
    border: solid 1px #000000;
    padding: 0px 0px 0px 0px;
}

#header a {
    font-size: 22px;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

#header a:hover {
    text-decoration: underline;
}

#header h1 {
    border: solid 0px #000000;
    text-align: center;
    font-size: 40px;
    margin: 0;
    color: #000000;
    padding: 25px 0 5px 5px;
    text-decoration: none;
}

#text {
    font-size: 13px;
}

#text p.destaque {
    font-size: 22px;
    font-weight: bold;
}

#text li {
	list-style: none;
}

#rodape {
    font-size: 10px;
	padding: 10px 0 10px 0;
}

/* menu */

li.menu {  
    list-style: none;
    display: inline;
    padding: 6px;
}
