/* palestrante.css */

body {
	padding: 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #C0C0C0;
}
#container { 
	margin: 10px auto; /* This centers the container DIV on the page */
	width: 75.5em;
	border: 0.1em black solid;
	padding: 1.5em;
}
#toprow{
	float: left;
	width: 68em;
	margin-right:3em;
	margin-left: 0.1em;
}
/* Menu */

.menu {
	float: right;
	height: 48px;
	width: 904px;
	border-top: 1px solid #FFFFFF;
	background-color: #ccffcc;
	font-weight:bold;
}
.menu ul {
	margin: 0;
	padding: .35em 0 0 8em;
	list-style: none;
	font-weight:bold;
}
.menu li {
	display: inline;
}
.menu a {
	padding: 0 1em;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	color: #0047AB;
}
.menu a:hover {
	color: #0088FF;
}

/*left colum*/

#leftcolumn {
	float: left;
	padding: 0.5em;
	width: 33em;
	background-color: #A9A9A9;
}
	#leftcolumn .boxed {
	background: url(http://www.candex.us/images/img07.gif) repeat-x;
}
#leftcolumn dl {
	padding-left: 12px;
	list-style: none;
}
#leftcolumn dd {
	padding-left: 12px;
	list-style: none;
	color: blue;
	background: url(http://www.candex.us/images/img09.gif) no-repeat left center;
}
#photo{
	float: left;
	padding: 0.5em;
	width: 32em;
}
#rightcolumn { 
	float: right;
	margin: 0.5em 0em 0em 0.5em;
	width: 39em;
	display: inline;
	background: url(http://www.candex.us/images/paperblue.gif) repeat;
	padding: 0.5em;
}
.titles{
text-align:center;
}



