html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { 
	margin: 0; 
	padding: 0; 
}

html {

}

body {
	color: #000000;
	font: normal normal normal 1em verdana,helvetica,arial,sans-serif;
	background: #c47c2a url(images/bg.gif) repeat;
}

p {
	line-height: 1.3em; 
}

div {}

a {
	color: #0000ff;
	text-decoration: none;
}

a:link {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	color: #800080;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #ff0000;
	text-decoration: underline;
}

#container {
	width: 800px;
	padding: 90px 0 0 0;
	margin: 0 auto;
	background: #c47c2a url(images/content_header.gif) no-repeat;
}

#header {
	background: #c47c2a url(images/content_middle.gif) repeat-y;	
}

#footer {
	text-align: center;
	margin: 30px 0 10px 0;
	clear: both;	
}

#content {	background: #c47c2a url(images/content_middle.gif) repeat-y;
}

#content-header {

}


#content-footer {
	background: #c47c2a url(images/content_footer.gif) no-repeat;	
	height: 24px;
}

#main {
	margin: 0 0 0 0;
	padding: 70px 50px 50px 60px;
	background: #c47c2a url(images/content_middle.gif) repeat-y;
}

#header h1 {
	/* font: normal normal bold 2em verdana,arial,helvetica,sans-serif; */
	/* text-transform: uppercase; */	
	text-indent: -10000px; 
	width: 332px;
	height: 65px;
	background-image: url(images/vanity.gif);
	background-repeat: no-repeat;
	position: absolute;
	margin-left: 250px;
	top: 100px;
}

#header .subtitle {
	text-indent: -10000px;
	background: #c47c2a url(images/content_piccy2010.jpg) no-repeat;
	height: 235px;
	width: 217px;
}


#footer p {
	font: normal normal normal 0.8em verdana,arial,helvetica,sans-serif;
}


.section {
	margin: 0 0 30px 0; 
}

.section-content {
	padding: 15px 5px;
}

#contact { 
	position: absolute;
	padding-left: 195px;
	top: 175px;	}

#contact h2,
#contact #contact-address h3 {
	display: none;
	visibility: hidden;
}

#contact #contact-address,
#contact #contact-email {
	margin: 5px 0 10px 0;
}

#contact #contact-email h3 {
	margin-right: 10px;
	display: inline;
	font: normal normal bold 1em verdana,helvetica,arial,sans-serif;
}

#contact #contact-email h3:after {
	content: ':';
}

#contact #contact-email p {
	display: inline;
}

#about {

}

#about h2 {
	text-indent: -10000px;
	height: 65px;
	width: 124px;
	background-image: url(images/header_about.gif);
	background-repeat: no-repeat;
}

#research {

}

#research h2 {
	text-indent: -10000px;
	height: 65px;
	width: 202px;
	background-image: url(images/header_research.gif);
	background-repeat: no-repeat;
}
#publications {

}

#publications h2 {
	text-indent: -10000px;
	height: 65px;
	width: 244px;
	background-image: url(images/header_publications.gif);
	background-repeat: no-repeat;
}

#publications ul {
	list-style-type: none;
}

#publications li {
	margin: 0 0 10px 0;
}

#publications ul h3 {
	margin-top: 1.5em;
	margin-bottom: 0.3em;
	font: normal normal bold 1.2em verdana,helvetica,arial,sans-serif;	
}

#publications ul li .publication-bib {
	margin-bottom: 0.2em;
}

#publications ul li .publication-downloads {
	font-size: 0.75em;
	margin-bottom: 1.75em;
	text-indent: 10px;
}

#publications ul li .publication-downloads:before {
	content: url(images/bullet.gif);
	margin-right: 5px;
}



#about p, #research p, #publications p {
	margin-bottom: 1em;
}

.research-item {
	width: 750px;
	min-height: 200px;
	margin-left: -40px;
}

.research-item-header {
	background-image: url(images/research_item_topborder.gif);
	background-repeat: repeat-x;
	height: 44px;
}

.research-item-main {
	background-image: url(images/research_item_background.gif);
	background-repeat: repeat-y;
}

.research-item-footer {
	clear: both;
	background-image: url(images/research_item_bottomborder.gif);
	background-repeat: no-repeat;
	height: 24px;
}


.research-item h3 {
	font: normal normal bold 1em verdana,helvetica,arial,sans-serif;	
	margin-bottom: 0.5em;
}

.research-item-thumb {
	float: left;
	width: 170px;
	padding-left: 60px;
}

.research-item-content {
	padding-top: 5px;
	padding-right: 60px;
	margin-left: 230px;
	padding-bottom: 5px;
}

.research-item-description {

}

.research-item-published {
	font: normal normal normal 0.8em verdana,helvetica,arial,sans-serif;
}

   
