body {
	font-family: Verdana, Arial, Geneva, helvetica, sans-serif;
	margin: 0px;
	background-color: #EAEAEA;
  	font-size: 14px;
  	color: #222;
}

table {
	font-size: 12px;
}

h1 {
	border-bottom: 1px solid #272727;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #B15200;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #222;
	font-weight: normal;
	margin: 0px;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #b60000;
	font-weight: normal;
	margin: 0px;
}


#speaches {
	overflow: hidden;
	margin: 0;
	padding: 0;
	
}

#ht {
	margin: 0;
	padding-bottom: 10px;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
    font-weight: bold;
	color: #222;
	width: 100px;
	overflow: hidden;
	position: relative;
	text-align: right;
}

#text-side-title {
	padding-bottom: 10px;
	float: right;
	font-family: Verdana, Arial, Geneva, helvetica, sans-serif;
  	font-size: 15px;
  	color: #222;
	width: 530px;
}

#text-side-abstract {
	padding-bottom: 15px;
	float: right;
	font-family: Verdana, Arial, Geneva, helvetica, sans-serif;
  	font-size: 15px;
  	color: #222;
	width: 530px;
}

#text-side-presenter {
	padding-bottom: 15px;
	float: right;
	font-family: Verdana, Arial, Geneva, helvetica, sans-serif;
  	font-size: 15px;
  	color: #222;
	font-weight: bold;
	width: 530px;
}

#text-side-place {
	padding-bottom: 15px;
	float: right;
	font-family: Verdana, Arial, Geneva, helvetica, sans-serif;
  	font-size: 15px;
  	color: #222;
	width: 530px;
}

#text-side-data {
	padding-bottom: 10px;
	float: right;
	font-family: Verdana, Arial, Geneva, helvetica, sans-serif;
  	font-size: 15px;
  	color: #222;
	width: 530px;
}

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

/* ------ MENU ------ */
.menu_div ul {
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	border-top: 1px solid #333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	list-style: none;
	text-indent: 15px;
}

.menu_div ul li {
	width: 220px;
	height: 40px;
	background: #1E1E1E;
	line-height: 40px;
    border-bottom: 1px solid #333;
}

.menu_div ul li a {
	text-decoration: none;
	color: #FFF;
	display: block;
}

.menu_div ul li a:hover{
	text-decoration: none;
	color: #FFF;
	background: #B15200;
}

.menu_div ul li#active{
	background:#B15200;
}


#menu-image {
    border-bottom: 1px solid #333;
    position: relative; 
    width: 100%
}

#menu-image span {
    position:absolute;
    color: #ffffff; 
    top:24px; 
    left:50px; 
    width:100px;

	font-family: geneva, arial, helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	text-indent: 15px;
}

/* ------------------- */

#container_big {
	padding: 0;
	margin: 0;
	width: 900px;
	padding: 0px;	
	margin: 0px;
}

#container {
	float: left;
	position: relative;
	width: 900px;
	text-align: left;
	padding: 0px;
}


#header {

	float: left;
	position: relative;
	width: 900px;
	height: 200px;
	text-align: center;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/back.png);
	background-repeat: repeat-x;



}

#logo {
	padding-top: 10px;
}

.box {
	float: left;
	position: relative;
	width: 235px;
	margin-left: 10px;
}

.hr {
	border-bottom: solid 2px #b60000;
	margin-top: 5px;
	margin-bottom: 7px;
}

#content {
	float: left;
	position: relative;
	width: 900px;
	text-align: left;
	overflow: hidden;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 2px ridge;
	border-color: #B1B1B1;
	background-color: #EAEAEA;
}

#main {
	width: 650px;
	height: 600px;			/* page height */
	float: right;
	position: relative;
	right: 10px;
	top: 20px;
	color: #080808;
	text-align: justify;
}

#left {
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	width: 220px;
	height: 600px;			/* page height */
	background-color: #1E1E1E;
}

#left_logo {
	margin-top: 60px;
	width: 220px;
	height: 200px;
	background-image: url(images/logo_unicamp_fundo.png);
	background-repeat: no-repeat;
}

#footer {
	float: left;
	position: relative;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 900px;
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center; 
	color: #888;
	padding-top: 5px;
	display:inline
}

#footer img {
	margin: 2px;
	border: solid 3px #F2D2A8;
}

#footer a {
	color: #b60000;
	margin-left: 5px;
	margin-right: 5px;
}

#footer a:hover {
	color: #000;
	text-decoration: none;
}

input, textarea, button { 
	background-color: #fff;
	color: #94C00D;
	border: solid 2px #94C00D;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	height: 20px;
	margin-top: 4px;
}

.btn {
	border: 0px;
	margin-top: 4px;
	margin-bottom: 0px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	position: absolute;
}

.ul {
	list-style-type: circle;
}

#ttitle {
	background-color: #900000;
	color: #FFFFFF;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#presenter {
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #EAEAEA;
	height: 150px;
}


#presenter-bio {
	float: left;
	width: 450px;
	height: 150px;
	/*font-family: Verdana, Arial, Geneva, helvetica, sans-serif;
	font-size: 14px;
	color: #b60000;
	font-style: italic;
	padding-left: 10px;
	padding-top: 50px;*/
	margin-left: 10px;
	margin-top: 40px;
}

#presenter-bio-text {
	float: right;
	width: 300px;
	height: 70px;
	font-family: Verdana, Arial, Geneva, helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	border-bottom: 1px solid #8A8A8A;
}

#presenter-photo {
	float: right;
	width: 160px;
	height: 150px;
}

/* CHOOSE album page */
.choose_div {
	margin-top: 50px;
	margin-left: -20px;	
}

.choose_div ul {
	margin: 0;
	list-style: none;
	font-weight: bold;
	text-align: center;
}

.choose_div ul li { 
	display: inline;
	border: 1px solid;
	/*padding: 5px 8px 5px 8px;*/
	margin-left: 10px;
}

.choose_div ul li a { 
	text-decoration: none;
	color: #000000;
}

.choose_div ul li#active{
	background: #1E1E1E;
}

.choose_div ul li#active a{
	color: #FFFFFF;
}

/* jQuery lightBox plugin - Gallery style */
#gallery {
	background-color: #EAEAEA;
	width: 540px;
	margin-left: 38px;
	margin-top: 25px;
}

#gallery ul { 
	list-style: none;
}

#gallery ul li { 
	display: inline; 
	padding-left: 8px;
}

#gallery ul img {
	border: 0px solid #EAEAEA;
	border-width: 5px 0px 5px;
}

#gallery ul a:hover img {
	border: 0px solid #FF0000;
	border-width: 3px 0px 3px;
}

#gallery ul a:hover { 
	color: #fff; 
}





