body
{
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	height: 100%;
	min-height: 100%;		
	background: #808080 url(../images/background.png) repeat-y 50% 0;
}

#main
{
	background-color: #FFFFFF;
	width: 720px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: -1px;
	padding: 0px;
	height: 100%;
}

#header
{
	text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

#footer
{
	position: static;
	bottom: 0px;
	width: 720px;
	font-family: sans-serif;
	text-align:center;
	font-size: small;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
    margin-bottom: 0px;	
}

#body 
{
	background-color: #FFFFFF;	
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;;
	padding: 0px;
}

img.banner
{
	border-style: none;
}

#menu
{
	text-align: center;
}

#menu hr
{
	border: 0px none;
	background-color: #FFFFFF;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	color: #FFFFFF;
	height: 4px;
	clear: left;
}

#menu ul
{
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 720px;
}

#menu li
{
	float: left;
	font-family: serif;
	font-size: x-large;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 180px;
}

#menu li.selected
{
	text-decoration: underline;
}

#menu li a
{
	text-decoration: none;
	color: #000000;
}

#menu li a:hover
{
	color: #5AB539;
}

#content
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 100%;
	font-family: sans-serif;	
	text-align: justify;
}

#content a
{
	text-decoration: underline;
	color: #000000;
}

#content p
{
	font-family: sans-serif;
}

#content h1, h2, h3, h4, h5, h6
{
	font-family: sans-serif;
}

#content a:visited
{
	text-decoration: underline;
	color: #003173;
}

#content a:hover
{
	text-decoration: underline;
	color: #5AB539;
}

#content a.publication_title
{
	text-decoration: none;
	color: #000000;
	font-style: italic;
}

#content span.publication_title
{
	font-style: italic;
}

#content ul
{
	list-style-type: square;
}

#content pre
{
	font-size: x-small;
}

img#myself
{
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

