/* =================================================================
 * default stuff
 * =================================================================*/
 
body {
	color: #6E2E0C;
    background-color: #EFEFE9;
	font-size:12px;
	height: 100%;
	font-family: Verdana, Helvetica, sans-serif;
	background-image: url(http://www.machinelearning.org/archive/icml2009/img/stripe.png);
	background-repeat: repeat-x;
}

/* this contains all 3 columns*/ 
div#wrapper {
	background-image: url(http://www.machinelearning.org/archive/icml2009/img/bg.png);
	background-repeat: repeat-y;
	width: 900px;
	margin-left:-50px;	
	background-color: transparent;
}

/* =================================================================
 * headers & footers
 * =================================================================*/
div#header {
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	height:216px;
	width:590px;
	margin-left: 240px;
	margin-top:-10px;
	color: black;
	background-color:white;
}

div#footer {
	width: 750px;
	background-color: transparent;
	color: black;
	font-size: 11px;
	margin-top: 20px;
	margin-left: 200px;
	margin-bottom:30px;
	text-align: center;
}

/* =================================================================
 * two columns
 * =================================================================*/
div#main {
	float: left;
	width: 590px;
	background-color: transparent;
	color: black;
	height:100%;
}

div#left_column{
	background-color: transparent;
	float: left;
	width: 200px;
	word-spacing: 1px;
	padding: 20px;
	margin-left: 50px;
	margin-bottom: 20px;
	margin-top:-20px;
	height:100%;
}

div#right_column
{
	background-image: url(img/mtl.png);
	background-repeat: no-repeat;
	background-color: white;
	float: left;
	width: 550px;
	word-spacing: 1px;
	padding: 20px;
	padding-top: 140px;
	line-height: 20px;
	color: black;
	margin-top: 0px;
}

/* =================================================================
 * content 
 * =================================================================*/

#right_column h3 {
	font-size: 12pt;
	font-weight: normal;
	font-weight: bold;
	color: black;
}
/* =================================================================
 * navigation links (left column)
 * =================================================================*/
#left_column h3 {
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #C85E35;
	margin-bottom:5px;
}




