/* Styles for ConBrio website */
html, body{
	height: 100%;
}

body,p,ul {
	/*font-family: Tahoma, Swiss, sans-serif;
	font-size: 10pt;*/
	text-align: left;
	border-style: none;
	}

body {
 	margin-left: 0em; 
	margin-right: 0em; 
 	margin-top: 0em; 
	margin-bottom: 0em; 
	background: #eae8e5;
	color: black;
	border-style: none;
}

hr { width: 100%; height: 1px;}

table {
	width: 100%; 
	height: 100%;
}

#left_table_column {
	width: 60%;
}

#intro_frame {
	border-style: none;
	width: 100%;
	height: 100%;
}
#tree_frame {
	border-style: none;
	width: 100%;
	height: 100%;
}



