body{
	-background-image: url('./images/tiles2.jpg')
}
a{
	color: inherit;
	text-decoration: inherit;
}
.all{
	color: #776;
	font-family: Geneva, Calibri, sans-serif,"Lucida Sans Unicode";
	width: 800px;
	margin: 0 auto;
	margin-top:40px;
	line-height: 28px;
	font-size: 15px;
	text-align: justify;
}
.header{
	font-size: 30px;
	font-family: et-book, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
	margin: 0 auto;
	margin-top: 20px;
	width: 490px;
	font-weight: bold;
	color: #833;
}
.menuBar{
	font-size: 16px;
	margin-top: 30px;
	position: relative;
	color: white;
	background-color: #833;
	margin-bottom: -20px;
	font-family: Optima;
	letter-spacing: 2px;
	border-bottom: #ddd solid 1px;
	height: 40px;
	line-height: 40px;
}
.innerMenuBar{
	margin: 0 auto;
	width: 750px;
}
.menuItem{
	float: right;
	margin-left: 20px;
	margin-right: 55px;
}
.larger{
	font-size: 40px;
}
.projPhoto{
	float: left;
	max-width: 320px;
	min-width: 310px;
}
.projText{
	float: left;
	width: 400px;
	padding-left: 40px;
}
.projTitle{
	-font-weight: bold;
	font-size: 22px;
	margin-bottom: 20px;
}
.listItem{
	padding-bottom: 15px;
	overflow: auto;
	border-bottom: 1px #777 dashed;
	margin: 10px;
	padding: 10px;
	padding-bottom: 50px;
}
.normalImg {
    max-width: 100%;
    height: auto;
}

.largeMiddlePhoto{
	background-image: url('./images/miniat2.png');
	height: 250px;
	margin-bottom: 60px;
	width: 100%;
}
.footer{
	line-height: 20px;
	padding-left: 25px;
	background-color: #833;
	margin-top:0px;
	color: #eee;
	height: 150px;
}
/* index page */

.mainPhotoImg{
	width: 100%;
    height: auto;
}
.mainPhoto{
	max-width: 300px;
	float: right;
	overflow: hidden;
	margin-left: 40px;
}
.introBox{
	margin-top: 30px;
	border-bottom: grey dashed 1px;
	padding-bottom:10px;
	-height: 630px;
}
.linkBox{
	width: 240px;
	height: 300px;
	margin: 0px 50px 10px 50px;
	-overflow: scroll;
}
.linksContainer{
	height: 400px;
	width: 100%;
	overflow: hidden;
	border-bottom: dashed grey 1px;
}
.linkPhoto{
	max-width: 300px;
	border: 1px solid #ddd;
}
.linkTitle{
	margin-top: 7px;
	margin-bottom: 5px;
	font-size: 20px;
	-font-family: Optima;;
	text-align: center;
}
.linkDesc{
	line-height: 21px;
	text-align: center;
}
.hadiLink{
	color: black;
	text-decoration: underline;
}
.subHeader{
	font-size: 17pt;
	color:#777;
}
.articleRef{
	color: black;
	padding-right: 70px;
	line-height: 20px;
}
.abstract{
	padding-left:40px;
	padding-right:100px;
	line-height: 20px;
	margin-top:-12px;
	color: aaa;
}