* {
    margin: 0;
    padding: 0;
}

body {
    background: #222;
    color: #CCC;
    font: 11px "Arial", "Helvetica", "Verdana", sans-serif;
}

hr {
    clear: both;
    visibility: hidden;
}

div.clear {
    clear: both;
}

a {
    color: #F90;
    outline: none;
}

    a img {
        border: 0;
    }

#header {
    height: 430px;
    margin-bottom: 20px;
}

#content {
    padding-left: 20px;
    margin-bottom: 20px;
    width: 965px;
}

#content .column-single {
    float: left;
    width: 210px;
}
    #content .column-single-margin {
        float: left;
        margin-right: 25px;
        width: 210px;
    }

#content .column-double {
    float: left;
    width: 445px;
}
    #content .column-double-margin {
        float: left;
        margin-right: 25px;
        width: 445px;
    }
    
#content .column-triple {
    float: left;
    width: 680px;
}
    #content .column-triple-margin {
        float: left;
        margin-right: 25px;
        width: 680px;
    }
    
#content .column-oneplushalf {
    float: left;
    width: 328px;
}

    #content .column-oneplushalf-margin {
        float: left;
        margin-right: 25px;
        width: 328px;
    }

	#content h3 {
	    font-size: 12px;
	    margin-bottom: 15px;
	    text-transform: uppercase;
	}

	    #content h3 span {
	        color: #F90;
	    }

#footer {
    background: #111;
    color: #666;
    font-size: 10px;
    height: 50px;
    line-height: 12px;
    padding: 15px 20px;
}
    #footer address {
        float: left;
        font-style: normal;
        margin-right: 25px;
        width: 210px;
    }
    #footer address strong {
        font-size: 11px;
        letter-spacing: -0.2px;
    }
    
    #footer dl {
        float: left;
        width: 215px;
    }
    
        #footer dl dd {
            font-size: 13px;
            font-weight: bold;
            letter-spacing: -0.5px;
            line-height: 10px;
            margin-bottom: 5px;
        }

    #footer a.codebrasil {
        float: left;
        margin-left: 435px;
        margin-top: 40px;
    }

	a.img-border img {
		border: 4px solid #333;
		margin-bottom: 10px;
	}

	a.img-border:hover img {
		border-color: #F60;
	}

p {
    line-height: 16px;
}