/* This template was taken from the cs wiki */

body
{
	border: 0;
	padding: 0px 0px 0px 0px;
	margin: 1% auto;
	font-family: Calibri, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	width: 990px;
}

.titleBar
{
	background: #fff url(Images/wave_top.gif) top left no-repeat;
	color: #000;
	width: 990px;
	height: 101px;
	padding-top: 14px; /* FIXME: Move to a margin to work around IE bug? */
	/* Hack to avoid font-size increases affecting the spacing between pictures. */
	line-height: 0; /* Safari 2 */
	font-size: 0; /* FF2 */
}

.titleBar img {
	border: 0;
	clear: both;
	float: left;
	display: inline; /* IE6 double float hack */
	margin: 0;
	margin-left: 30px;
}

.mainContainer
{
	margin: 0px 0px 0px 0px;
	min-height: 400px;
}

.pageMaintainer
{
	clear: both;
	text-align: right;
	font-size: 80%;
}

.footer
{
	clear: both;
	height: 90px;
	background: #fff url(Images/wave_bottom.gif) no-repeat bottom left; /* bottombanner.gif 990x90 */
	color: #000;
	margin: 0;
}

/* The following code was copied from http://www.swan.ac.uk/compsci/CSS/all.css
   but has since been heavily modified 
*/

.pictureholder
{
	text-align: center;
	width: 100%;
	margin: 0px 0px 15px 0px;
}

div#personal_data
{
	float: left;
	width: 270px;
}

div#my_content
{
	margin-left: 290px;
}


/* CSS for list of publications/background litrature */

.SpaciousList ul
{
}

.SpaciousList li
{
	margin: 0px 0px 15px 0px;
}
