@CHARSET "UTF-8";

body{
	padding: 5px;
	margin:0px 0px;
	background: #fff;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	color: #000;
	font-size: 12pt;
	width: 800px;
}

h1{
	font-size: 12pt;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	font-style: bold;
	margin-bottom:0px;
	}

table{
	text-align: center;
	color: #FFF;
	border-style: none;
	border-width: 0;
	width: 800px;
	font-size: 11pt;
	
	}
	
	.clear{
	clear: both;
	border: 0;
	padding-top:10px;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
}
	
	.menu-a{
		color: #FFF;
		text-style: none;
		border: none;
		border-style: none;
		text-decoration: none;
	}
	
td{
	background: rgb(60,23,14);
	width: 130px;
	}
	
	#content{
	clear: both;
	float: left;
	width:515px;
	min-height: 400px;
	margin-left: 50px;
	margin-right: 0;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: justify;
	line-height:1.5em;
	}
	
	#publications{
	clear: both;
	float: left;
	width:670px;
	#min-height: 400px;
	margin-left: 50px;
	margin-right: 0;
	margin-top: 20px;
	margin-bottom: 100px;
	text-align: left;
	line-height:1.2em;
	font-size: 10pt;
	}
	
	#pictframe{
		float: right;
		width: 130px;
		margin-top: 20px;
		#margin-left: 20px;
		margin-right: 50px;
		min-height: 400px;
		margin-bottom: 5px;
	}
}


