/* general statements */
html {
	overflow-y: scroll;
}

body { 
	text-align: center;
	border: 0px;
    margin: 0px;
    padding: 0px;
    }
	
img {
	border: 0px;
	padding: 0px;
	}

img a {
	text-decoration: none;
	border: 0px;
}

H1 	{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: lighter;
	font-size: 16px;
	color: #999;
	}
	
a	{
	text-decoration: none;
	}
	
#container {
	min-width: 950px;
	max-width: 950px;
	margin: 0px auto;
}

#header { 
    margin: 0px;
    padding: 10px 0px 0px 0px;
    height: 90px;
	text-align: center;
    }

#header img { 
  border: 0px none ;
    }

#menu { 
	margin: 0px;
	border: 0px;
    height: 30px;
    }

#menu img { 
	border: 0px none white;
    background: white none repeat scroll 0% 50%;
    color: white;
    }

#main {
	width: 950px;
	border: 0px none;
	margin: 0px auto;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0px;
	color: #BDBDBD;
	font-family: Arial, Helvetica, sans-serif;
    }

#main a { 
	background: white none repeat scroll 0% 50%;
/*    color: white; */
    }

#placeholder { 
	margin-top: 25px;
    margin-bottom: 25px;
    }

#copyright {
	clear: both;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	color: #CCCCCC;
	padding-top: 10px;
}

#jess_logo {
	margin-top: 25px;
	}

P {
	text-align: left;
	font-family: Arial;
	font-size: normal;
	}
UL {
	text-align: left;
	margin: 0px;
	padding: 0px;
	}
	
#links li	{
	list-style-type: none;
	margin: 10px;
	text-align:center;
	}

li A:link {text-decoration: none; color: #CCCCCC}
li A:visited {text-decoration: none; color: #CCCCCC}
li A:active {text-decoration: none; color:#333333}
li A:hover {text-decoration: underline; color:#999999;}
	
SUP {
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	color: black;
	}

.footnote {
	text-align: right;
	}
	
DIV.notes {
	padding-right: 10px;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.5em;
	}
	


.proj_img {
	margin-top: 10px;
	}

P.proj_notes {
	font-family: Times New Roman;
	font-weight: 0.6em;
	font-size: 11px;
	color: white;
	margin: 0px;
	/* margin-bottom: 120px; */
}

.proj_title {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Scrolling DIV */

.note_frame {
	float: left;
	text-align: left;
	width: 950px;
}

.note_frame img {
	float: right;
	clear: right;
	margin-bottom: 10px;
}

.note_frame p {
	width: 470px;
	text-align: justify;
	}
	
.image_frame {
	float: right;
	margin-right: 30px;
	width: 500px;
	height: 550px;
	overflow: scroll;
}

.image_frame_wide {
	margin: 0px auto;
	width:900px; 
	height:600px;
	/* overflow: auto; */
}

.image_align{
	/* [disabled]float: left; */
	width: 480px;
	text-align: center;
	margin: 0px auto;
}
	
/* Essays and notes */

.bio_list1 {
	width: 20%;
	height: 22px;
	float: left;
	text-align: left;
}

.bio_list2 {
	width: 80%;
	height: 22px;
	float: left;
	text-align: left;
}
	

