html
{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: rgb(51,51,51) url("../images/bg_front01.gif") 0px 338px repeat-x;
}

body 
{
	width: 695px;
	height: 488px;
	margin: 50px auto 40px auto;
	padding: 0px;
	padding-left: 5px;
	font-family: Arial, sans-serif;
	color: #fff;
	background: url("../images/bg_front01.jpg") 2px no-repeat;
}

h1, h2, h3 {font-family: Agency FB, Arial Narrow, Arial, sans-serif; padding: 0px;}

a:link, a:active {color: #b00;}
a:visited {color: #c70;}

#banner
{
	margin: 350px 0px 40px 0px;
	padding: 0px 35px;
}

#banner h1 
{
	margin: 0px; 
	text-align: right; 
	font-size: 36pt; 
	text-shadow: 5px 5px 5px #000;
}

.fpagethumb
{
	float: left;
	border: 4px solid #fff;
	background-color: rgb(248,222,128); 
	background-repeat: no-repeat;
	width: 152px;
	height: 142px;
	margin: 0px 0px 0px 10px;
	-moz-box-shadow: 7px 7px 10px #111;
	-webkit-box-shadow: 7px 7px 10px #111;
	box-shadow: 7px 7px 10px #111; 
}

#aboutthumb {margin-top: 100px; background-image: url("../images/circuit05.jpg"); background-position: 0px 0px; }
#projectsthumb {margin-top: 130px; background-image: url("../images/influenza04.jpg"); background-position: 0px -20px;}
#peoplethumb {margin-top: 10px; background-image: url("../images/map03.jpg"); background-position: -40px -10px;}
#papersthumb {margin-top: 80px; background-image: url("../images/timeseries02.jpg"); background-position: -140px -100px;}

.fpagethumb h2 
{
	color: #fff; 
	margin: 0px; 
	padding: 85px 0px 0px 0px; 
	text-align: center;
	font-size: 24pt;
	text-shadow: 4px 4px 5px #000;
}
.fpagethumb a:link, .fpagethumb a:visited, .fpagethumb a:active {text-decoration: none;}

#toplinks
{
	color: rgb(128,128,128);
	font-size: 0.8em;
	margin: 0px;
	padding: 5px 20px;
	position: relative; 
	top: -28px;
}

#toplinks ul { text-align: right; margin: 0px; padding: 0px; }
#toplinks li { display: inline;  white-space: nowrap; padding: 0px 10px; border-right: 1px solid rgb(128,128,128);}
#toplinks li.last { border-right: none;}

#footer
{
	margin: 0px 30px;
	padding: 0px;
	height: 10px;
	position: relative;
	top: 25px;
	text-align: right;
	font-size: 0.8em;
	color: rgb(128,128,128);
}

#footer .logo { float: right; margin-left: 15px; }
#footer p { padding-top: 2px; }

#toplinks a:link, #toplinks a:active, #toplinks a:visited, #footer a:link, #footer a:active, #footer a:visited  
{text-decoration: none; color: rgb(128,128,128);}
#toplinks a:hover, #footer a:hover { color: #aaa; }
