* {
	font-family: Verdana, Arial, "Trebuchet MS", Georgia;
}
body {
	background: #fff;
	font-size: 14px;
}

#wrapper {
	width: 90%;
	background: #fff;
	margin: 5px 0 0 2px;
}

#left {
	float: left;
	background: #ebebeb;
	color: #008000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	text-align: center;
}

#editor {
	float: left;
	background: #ebebeb;
	margin: 30px 10px 0 0;
	color: #008000;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

#editor a {
	color: #008000;
	font-size: 12px;
}

#editor h3 {
	color: #0000ff !important;
}

#data {
	background: #fff;
	margin-top: 20px;
	float: left;
	width: 70%;
}

#content {
	width: 100%;
	background: #fff;
	float: left;
	margin-left: 10px;
	line-height: 1.7em;
}

#photo {
	float: right;
}

#top {

}

.break {
	background: #0099FF;
	height: 20px;
}

.break_bottom {
	background: #3366ff;
	height: 23px;
	border: 1px solid #000;
	clear: both;
}

h2 {
	border-bottom: 1px solid #000;
	padding-bottom: 4px;
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

a             { text-decoration: underline; color: #0000ff; }

ul {
	list-style-type: none;
}


#contact {
	background: inherit;
	padding-left: 10px;	
	font-size: 14px;
}




#collaboration {
	background: #ffffcc;
	line-height: 1.7em;
	font-family: Arial !important;
}

#collaboration a {
	color: #0000ff;

}