@charset "UTF-8";
/* CSS Document */

body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	}

ol, ul {
	list-style: none;
}

body {
	line-height: 1;
	background-image: url(images/bg_color.jpg);
	background-repeat: repeat;
}

a {
text-decoration:none;}


a:active {
	color: #336633}

a:visited {
	color: #336633}

a:link {
 	color: #336633}

a:hover {
	color: #339933}

#container {
	width: 1050px;
	margin: auto;
	}

/*NAV*/	
#nav {
	margin: 0px;
	padding: 0px;
	line-height: 0;
	display: inline;
}

#navmenu li.first{
	float: left;
	display: inline;
	background: url("images/left_bar.gif");
	width:74px;
	height:28px;
}

a.bio, a.bio_a{
	display:block;
	float:left;
	width:86px;
	height:28px;
	background: url("images/nav_bio.gif");
	background-repeat:no-repeat;
}
a.bio:hover{

	background: url("images/nav_bio.gif") 0 28px;

}
a.cv, a.cv_a{
	display:block;
	float:left;
	width:77px;
	height:28px;
	background: url("images/nav_cv.gif");
	background-repeat:no-repeat;
}
a.cv:hover{

	background: url("images/nav_cv.gif") 0 28px;

}
a.speaking, a.speaking_a{
	display:block;
	float:left;
	width:250px;
	height:28px;
	background: url("images/nav_speaking.gif");
	background-repeat:no-repeat;
}
a.speaking:hover{

	background: url("images/nav_speaking.gif") 0 28px;

}
a.published, a.published_a{
	display:block;
	float:left;
	width:193px;
	height:28px;
	background: url("images/nav_published.gif");
	background-repeat:no-repeat;
}
a.published:hover{

	background: url("images/nav_published.gif") 0 28px;

}
a.involvement, a.involvement_a{
	display:block;
	float:left;
	width:166px;
	height:28px;
	background: url("images/nav_involvement.gif");
	background-repeat:no-repeat;
}
a.involvement:hover{

	background: url("images/nav_involvement.gif") 0 28px;

}
a.contact, a.contact_a{
	display:block;
	float:left;
	width:128px;
	height:28px;
	background: url("images/nav_contact.gif");
	background-repeat:no-repeat;
}
#cv {
	margin: 0px;
	padding: 0px;
	float: left;
	margin-left: 74px;
	margin-top: 35px;
	line-height: 0;
	display: inline;
	height: 100px;
	width: 117px;
}
#cvdiv {
	width: 550px;
	float: right;
	margin-right: 240px;
	margin-top: 35px;
	padding: 0px;
	line-height: 0;
	display: inline;
}

#published {
	width: 550px;
	float: right;
	margin-right: 240px;
	margin-top: 0px;
	padding: 0px;
	line-height: 0;
	display: inline;
}

a.contact:hover{

	background: url("images/nav_contact.gif") 0 28px;

}
#cv1 {
	list-style: disc;
	padding-left: 15px;
}




#navmenu li.last{
	float: left;
	display: inline;
	background: url("images/right_bar.gif");
	width:76px;
	height:28px;
}

#main {
	width: 1050px;
	background: url(images/main.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	position: inherit;
	float: left;
	height: 673px;
}

#main2 {
	width: 1050px;
	background: url(images/main2.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	position: inherit;
	float: left;
	height: 873px;
}


#lezotte {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 133px;
	width: 105px;
	margin-left: 110px;
	margin-top: 35px;
	line-height: 0;
	display: inline;
}

#text1 {
	width: 550px;
	float: right;
	margin-right: 240px;
	margin-top: 35px;
	padding: 0px;
	line-height: 0;
	display: inline;
}

#text2 {
	width: 550px;
	float: right;
	margin-right: 240px;
	margin-top: 41px;
	padding: 0px;
	line-height: 0;
	display: inline;
}

.text {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
}


#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #336633;
	text-decoration: none;
	text-align: center;
	position: relative;
	float: left;
	width: 1050px;
	padding-top: 12px;
	left: 0px;
	top: 0px;
	background-image: url(images/footer.jpg);
	height: 112px;
	background-repeat: no-repeat;
}
