@CHARSET "UTF-8";
/*
 used colors:
*/

/* GLOBAL -------------------------------------------*/

*{-moz-user-select:none; padding:0; margin: 0;}


body{margin:0; padding:0; overflow-y:scroll; overflow-x:hidden; background-color: #000000; height:100%; color:#FFFFFF;text-align:left;
/*background-image:url("../img/red.gif");*/
background-image: url(../img/bg/bg1.jpg); background-repeat:no-repeat;
  background-position:top center;}


#header_cnt{
	width:100%; float:left;
	height:auto; margin:0; padding:0px; z-index:2; text-align:left;
}

#header{
	background-image:url("../img/headerb2.gif"); background-repeat:no-repeat;
	width:1024px;height:240px; /* border-bottom: 2px solid #36567D;*/
  position:relative;left:50%;
  margin-left:-512px; /* hack para IE6 e inferior */
  float:left!important;float:none;
  padding-bottom: 10px;
  /*margin-bottom: 30px;*/
}

#logo_link{float:left; height: 240px; width:310px; margin:0px; margin-left:5px;}
#header_mid{width:460px; height: auto; margin: 10px; float:left; text-align: left; /*border:1px solid red;*/}
#header_active{width:400px; height:150px; float:left; /*border:1px solid red;*/}
#header_active_slogan{width:400px; margin-top:20px; height:auto; font-weight:bold; float:left; font-size: 25px; font-family:courier-new; color:#000100; /*border:1px solid red;*/}
#header_menu{float:left; height: 30px; width: 400px; /* border:1px solid red;*/ text-align: left; margin-left: 22px;}
#header_menu a{float:left; height: 60px; width: 60px; /*border:1px solid green; */text-align: center;
	padding: 2px; font-size:12px; font-family: arial; font-weight: bold; color: black; /*background-color: black; */margin-right: 7px; }

#main_cont {width:1024px; height:auto; position:relative;left:50%; margin-left:-512px; 
	float:left!important;float:none;padding:0px; height:100%;/*border:1px solid blue;*/}

#content_body{float:left;width:100%; height:100%; /*border:1px solid green;*/}

.left_columns_container{float:left; width:320px; /*border:1px solid red;*/ min-height:800px;
	height:100%; background-image:url("../img/link_list.jpg");
	background-repeat:repeat-y; margin-right: 10px;}
	
.left_column_module{float:left; width:300px; height: auto; font-size: 20px; margin-left: 10px;
	margin-top: 10px; margin-bottom: 5px; text-align: center; }	
	
.right_column{float:left; width:680px; height:auto; margin-top: 20px; /*border:1px solid red;*/}	

#login_wrapper{float:left; text-align:center;width:200px; height: 202px;  
	margin-top: 20px;}
#login_cont {float:left; text-align:center;width:200px; height: 202px; /*border: 1px solid red;*/ 
	background-image:url("../img/metal_short_panel.gif");	background-repeat: no-repeat; 
	background-position:top left;}
#login_cont label{float:left;margin-top: 10px; width: 100%; color:white; font-size: 14px; }
#login_cont input{float:none; clear:both; text-align:center; margin-left:auto; margin-right:auto; width: 80%; color:black; font-size: 14px; }




#footer{color:black;font-family:arial; float:left; width: 100%; height:61px; text-align: center; /*border:1px solid red;*/ background-image: url(../img/footerb.gif); background-position: center bottom; background-repeat: no-repeat;}
#footer_copy{float:none; width:auto; margin-left:auto;  margin-right:auto; margin-top:20px;/* border:1px solid red;*/}
#footer a{color:black; text-decoration: none;}



.clear { clear:both; }


/* INTERVIEWEE   
.speaker {padding:0px; margin:0px; width:450px; clear:both; background-color:#304860; color:#D8D8D8; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	background-image:url("../img/balloons/glow.png"); background-position:top center; background-repeat:no-repeat; text-align: justify; }
.speaker p {padding:0px; margin:0px; padding:10px; }
.speaker_left  {padding:0px; margin:0px;float:left; width:150px; background-image:url("../img/balloons/left_balloon.png"); background-repeat:no-repeat; background-position:top right; }
.speaker_left img {margin:10px; }
*/

