body
{
	width: 760px;
	margin: auto;
	background-color: #2f334c;
	color: black;
	font-family: "Century Gothic", calibri, arial, georgia, serif;
}

#head
{
	margin-top: 10px;
	width: 760px;
	height: 150px;
	background-image: url(banniere4.jpg);
	background-repeat: no-repeat;
	margin-bottom: 0px;
}
#head a
{
	display: block;
}
#head #home
{
	height: 80px;
	width: 580px;
	margin-left: 180px;
	margin-bottom: 2px;
}
#head #surgery
{
	height: 28px;
	width: 230px;
	margin-left: 326px;
	margin-bottom: 2px;
}
#head #cornell
{
	height: 28px;
	width: 282px;
	margin-left: 326px;
}
#menu
{
	width: 760px;
	height: 37px;
	clear: both;
	border-top: 1px solid rgb(0,0,64);
	border-bottom: 1px solid rgb(0,0,64);
	background-image: url(menu_background1.bmp);
	font-size: 1em;
	font-family: "Century Gothic", calibri, arial, georgia, serif;
	font-style: normal;
	font-weight: normal;
}

#menu table
{
	margin: auto;
	margin-top: 5px;	
}
#menu table td
{
	text-decoration: none;
	color: #b5e2e3;
	border: 1px solid black;
	padding: 2px 4px 2px 4px;
	vertical-align: middle;
}
#menu table td:hover
{
	background-color: black;
	text-decoration: bold;
}

#menu table a:visited
{
	text-decoration: none;
	color:  #becbde;
}

#menu table a:link
{
	text-decoration: none;
	color: #becbde;
}

#menu table a:hover
{
	font-weight: bold;
	color:white;
}



#body
{
	width: 710px;
	min-height: 570px;
	padding: 20px;
	border: 5px solid rgb(0,0,64);
	background-color: #cfd7e4;
}

#body #personal_page #picture
{
	diplay: block;
	height: 375px;
	width: 500px;
	border: 1px solid black
}
#chose_people
{
	width: 300px;
	float: left;
	margin-left: 60px;
	
}


/* second column*/
#table_two table
{
	float:left;
	margin-top: 30px;
	margin-left: 80px;
	border-collapse: collapse;
}

#table_two table td
{
	border-top: 0px solid rgb(167,173,220);
	border-bottom: 0px solid rgb(167,173,220);
	padding-bottom: 10px;
}

#table_two table td em
{
	font-size: .8em;
	font-style: normal;
	font-weight: lighter;
	color: rgb(77,82,130);
}

#table_two table td a
{
	text-decoration: none;
	font-family: arial, georgia, serif;
	font-size: 0.9em;
	color: black;
}

#table_two table td a:hover, #body #chose_people table td a:active
{
	text-decoration: underline;
}

#table_two table td a:visited, #body #chose_people table td a:focus
{
	text-decoration: none;
	color: black;
}

/*important people*/
.important
{
	border-top: 1px solid rgb(167,173,220);
	border-bottom: 1px solid rgb(167,173,220);
}

.former
{
	padding-top: 15px;
}

/* first column */

#body #chose_people table
{
	margin-top: 30px;
	border-collapse: collapse;	
}

#body #chose_people table td
{
	border-top: 0px solid rgb(167,173,220);
	border-bottom: 0px solid rgb(167,173,220);
	padding-bottom: 10px;
}
#body #chose_people table td em
{
	font-size: .8em;
	font-style: normal;
	font-weight: lighter;
	color: rgb(77,82,130);
}
#body #chose_people table td a
{
	text-decoration: none;
	font-family: arial, georgia, serif;
	font-size: 0.9em;
	color: black;
}
#body #chose_people table td a:hover, #body #chose_people table td a:active
{
	text-decoration: underline;
}
#body #chose_people table td a:visited, #body #chose_people table td a:focus
{
	text-decoration: none;
	color: black;
}

#body #personal_page
{
	width: 540px;
	margin-left: 170px;
}
#body #personal_page img
{
	border: solid 1px black;
	margin-left: 25px;
}
h1
{
	font-family: "Century Gothic", calibri, arial, georgia, serif;
	font-style: normal;
	font-weight: normal;
	font-size: 1.5em;
	text-align: left;
}
#body .default
{
	font-family: "Century Gothic", calibri, arial, georgia, serif;
	font-style: normal;
	font-weight: normal;
	font-size: 90%;
	text-align: justify;
}

#bottom
{
	width: 760px;
	height: 40px;
	background-image: url(bottom_background.bmp);
	background-repeat: repeat-y;
	margin-bottom: 10px;
	font-family: "Century Gothic", calibri, arial, georgia, serif;
	text-decoration: none;
	color: #becbde;
	font-style: normal;
	font-weight: normal;
	font-size: 0.7em;
	text-align: center;
}
#bottom table
{
	vertical-align: middle;
	text-align: center;
	margin: auto;
}
#bottom table a, #bottom table a:active, #bottom table a:visited, #bottom table a:focus, #bottom table a img
{
	color: #becbde;
	border: none;
	text-decoration: none;
}

#bottom table a:hover
{
	font-weight:bold;
	color:white;
}

