body {
    margin: 0;
    padding:: 0;
    background: #242424; /* fundo da página */
    font-family: verdana, arial, sans;
    /* Trebuchet MS */
	}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1 { font-size: 18px; margin-top: 0; }

h2, h3, h4 { color: #ccc; }

a {
    text-decoration: none;
    background: transparent;
    color: #f19d1e;  /* amarelo */
	}

a:hover {
    background: #f19d1e;  /* amarelo */
    color: #333;
	}

em { background: black;	}

img { border: none; }

.warning { background-color:#990000; }



/* LAYOUT SPECIFIC */
#container {
	min-height: 400px;
	text-align: center;
	background-color: #242424; 
	}

#home #container{
	background-color: #141414; 
	}


#header{
	width: 100%;
	height: 393px;
	background-color: #141414; 
	margin-left: auto;
	margin-right: auto;
	}


#home #header{
    height: 393px;
	background-color:#242424;
	}


#menu1 {
	width: 100%;
	height: 20px;
	opacity:0.75; /* para Mozilla */
	filter:alpha(opacity:75); /* para IE */
	background-color: #333333;
	position: absolute;
	top: 328px;	
	}


#menu1 a {
	color: #FFFFFF; /* branco */
	font-size: 12px;
	line-height:20px;
	padding: 0 15px 0 15px;

}

#menu1 a:hover {
	color: #f19d1e;  /* amarelo */
	background:none;
}

#menu2 {
	width: 100%;
	height: 45px;
	opacity:0.95; /* para Mozilla */
	filter:alpha(opacity:95); /* para IE */
	background-color: #333333;
	position: absolute;
	top: 348px;	
	}

#menu2 a {
	color: #f19d1e;  /* rosa */
	font-size: 14px;
	line-height:45px;
	padding: 0 15px 0 15px;
}

#menu2 a:hover {
	color: #ffffff; /* branco */
	background:none;
}




#content{
    text-align: left;
    width: 800px; /* era 733 */
    margin-left: auto;
    margin-right: auto;
    clear: both;
	}
	

#content-left{
    float: left;
    width: 310px;
    font-size: 12px;
    color: #fafafa;
    text-align: right;
	}

#content-right{ /* parte que fica a capa */
	float: right;
	width: 305px; /* era 238 */
	height:260px;
	font-size: 11px;
	color: #eee;
	line-height: 20px;
	padding-right:185px;
	padding-top:40px;
	padding-bottom:30px;
	background-image: url(../img/capa.jpg);
	background-repeat: no-repeat;
	background-position: right 20px;
	}



#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}


/* Hides from IE-mac \*/
* html #content {height: 1%;}
/* End hide from IE-mac */

#footer {
	clear: both;
	width: 800px;
	min-height: 120px;
	margin-left: auto;
	margin-right: auto;
	font-size: 9px;
	color: #4a4a4a;
	background-color:#141414;
	border-top: 2px solid #f19d1e;
	}

#footer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

#footer {display: inline-table;}

/* Hides from IE-mac \*/
* html #footer {height: 1%;}
#footer {display: block;}
/* End hide from IE-mac */

#footer a{
    color: #898989;
	}

#footer a:hover{
    color: #f19d1e; /* amarelo */
    background: transparent;
	}

.banner {
float: left;
padding: 10px;

}

#footer-left{
    padding-left: 33px;
    float:left;
	}

#footer-right{
    padding-right: 33px;
    text-align: right;
	}








/* HOMEPAGE FLICKR */
#flickr-home{
    text-align: right;
    padding: 30px 15px 15px 0;
	}

#flickr-thumbs ul {
	list-style-type: none;
	clear:both;
	margin-bottom: 10px;
	}
	
#flickr-thumbs:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
	}

#flickr-thumbs li {
	float: right;
	display: inline;
	height: 75px;
	width: 75px;
	margin: 0 0 0 8px;
	padding: 0;
	}

#flickr-thumbs a img {
	border: 2px solid #000;
	/* padding: 1px; */
	}

#flickr-thumbs a:hover img{
	border: 2px solid #f19d1e; /* amarelo */
	}

#flickr-thumbs a:hover {
	background: transparent;
	}

/* Hides from IE-mac \*/
* html #flickr-thumbs {height: 1%;}
/* End hide from IE-mac */