html 
{
	background-image: url(images/bgmain.jpg);
	background-repeat: repeat-y;
	background-size: 100% auto;
	
	/*background-position: center center;
	background-attachment: fixed;
	
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;*/
}

body 
{
}

#header{overflow:hidden}
#name
{
	margin-top: 40px;
	margin-bottom:0px;
}
h1 {
	font-size:50px;
	margin-bottom:0px;
	font-family: 'Droid Sans', serif;
	font-size: 50px;
	font-weight: 700;
	/*text-shadow: 4px 4px 4px #bbb;*/
	line-height: 1.2;
}
h2{font-size:23px; margin-bottom:10px}
p.bio{margin-bottom:5px}
#info_left{font-weight:bold;}/* margin-top: 40px;}*/
#info_right{text-align:right;}/* margin-top: 40px;}*/
#logo{text-align:center;margin-top: -20px;}
#content{margin-top: 20px}
#about{margin-top: 20px}
#publications{margin-top: 20px}
#pub_table tr td {padding-bottom:2em}

.whole { /*width: 100%; */}

.bgtopdiv
{
	background-image: url(images/gradtop.bmp);
	background-repeat: repeat-x;
	background-size: auto 100%;
}

.white_bg
{ 
background-color: white;
}

.img-shadow img 
{
box-shadow: 5px 5px 5px #888;
 }
